Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Jul 18, 2018
1 parent 82add39 commit ef7abd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdk/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,7 @@ var gh=((((ga*ga)>>>17)+ga*gb)>>>15)+gb*gb;var gl=(((gx&4294901760)*gx)|0)+(((gx
timeout: appcfg.set.outime / 1000,
snapshoot: false //添加为快照
}, config);
var urlkey = opt.url + JSON.stringify(opt.param);

var urlkey = opt.url + (opt.data ? JSON.stringify(opt.data) : '');
//返回结果处理
var tempSucc = opt.success;
var tempErr = opt.error;
Expand Down

0 comments on commit ef7abd0

Please sign in to comment.