完善微信绑定

This commit is contained in:
chenjuntao
2019-11-05 17:22:00 +08:00
parent 109ada8e8b
commit 716ba77d3e
4 changed files with 19 additions and 1 deletions

View File

@ -38,6 +38,10 @@ public class Constants {
//输入规则
public static final String INPUT_RULE = "0123456789abcdefghijklnmopqrstuvwxyzABCDEFGHIJKLNMOPQRSTUVWXYZ_";
// 微信绑定地址地址
public static final String WECHAT_BIND_ADDRESS_DEV = "https://resource.ghzs.com/page/wechat_dev/index.html#/";
public static final String WECHAT_BIND_ADDRESS = "https://resource.ghzs.com/page/wechat_pro/index.html#/";
//最少需要多少数据才能上传
public static final int DATA_AMOUNT = 20;