From e72277bbf5c66b8b8fef651d729c3684cf608546 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Wed, 9 Sep 2020 14:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-resident-mp-yushan/utils/api.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/epdc-resident-mp-yushan/utils/api.js b/epdc-resident-mp-yushan/utils/api.js index 2c54388..3a60516 100644 --- a/epdc-resident-mp-yushan/utils/api.js +++ b/epdc-resident-mp-yushan/utils/api.js @@ -11,6 +11,8 @@ module.exports = { getGridList: getGridList, changeGrid: changeGrid, completeInfo: completeInfo, + completeResidentInfoV2:completeResidentInfoV2, + completePartyInfoV2:completePartyInfoV2, completeCompanyInfo: completeCompanyInfo, completeCompanyMoreInfo: completeCompanyMoreInfo, prepareComplete: prepareComplete, @@ -140,6 +142,14 @@ function gridLeaderRegister(mobile, smsCode, wxCode) { function completeInfo(data) { return fly.post('app-user/user/completeInfo', data) } +// 居民 完善个人信息v2 不需要穿验证码 +function completeResidentInfoV2 (para) { + return fly.post("app-user/user/v2/completeResidentInfo", para) +} +// 党员 完善个人信息 v2 不需要穿验证码 +function completePartyInfoV2 (para) { + return fly.post("app-user/user/v2/completePartyInfo", para) +} function completeCompanyInfo(data) { return fly.post('custom/enterprise/completeRequisiteInfo', data)