Commit 5dcbbc34 authored by Hsinli's avatar Hsinli

add

parent c6350304
Pipeline #19289 passed with stage
in 8 seconds
......@@ -18,7 +18,7 @@ module.exports = app => {
phone: STRING,
is_target_user: INTEGER,
request: STRING,
respones: STRING,
response: STRING,
created_at: {
type: DATE,
get() {
......
......@@ -108,7 +108,7 @@ class CheckService extends Service {
app_user_id: ctx.appUserId,
app_id: ctx.appId,
app_type_id: ctx.appTypeId,
user_sid: ctx.oldUserId,
user_sid: userSid,
phone: userInfo.passport,
is_target_user: result.data.result.is_target_user,
request: JSON.stringify(params),
......
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