新增商户端订单通知(通过公众号)

This commit is contained in:
朱耘稷
2020-12-10 12:31:29 +08:00
parent 8c0e9aa37b
commit ebc3b6e25f
13 changed files with 614 additions and 5 deletions

View File

@ -174,4 +174,9 @@ public interface ShopConstants {
String DEFAULT_UNI_H5_URL = "https://h5.yixiang.co";
String YSHOP_MINI_SESSION_KET = "yshop:session_key:";
/**公众号二维码*/
String WECHAT_FOLLOW_IMG="wechat_follow_img";
/**后台api地址*/
String ADMIN_API_URL="admin_api_url";
}