Browse Source

no message

featrue/v4.1
xpz2018 5 years ago
parent
commit
8b3e4be90b
2 changed files with 4 additions and 4 deletions
  1. 2
      pages/api/payment.js
  2. 6
      project.config.json

2
pages/api/payment.js

@ -5,7 +5,7 @@ import { mGet, mPost } from "./request"
const app = getApp()
const pconfig = {
baseUrl: app.release ? `http://api-client-psc.qniao.cn` : `http://api-client-psc-test.qniao.cn`
baseUrl: app.release ? `https://api-client-psc.qniao.cn` : `https://api-client-psc-test.qniao.cn`
}
// *******************************************************账户业务***********************************************************
const getBankcardInfo = (cardNo) => mGet(`/payment-settlement-center/bankcard/bankcard/home/${cardNo}`, null, pconfig)

6
project.config.json

@ -4,7 +4,7 @@
"ignore": []
},
"setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
@ -23,6 +23,7 @@
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
@ -36,8 +37,7 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"useApiHostProcess": true
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.14.4",

Loading…
Cancel
Save