绑定手机号修改为登陆时缓存session_key(用户在小程序活跃,则session_key一直有效),获取手机号直接取值

This commit is contained in:
LIONCITYS\lioncity
2020-11-03 22:14:40 +08:00
parent b32feff0c3
commit 7eda6161ea
3 changed files with 10 additions and 9 deletions

View File

@ -173,5 +173,5 @@ public interface ShopConstants {
String DEFAULT_UNI_H5_URL = "https://h5.yixiang.co";
String YSHOP_MINI_SESSION_KET = "yshop:session_key:";
}