临时字符串
This commit is contained in:
parent
46a86a2c82
commit
0390cc4576
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue