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.

difference.js 197B

123456789
  1. // 区分支付宝还是微信
  2. // #ifdef MP-ALIPAY
  3. export const source = "ALI"
  4. // #endif
  5. // #ifdef MP-WEIXIN
  6. export const source = "WECHAT"
  7. // #endif
  8. // 微信:52010106004 支付宝52010106998