支付模块
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.

platform.go 203 B

123456789
  1. package md
  2. const (
  3. /*********** DEVICE ***********/
  4. PLATFORM_ALIPAY_APPLET = "alipay_applet"
  5. PLATFORM_WAP = "wap" //h5
  6. PLATFORM_ANDROID = "android"
  7. PLATFORM_IOS = "ios"
  8. )