13 lines
567 B
JavaScript
13 lines
567 B
JavaScript
export default {
|
|
|
|
baseURL: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
|
|
|
|
mobUrl: 'https://183.129.232.107:8010/MobileServicePlatform/Handler/handler_ajax.ashx', // 接口
|
|
mpUrl: 'https://mp.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
|
|
apiurl: 'https://api.eshangtech.com/', // web api
|
|
testURL1: 'http://192.168.10.123:8000', // 测试ip
|
|
testURL2: 'http://192.168.12.121:8010', // 测试ip
|
|
testApiName: '/MobileServicePlatform/Handler/handler_ajax.ashx', // 接口
|
|
|
|
}
|