| @@ -43,7 +43,7 @@ Page({ | |||||
| const that = this | const that = this | ||||
| return new Promise((resolve, reject) => { | return new Promise((resolve, reject) => { | ||||
| const data = { | const data = { | ||||
| appId: 'wxf288a9b8167ff2ca', | |||||
| appId: 'wxedb9fb309728a9f1', | |||||
| message | message | ||||
| } | } | ||||
| request.post({ | request.post({ | ||||
| @@ -232,7 +232,7 @@ Page({ | |||||
| console.log('Link Start!'); | console.log('Link Start!'); | ||||
| const that = this | const that = this | ||||
| wx.connectSocket({ | wx.connectSocket({ | ||||
| url: 'wss://gptsockettest.malls.iformall.com:8010', | |||||
| url: 'wss://gptsocket.malls.iformall.com:8010', | |||||
| header: { | header: { | ||||
| 'content-type': 'application/json' | 'content-type': 'application/json' | ||||
| }, | }, | ||||
| @@ -33,9 +33,9 @@ class request { | |||||
| /** | /** | ||||
| * @description 小程序appId | * @description 小程序appId | ||||
| * @returns {string} wxf288a9b8167ff2ca | |||||
| * @returns {string} wxedb9fb309728a9f1 | |||||
| */ | */ | ||||
| appId = 'wxf288a9b8167ff2ca'; | |||||
| appId = 'wxedb9fb309728a9f1'; | |||||
| /** | /** | ||||
| * @description get | * @description get | ||||
| @@ -31,7 +31,7 @@ | |||||
| "simulatorPluginLibVersion": {}, | "simulatorPluginLibVersion": {}, | ||||
| "condition": {}, | "condition": {}, | ||||
| "srcMiniprogramRoot": "miniprogram/", | "srcMiniprogramRoot": "miniprogram/", | ||||
| "appid": "wxf288a9b8167ff2ca", | |||||
| "appid": "wxedb9fb309728a9f1", | |||||
| "libVersion": "2.31.0", | "libVersion": "2.31.0", | ||||
| "editorSetting": { | "editorSetting": { | ||||
| "tabIndent": "insertSpaces", | "tabIndent": "insertSpaces", | ||||
| @@ -36,7 +36,8 @@ | |||||
| "miniprogram/pages/orderDetail/orderDetail.js", | "miniprogram/pages/orderDetail/orderDetail.js", | ||||
| "miniprogram/pages/userProtocol/userProtocol.js", | "miniprogram/pages/userProtocol/userProtocol.js", | ||||
| "miniprogram/pages/mine/mine.js", | "miniprogram/pages/mine/mine.js", | ||||
| "miniprogram/components/userNumberChkeck/userNumberChkeck.js", "miniprogram/pages/ContactUs/productDetail.js", | |||||
| "miniprogram/components/userNumberChkeck/userNumberChkeck.js", | |||||
| "miniprogram/pages/ContactUs/ContactUs.js", | |||||
| ], | ], | ||||
| "exclude": [ | "exclude": [ | ||||
| "node_modules" | "node_modules" | ||||