diff --git a/components/gameentry/gentry.js b/components/gameentry/gentry.js index b55d916..13bf6ea 100644 --- a/components/gameentry/gentry.js +++ b/components/gameentry/gentry.js @@ -16,7 +16,7 @@ Component({ methods:{ gotogame: function (e) { let that=this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/ext.json b/ext.json index 3c276b8..83ee33e 100644 --- a/ext.json +++ b/ext.json @@ -1,16 +1,16 @@ { "extEnable": true, - "extAppid": "wxea71200db93d756b", + "extAppid": "wx6a2524a8286d687f", "ext": { - "weappId": "wxea71200db93d756b", - "name": "富茂客官开发", - "appVersion": "C.3.5.12", + "weappId": "wx6a2524a8286d687f", + "name": "富茂链客生产版", + "appVersion": "C.4.1.1", "attr": { "ifHaveCarModular": "1", "etcpversion": "release", - "configUrl": "https://ciformall.youlane.cn/C/api", - "passCarAppId": "wx192b7d2e8dcbefd0", - "passCarreturnUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" + "configUrl": "https://c.malls.iformall.com/C/api", + "passCarAppId": "wxc07f9d67923d676d", + "passCarreturnUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback" } }, "permission": { diff --git a/pages/bargain/bargainDatail/bargainDatail.js b/pages/bargain/bargainDatail/bargainDatail.js index 473d188..c2f3836 100644 --- a/pages/bargain/bargainDatail/bargainDatail.js +++ b/pages/bargain/bargainDatail/bargainDatail.js @@ -300,7 +300,7 @@ Page({ that.setData({ showButton: true }) - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) @@ -510,7 +510,7 @@ Page({ that.setData({ showButton: true }) - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/cardListDetail/cardListDetail.js b/pages/cardListDetail/cardListDetail.js index ea6a944..fe63ddc 100644 --- a/pages/cardListDetail/cardListDetail.js +++ b/pages/cardListDetail/cardListDetail.js @@ -317,7 +317,7 @@ Page({ // wx.showLoading({ // title: "加载中..." // }); - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/coupon/detail/index.js b/pages/coupon/detail/index.js index 4833f0a..401a754 100644 --- a/pages/coupon/detail/index.js +++ b/pages/coupon/detail/index.js @@ -539,7 +539,7 @@ Page({ }, checkPhoneStatus: function() { let that = this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) @@ -578,7 +578,7 @@ Page({ orderFunc(discount) { console.log(discount) var that = this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/discountCardList/discountCardList.js b/pages/discountCardList/discountCardList.js index f2efda5..4d0bd23 100644 --- a/pages/discountCardList/discountCardList.js +++ b/pages/discountCardList/discountCardList.js @@ -241,7 +241,7 @@ Page({ }); }, checkuerstatus(){ - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/index/index.js b/pages/index/index.js index bfb79ef..38eff94 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -58,7 +58,7 @@ Page({ }, checkuerstatus(options) { let that = this; - Http.get({ + Http.post({ url: config.api.checkUserStatus, data: {} }) diff --git a/pages/joinFrDpell/index.js b/pages/joinFrDpell/index.js index b6abd61..23bd5de 100644 --- a/pages/joinFrDpell/index.js +++ b/pages/joinFrDpell/index.js @@ -279,7 +279,7 @@ Page({ */ data.orderGroupId = orderGroupId var that = this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/main/index.js b/pages/main/index.js index 8f8edc0..bfffb08 100644 --- a/pages/main/index.js +++ b/pages/main/index.js @@ -147,7 +147,7 @@ Page({ }, gotogame: function() { let that = this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/passCar/passCar.js b/pages/passCar/passCar.js index 60ca56b..f6a018c 100644 --- a/pages/passCar/passCar.js +++ b/pages/passCar/passCar.js @@ -212,7 +212,7 @@ Page({ that.getList(); that.init(); that.initUsrCarList(); - return Http.get({ + return Http.post({ url: config.api.checkUserStatus, data: {} }); @@ -373,7 +373,7 @@ Page({ /** * 判断是否授权手机号 */ - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/pages/specialcourtesy/specialcourtesy.js b/pages/specialcourtesy/specialcourtesy.js index c03ab7b..71700e3 100644 --- a/pages/specialcourtesy/specialcourtesy.js +++ b/pages/specialcourtesy/specialcourtesy.js @@ -22,7 +22,7 @@ Page({ */ onShow: function () { let that = this; - Http.get({ + Http.post({ url: config.api.getDiscountInfo, data: {} }) diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index b03ca9b..f778698 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -271,7 +271,7 @@ Page({ data.orderGroupId = orderGroupId } var that = this; - Http.get({ + Http.post({ url: config.api.checkPhoneStatus, data: {} }) diff --git a/project.config.json b/project.config.json index 35e906f..e03f6ca 100644 --- a/project.config.json +++ b/project.config.json @@ -13,7 +13,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wx649b3be73c1afe47", + "appid": "wx453ae0d37f3550d0", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "condition": {