You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- // 区分支付宝还是微信
- // #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
|