接收到微信验证请求 返回纯文本
This commit is contained in:
@@ -110,7 +110,7 @@ public class AcAccountUtil {
|
||||
bodyJson.put("action_name", "QR_SCENE");
|
||||
JSONObject actionInfo = new JSONObject();
|
||||
JSONObject scene = new JSONObject();
|
||||
scene.put("scene_id", 36449);
|
||||
scene.put("scene_id", 333);
|
||||
actionInfo.put("scene", scene);
|
||||
bodyJson.put("action_info", actionInfo);
|
||||
System.out.println(bodyJson);
|
||||
|
||||
Reference in New Issue
Block a user