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.
123456789 |
- // 区分支付宝还是微信
- // #ifdef MP-ALIPAY
- export const source = "ALI"
- // #endif
- // #ifdef MP-WEIXIN
- export const source = "WECHAT"
- // #endif
-
- // 微信:52010106004 支付宝52010106998
|