| 123456789101112131415161718192021222324252627282930313233343536 |
- let global = {
- //商户注册协议
- shopRegister: 'https://ldt.guosen-fumao.cn/shop_register.html',
- //活动发布协议
- publishActivity:'https://ldt.guosen-fumao.cn/publish_activity.html',
-
- // WebSocketUrl:'ws://localhost:2539/websocket/',
- WebSocketUrl:'wss://ldt.guosen-fumao.cn/websocket/',
- //webSocket message
- socketMessage:{
- payForPaymentCode:'用户通过付款码付款',//商家扫描用户的付款码支付
- userPaidOfPaymentCode:'用户已通过付款码支付',
- },
-
- //商户收款码
- QR_PATH:'https://ldt.guosen-fumao.cn/h5/#/pages/checkstand/index?id=',
-
- TRANSFORM_PARAMS:'95963',
-
- wxParams: {
- clientAppId:'wx9ad53e8c83ae1a51',//用户端appid
- APPID: 'wx2db9c41e85d5a4fc', //appid
- },
-
- SHOP_AUDIT:{
- WAITING:'WAITING',
- PASS:'PASS',
- FAIL:'FAIL',
- STOP:'STOP'
- }
-
-
- }
- export default global
|