提交 e8406068 authored 作者: haodaking's avatar haodaking

chore: 修改渠道号

上级 e0c88860
...@@ -43,7 +43,7 @@ export default function(_this) { ...@@ -43,7 +43,7 @@ export default function(_this) {
result[key] = data[key] result[key] = data[key]
return result return result
}, {}) }, {})
basicInfo.application_channel_id = '101' basicInfo.application_channel_id = '102'
return { basic_info: basicInfo } return { basic_info: basicInfo }
} }
}, },
......
...@@ -35,7 +35,7 @@ export default function(_this) { ...@@ -35,7 +35,7 @@ export default function(_this) {
{ ID_CARD_FRONT: [], ID_CARD_BACK: [], HK_ID_CARD: [], PASSPORT: [], OTHER_ID_CARD_PHOTO: [] } { ID_CARD_FRONT: [], ID_CARD_BACK: [], HK_ID_CARD: [], PASSPORT: [], OTHER_ID_CARD_PHOTO: [] }
) )
basicInfo.id_type = basicInfo.id_type === '护照' ? '中国护照' : basicInfo.id_type basicInfo.id_type = basicInfo.id_type === '护照' ? '中国护照' : basicInfo.id_type
basicInfo.application_channel_id = '101' basicInfo.application_channel_id = '102'
return Object.assign({}, basicInfo, attachment) return Object.assign({}, basicInfo, attachment)
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论