ccy_DIB/util/apiPath.js
ylj20011123 c78652a8d1 update
2025-10-23 18:35:54 +08:00

24 lines
1.2 KiB
JavaScript

export default {
baseURL: 'https://eshangtech.com:18998/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
// baseURL: 'http://192.168.11.136:8000/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
// baseURL: 'https://tcm.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
mpUrl: 'https://eshangtech.com:18998/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
apiurl: 'https://eshangtech.com:18900/', // web api正式接口地址
// EshangUrl: 'https://eshangtech.com/',
// apiurl: 'https://erysfeipeng.oicp.net/', // web api
testApiurl: 'http://dev.eshangtech.com:8001/', // web api测试接口地址
mobUrl: 'http://192.168.11.125:8000/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
testURL1: 'http://192.168.10.123:8000', // 测试ip
testURL2: 'http://192.168.12.121:8010', // 测试ip
testApiName: '/MobileServicePlatform/Handler/handler_ajax.ashx', // 接口
cloudUrl: 'https://eshangtech.com:16060/MobileServicePlatform/Handler/handler_ajax.ashx',
// javaUrl: 'https://admin.es.eshangtech.com/platform/', // 接口
javaUrl: 'https://java.es.eshangtech.com:443/', // 接口
}