Browse Source

不用URL传值。

master
yibo 7 years ago
parent
commit
233f8a9c0a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/net.js

+ 0
- 1
utils/net.js View File

@ -87,7 +87,6 @@ function transfer_request(method, params, successaction) {
"CustomerId": app.globalData.globalCustomerID, "CustomerId": app.globalData.globalCustomerID,
"Method": method, "Method": method,
"Data": params, "Data": params,
"AppendUrlString": "?appid=" + app.globalData.appID + "&phone=" + app.globalData.phoneNum,
}; };
var baseUrl = app.globalData.tranferBaseUrl; var baseUrl = app.globalData.tranferBaseUrl;


Loading…
Cancel
Save