Commit f5254d955bef3437266a8036aa5da39139db45e3
1 parent
7528d5a2
add
Showing
2 changed files
with
5 additions
and
3 deletions
src/utils/request.js
... | ... | @@ -13,7 +13,8 @@ const service = axios.create({ |
13 | 13 | |
14 | 14 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
15 | 15 | |
16 | - baseURL: 'https://pay.renniting.cn/', // url = base url + request url | |
16 | + // baseURL: 'https://pay.renniting.cn/', // url = base url + request url | |
17 | + baseURL: 'https://pay.lcybc.com/', // url = base url + request url | |
17 | 18 | // withCredentials: true, // send cookies when cross-domain requests |
18 | 19 | timeout: 10000 // request timeout |
19 | 20 | }) | ... | ... |
src/utils/utils.js
... | ... | @@ -122,12 +122,13 @@ export default { |
122 | 122 | |
123 | 123 | myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 |
124 | 124 | |
125 | - myVxAppId: 'wx2af2bab90d433c86', | |
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 天水 10092 | |
131 | 132 | |
132 | 133 | myGetSign: function (objb) { // 获取签名 |
133 | 134 | var compare = function (obj1, obj2) { | ... | ... |