- // 区分支付宝还是微信
- // #ifdef MP-ALIPAY
- export const source = "ALI"
- // #endif
- // #ifdef MP-WEIXIN
- export const source = "WECHAT"
- // #endif
-
- // 微信小程序渠道编号:52010106004 支付宝小程序52010106998
- // 渠道编号
- // #ifdef MP-ALIPAY
- export const agentId = "52010106998"
- // #endif
- // #ifdef MP-WEIXIN
- export const agentId = "52010106004"
- // #endif
|