ucservice 2.0.2 → 2.0.3
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.
- package/dist/ucservice.common.js +1 -1
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +1 -1
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -32261,7 +32261,7 @@ const deptRyOp = sip => {
|
|
|
32261
32261
|
console.log("创建成员定位到GIS失败", ret.code);
|
|
32262
32262
|
reject(ret.code);
|
|
32263
32263
|
}
|
|
32264
|
-
}, '', net.method,
|
|
32264
|
+
}, '', net.method, net.contentType);
|
|
32265
32265
|
});
|
|
32266
32266
|
},
|
|
32267
32267
|
add: function (param) {
|
|
Binary file
|