Skip to content

Commit

Permalink
调整代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Apr 23, 2019
1 parent f102160 commit 3da5443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-support-sample/ios-weixin-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var ajax=function(url,data,True,False){
for(var k in data){
arr.push(k+"="+encodeURIComponent(data[k]));
};
xhr.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
xhr.send(arr.join("&"));
};

Expand Down

0 comments on commit 3da5443

Please sign in to comment.