|
|
@@ -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 |
|
|
|