Commit 6fab868b authored by Hsinli's avatar Hsinli

addd

parent 3157c288
Pipeline #19287 passed with stage
in 7 seconds
...@@ -82,7 +82,7 @@ class CheckService extends Service { ...@@ -82,7 +82,7 @@ class CheckService extends Service {
let params = { let params = {
app_id: this.config.DXM_APP_ID, app_id: this.config.DXM_APP_ID,
datetime: new Date().getTime(), datetime: new Date().getTime(),
phone: ctx.helper.md5(userInfo.passport), phone_md5: ctx.helper.md5(userInfo.passport),
fr: 'gjj_test',//TODO,线下测试随意,不为空即可 fr: 'gjj_test',//TODO,线下测试随意,不为空即可
sign: '', sign: '',
} }
......
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