Commit 739a5fdc896e69ac648cc56dfbfa8d33f84c3392
1 parent
3d5b1aab
宣化聚合 通道码支付
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/request.js
... | ... | @@ -10,7 +10,7 @@ const service = axios.create({ |
10 | 10 | |
11 | 11 | // https://dev.renniting.cn/pay/ 赤峰农行测试环境 |
12 | 12 | |
13 | - baseURL: 'http://i9p3ns.natappfree.cc', // url = base url + request url | |
13 | + baseURL: 'http://test.ccccitd.cc/pay', // url = base url + request url | |
14 | 14 | // withCredentials: true, // send cookies when cross-domain requests |
15 | 15 | timeout: 6000 // request timeout |
16 | 16 | }) | ... | ... |