接收到微信验证请求 返回纯文本

This commit is contained in:
2025-10-20 16:42:50 +08:00
parent 166d550fe6
commit 0b710bd391
2 changed files with 48 additions and 32 deletions

View File

@@ -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);