mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-23 23:58:44 +08:00
修正几种菜单按钮类型的命名,保持统一
This commit is contained in:
parent
5d96b00a93
commit
9ad2283d96
@ -137,13 +137,13 @@ public class WxConsts {
|
||||
/** 扫码推事件且弹出“消息接收中”提示框 */
|
||||
public static final String BUTTON_SCANCODE_WAITMSG = "scancode_waitmsg";
|
||||
/** 弹出系统拍照发图 */
|
||||
public static final String PIC_SYSPHOTO = "pic_sysphoto";
|
||||
public static final String BUTTON_PIC_SYSPHOTO = "pic_sysphoto";
|
||||
/** 弹出拍照或者相册发图 */
|
||||
public static final String PIC_PHOTO_OR_ALBUM = "pic_photo_or_album";
|
||||
public static final String BUTTON_PIC_PHOTO_OR_ALBUM = "pic_photo_or_album";
|
||||
/** 弹出微信相册发图器 */
|
||||
public static final String PIC_WEIXIN = "pic_weixin";
|
||||
public static final String BUTTON_PIC_WEIXIN = "pic_weixin";
|
||||
/** 弹出地理位置选择器 */
|
||||
public static final String LOCATION_SELECT = "location_select";
|
||||
public static final String BUTTON_LOCATION_SELECT = "location_select";
|
||||
|
||||
///////////////////////
|
||||
// oauth2网页授权的scope
|
||||
|
Loading…
Reference in New Issue
Block a user