|
@@ -853,7 +853,7 @@ public class ApiController {
|
|
|
HashMap hashMap = JSON.parseObject(forEntity, HashMap.class);
|
|
HashMap hashMap = JSON.parseObject(forEntity, HashMap.class);
|
|
|
String accessToken = (String) hashMap.get("access_token");
|
|
String accessToken = (String) hashMap.get("access_token");
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
- map.put("scene", "inviteCode=" + inviteCode);
|
|
|
|
|
|
|
+ map.put("scene", "inviteCode_" + inviteCode);
|
|
|
map.put("page", "pages/login");
|
|
map.put("page", "pages/login");
|
|
|
JSONObject jsonObject = new JSONObject(map);
|
|
JSONObject jsonObject = new JSONObject(map);
|
|
|
String body = jsonObject.toString();
|
|
String body = jsonObject.toString();
|