Commit 15eb91bd5a198d1afc1cbfc283a165e78277aaa0
1 parent
9b6fc6f2
add
Showing
2 changed files
with
4 additions
and
3 deletions
src/utils/request.js
| ... | ... | @@ -13,7 +13,7 @@ const service = axios.create({ |
| 13 | 13 | |
| 14 | 14 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
| 15 | 15 | |
| 16 | - baseURL: 'https://dev.renniting.cn/pay/', // url = base url + request url | |
| 16 | + baseURL: 'https://pay.lcybc.com/', // url = base url + request url | |
| 17 | 17 | // withCredentials: true, // send cookies when cross-domain requests |
| 18 | 18 | timeout: 10000 // request timeout |
| 19 | 19 | }) | ... | ... |
src/utils/utils.js
| ... | ... | @@ -122,12 +122,13 @@ export default { |
| 122 | 122 | |
| 123 | 123 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 |
| 124 | 124 | |
| 125 | - myVxAppId: 'wxff4cebaedbf4f886', | |
| 125 | + myVxAppId: 'wx776e81ec7494232e', | |
| 126 | 126 | // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 |
| 127 | 127 | // 微信赤峰 appid wx2af2bab90d433c86 |
| 128 | 128 | // 黄石 appid wxa1a66cc7d263afe6 |
| 129 | + // 天水 appid wx776e81ec7494232e | |
| 129 | 130 | |
| 130 | - myOrgId: '10003', // 归属地 赤峰id 10003 黄石 10079 | |
| 131 | + myOrgId: '10092', // 归属地 赤峰id 10003 黄石 10079 | |
| 131 | 132 | |
| 132 | 133 | myGetSign: function (objb) { // 获取签名 |
| 133 | 134 | var compare = function (obj1, obj2) { | ... | ... |