Commit e8c16a2b authored by 袁玲利's avatar 袁玲利

传参格式改成json

parent 296ab94c
......@@ -1529,12 +1529,12 @@ export default {
data: {
schoolId: bankInfo.schoolId,
sessionid: sessionID,
wechattype: 1
wechattype: 1,
},
headers: {
sessionid: sessionID,
contentType: 'application/x-www-form-urlencoded'
},
contentType: "application/x-www-form-urlencoded",
success: function (res) {
console.log(res);
if (res.code == "10000") {
......
......@@ -943,8 +943,8 @@ export default {
},
headers: {
sessionid: sessionID,
contentType: 'application/x-www-form-urlencoded'
},
contentType: "application/x-www-form-urlencoded",
success: function (res) {
console.log(res);
if (res.code == "10000") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment