From d56f8e69f0bcc984af78b80466c0b8e7a29ad00d Mon Sep 17 00:00:00 2001 From: houdelin Date: Fri, 18 Nov 2016 14:36:12 +0800 Subject: [PATCH] change profile mobile send code --- utils/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/profile.js b/utils/profile.js index edda469..e72a7bd 100644 --- a/utils/profile.js +++ b/utils/profile.js @@ -46,7 +46,7 @@ function getCustomerInfo (data, cb) { function getPassCode (mobile, cb) { wx.request({ - url: `${app.globalData.API_URL}/profiles/get_mobile_passcode`, + url: `${app.globalData.API_URL}/send_validation_code/send_message`, header: { 'Content-Type': 'application/json'}, data: { mobile: mobile