change profile mobile send code

wechat_user_type 0.5.0
houdelin 8 years ago
parent 0565d20d71
commit d56f8e69f0
  1. 2
      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

Loading…
Cancel
Save