Commit d64e11e1 by liang ce

测试

parent 54b50eb7
......@@ -8,10 +8,12 @@ const config = {
let senddate = qs.stringify({
orgId: localStorage.getItem('orgId')
})
axios.post(`http://139.196.213.18:8300/v1/auth/query_org_agent_id?${senddate}`).then((res) => {
return axios.post(`http://139.196.213.18:8300/v1/auth/query_org_agent_id?${senddate}`).then((res) => {
console.log(res)
resolve(res.data.data)
})
}).then(() => {
}).then((res) => {
console.log(res)
let senddate = qs.stringify({
version: MINGPAY_CONSTANT.MINGPAY_CONSTANT_VERSION,
url: window.location.href.replace(window.location.hash, ''),
......
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