ucservice 1.0.9 → 1.1.0

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.
@@ -29938,7 +29938,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers) {
29938
29938
  method = method ? method : 'POST';
29939
29939
  async = async == undefined ? true : async;
29940
29940
 
29941
- for (key in param) {
29941
+ for (let key in param) {
29942
29942
  //检测手机号码, 外地号码头部(非杭州)加00,本地号码加0
29943
29943
  if (/_phone01$/.test(key)) {
29944
29944
  let tel = key.replace(/_phone01$/, "");
Binary file