Commit 64d9b73c authored by tanjuanjuan's avatar tanjuanjuan

修改

parent c89c14f2
...@@ -183,6 +183,9 @@ ...@@ -183,6 +183,9 @@
spidno: info.data.uIdCardNo, spidno: info.data.uIdCardNo,
trantime: getCurrentTimestamp() trantime: getCurrentTimestamp()
}, },
header:{
'content-type': 'application/json'
},
method: "GET", method: "GET",
success: function(res) { success: function(res) {
const info = JSON.parse(res.data.data) const info = JSON.parse(res.data.data)
......
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