邹能昇 3 months ago
parent
commit
98e5fddb3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nova-tourism/pages/homestay/homestay-order2/index.js

+ 1 - 1
nova-tourism/pages/homestay/homestay-order2/index.js

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