Commit b4be5526 authored by 李尚科's avatar 李尚科
parents 7d4955da 4a4b38a5
Pipeline #14077 passed with stage
in 5 seconds
...@@ -15,6 +15,9 @@ module.exports = app => { ...@@ -15,6 +15,9 @@ module.exports = app => {
app_user_id: STRING, app_user_id: STRING,
app_id: STRING, app_id: STRING,
app_type_id: STRING, app_type_id: STRING,
name: STRING,
phone: STRING,
id_card: STRING,
service_code: STRING, service_code: STRING,
timestamp: STRING, timestamp: STRING,
appkey: STRING, appkey: STRING,
......
...@@ -277,6 +277,9 @@ class ApplyService extends Service { ...@@ -277,6 +277,9 @@ class ApplyService 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,
name: inputParams.name,
phone: inputParams.phone,
id_card: inputParams.id_card,
timestamp: params.signParams.timestamp, timestamp: params.signParams.timestamp,
appkey: this.config.BLACKLIST_APPLY_APPKEY, appkey: this.config.BLACKLIST_APPLY_APPKEY,
sign: params.sign, sign: params.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