little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
646 stars 126 forks source link

miniProgramType 的枚举值分别是多少? #234

Open p2227 opened 1 year ago

p2227 commented 1 year ago

找了很久文档都没找到

miniProgramType Number 小程序的类型,默认正式版,1.8.1 及以上版本开发者工具包支持分享开发版和体验版小程序
talentedman commented 5 months ago

public static final int MINIPTOGRAM_TYPE_RELEASE = 0; public static final int MINIPROGRAM_TYPE_TEST = 1; public static final int MINIPROGRAM_TYPE_PREVIEW = 2;