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