不甘寂寞 před 2 roky
rodič
revize
9cba18564d
2 změnil soubory, kde provedl 10 přidání a 2 odebrání
  1. 8
    0
      pages.json
  2. 2
    2
      utils/network/api.js

+ 8
- 0
pages.json Zobrazit soubor

@@ -66,6 +66,14 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/recharge/select-car",
"style": {
"navigationBarTitleText": "选择车辆",
"enablePullDownRefresh": false
}
},

{
"path": "pages/recharge/result",
"style": {

+ 2
- 2
utils/network/api.js Zobrazit soubor

@@ -2,8 +2,8 @@
export const appId = "52030131"; //应用appid 综合业务支撑平台使用
export const loginTime = 86400; //登录有效时间(单位s) 1天
export const wechatPayConfigId = "6a9a54bc01f6443faea7ffe132b19f6"; //支付配置编号 微信小程序支付
export const wechatAppID = "wx214b4f8de36a0181"; //小程序APPid
export const wechatSecret = "125a44b60b00d7e8a3820cc4cbdbdae8"; //小程序AppSecret
export const wechatAppID = "wx008c60533388527a"; //小程序APPid
export const wechatSecret = "95197718b43b497f02732bd9f8011080"; //小程序AppSecret

/*统一 会员平台*/
export const sendCode = "2"; //统一会员平台发送验证码接口

Načítá se…
Zrušit
Uložit