|
@@ -87,7 +87,7 @@ public class GardenServiceImpl extends ServiceImpl<IGardenMapper, Garden> implem
|
|
sb2.append("https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=");
|
|
sb2.append("https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=");
|
|
sb2.append(wxAccessToken.getAccess_token());
|
|
sb2.append(wxAccessToken.getAccess_token());
|
|
Map<String, String> params = new HashMap<>();
|
|
Map<String, String> params = new HashMap<>();
|
|
- params.put("path", "/pages/subPages/task_executor/index?recordAllotId=" + gardenId);
|
|
|
|
|
|
+ params.put("path", "/pages/subPages/login/index?gardenId=" + gardenId);
|
|
params.put("width", "180");
|
|
params.put("width", "180");
|
|
Response response = HttpUtils.getResponse(sb2.toString(), params);
|
|
Response response = HttpUtils.getResponse(sb2.toString(), params);
|
|
if (response.isSuccessful()) {
|
|
if (response.isSuccessful()) {
|