apifm-webapi 26.9.14 → 26.9.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1091,6 +1091,7 @@ module.exports = {
1091
1091
  uploadUrl = data.apiUrl
1092
1092
  }
1093
1093
  delete data.apiUrl
1094
+ data.subDomain = subDomain
1094
1095
  let formData = new FormData()
1095
1096
  // 自动遍历data所有key,全部塞进formData
1096
1097
  Object.entries(data).forEach(([key, value]) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "26.9.14",
3
+ "version": "26.9.15",
4
4
  "description": "接口升级",
5
5
  "main": "index.js",
6
6
  "scripts": {