mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 【小程序】获取小程序码的createWxaCode相关接口支持envVersion参数
This commit is contained in:
@@ -11,6 +11,11 @@ public abstract class WxMaConstants {
|
||||
private WxMaConstants() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 默认的env_version值
|
||||
*/
|
||||
public static final String DEFAULT_ENV_VERSION = "release";
|
||||
|
||||
/**
|
||||
* 微信接口返回的参数errcode.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user