@@ -359,7 +359,7 @@ Page({
//发送短信
formSubmit() {
wx.request({
- url: 'https://server.fmode.cn/api/apig/verifyCode',
+ url: 'https://server.fmode.cn/api/apig/message',
method: "post", //请求方式
data: { mobile: this.data.room.shop.mobile, company: company, }, //templateId:id,
success(res) {