Commit 3157c288 authored by Hsinli's avatar Hsinli

add

parent 7e91f551
Pipeline #19286 passed with stage
in 56 seconds
...@@ -81,7 +81,7 @@ class CheckService extends Service { ...@@ -81,7 +81,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: 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