支付模块
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
203 B

  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. )