临时字符串

This commit is contained in:
wangw 2025-10-20 17:53:35 +08:00
parent 46a86a2c82
commit 0390cc4576
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class AcAccountUtil {
//二维码有效时间最大2592000仅临时二维码需要
bodyJson.put("expire_seconds", "2592000");
//二维码类型QR_SCENE(临时整型)/QR_STR_SCENE(临时字符串)/QR_LIMIT_SCENE(永久整型)/QR_LIMIT_STR_SCENE(永久字符串)
bodyJson.put("action_name", "QR_SCENE");
bodyJson.put("action_name", "QR_STR_SCENE");
JSONObject actionInfo = new JSONObject();
JSONObject scene = new JSONObject();
scene.put("scene_str", userId.toString());