接口测试

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" const proxyApi = "/api"
// #endif // #endif
// #ifdef MP-WEIXIN || MP-ALIPAY // #ifdef MP-WEIXIN || MP-ALIPAY
const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上 // const baseUrl = 'https://cashier.sxczgkj.cn/cashierService' // 线上
const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上 // const baseUrlwws = 'wss://cashier.sxczgkj.cn/cashierService' // 线上
// const baseUrl = "https://cashierapplet.sxczgkj.cn/cashierService" //测试 const baseUrl = "https://wxcashiertest.sxczgkj.cn/cashierService" //测试
// const baseUrlwws = 'wss://cashierapplet.sxczgkj.cn/cashierService' // 测试 const baseUrlwws = 'wss://wxcashiertest.sxczgkj.cn/cashierService' // 测试
// #endif // #endif
// #ifdef H5 // #ifdef H5
const baseUrl = debug ? proxyApi : 'http://192.168.2.161:9889/cashierService/' // 线上 const baseUrl = debug ? proxyApi : 'http://192.168.2.161:9889/cashierService/' // 线上

View File

@@ -195,7 +195,7 @@
margin-top: 60rpx; margin-top: 60rpx;
.containerbottomone { .containerbottomone {
padding: 10rpx 80rpx; padding: 10rpx 60rpx;
font-size: 24rpx; font-size: 24rpx;
} }
@@ -208,7 +208,7 @@
font-size: 24rpx; font-size: 24rpx;
background: #baf505; background: #baf505;
border: none; border: none;
padding: 10rpx 80rpx; padding: 10rpx 60rpx;
} }
.containerbottomtow::after { .containerbottomtow::after {