Commit 2aff8661 by liang ce

orgId测试版本

parent 8057a69a
...@@ -55,7 +55,7 @@ const config = { ...@@ -55,7 +55,7 @@ const config = {
let senddate = qs.stringify({ let senddate = qs.stringify({
version: 'v1', version: 'v1',
code: info.code, code: info.code,
corpId: 'ding9a93ca550f036ffe35c2f4657eb6378f' orgId: 'ding9a93ca550f036ffe35c2f4657eb6378f'
}) })
return axios.post(`http://139.196.213.18:8300/v1/auth/token?${senddate}`).then((res) => { return axios.post(`http://139.196.213.18:8300/v1/auth/token?${senddate}`).then((res) => {
if (res.data.resultCode === '0') { if (res.data.resultCode === '0') {
......
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