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.
|
- package md
-
- const (
- /*********** DEVICE ***********/
- PLATFORM_ALIPAY_APPLET = "alipay_applet"
- PLATFORM_WAP = "wap" //h5
- PLATFORM_ANDROID = "android"
- PLATFORM_IOS = "ios"
- )
|