style:信息校验
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -103,7 +103,11 @@ function getFDCQ2(bsm_ql) { | ... | @@ -103,7 +103,11 @@ function getFDCQ2(bsm_ql) { |
103 | //数据,这里使用的是Json格式进行传输 | 103 | //数据,这里使用的是Json格式进行传输 |
104 | success: function (result) {//返回数据根据结果进行相应的处理 | 104 | success: function (result) {//返回数据根据结果进行相应的处理 |
105 | if (result.code == 200 && result.data != null) { | 105 | if (result.code == 200 && result.data != null) { |
106 | successResult(result.data); | 106 | // successResult(result.data); |
107 | let json = result.data; | ||
108 | json["bdcdyid"] = "35a97100331704f9cbf93a92227c6f0c"; | ||
109 | json["bsm_ql"] = "89f3ea0265f40b52e6da54e62e2991b4"; | ||
110 | addCreatSLSQ(json); | ||
107 | } | 111 | } |
108 | } | 112 | } |
109 | }); | 113 | }); | ... | ... |
-
Please register or sign in to post a comment