接口测试

This commit is contained in:
魏啾
2024-04-09 09:54:55 +08:00
parent b30b8ffc30
commit 6040e37da2
2 changed files with 7 additions and 6 deletions

View File

@@ -3,10 +3,11 @@ const debug = true;
const proxyApi = "/api"
// #endif
// #ifdef MP-WEIXIN || MP-ALIPAY
const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
// const baseUrl = "https://cashierapplet.sxczgkj.cn/cashierService" //测试
// const baseUrlwws = 'wss://cashierapplet.sxczgkj.cn/cashierService' // 测试
// const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上
// const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrl = "https://wxcashiertest.sxczgkj.cn/cashierService" //测试
const baseUrlwws = 'wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
// #endif
// #ifdef H5
const baseUrl = debug ? proxyApi : 'http://192.168.2.161:9889/cashierService/' // 线上