切为“惠享云菜窖”

This commit is contained in:
liupopo
2023-12-06 16:43:32 +08:00
parent 91df270f57
commit 860413cf65
3 changed files with 15 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,11 @@
介绍
惠享群众
老百姓的家庭菜窖
服务类目
生活服务 > 百货/超市/便利店
商家自营 > 生鲜/初级食用农产品
商家自营 > 食品饮料
商家自营 > 酒类

View File

@@ -35,11 +35,11 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp
// String APP_ID = "wx4724e3a3c27f36b5";
// String SECRET = "971fd3b8aa7b08ce3e8a5f3e502b1a8d";
// 汇融云眼
// String APP_ID = "wx11565021714ba796";
// String SECRET = "eb511fbb5f864cdabc3d044b639814c9";
String APP_ID = "wx11565021714ba796";
String SECRET = "eb511fbb5f864cdabc3d044b639814c9";
// 汇融惠家
String APP_ID = "wx97c0a62c6d65207f";
String SECRET = "e4572da4407573213377cd00e422397d";
// String APP_ID = "wx97c0a62c6d65207f";
// String SECRET = "e4572da4407573213377cd00e422397d";
private static final String WX_URL_LOGIN = "https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code ";
public ResultBean<JSONObject> wxLogin(String jsCode, String appid, String secret) {