Commit 4c735ce4 by 徐高华

企微托管

parent 25a976f8
...@@ -106,7 +106,7 @@ public class QywxCallbackController extends WebBaseController { ...@@ -106,7 +106,7 @@ public class QywxCallbackController extends WebBaseController {
for (int i = 0; i < array.size(); i++) { for (int i = 0; i < array.size(); i++) {
JSONObject jsonObject = array.getJSONObject(i); JSONObject jsonObject = array.getJSONObject(i);
int status = jsonObject.getIntValue("status"); int status = jsonObject.getIntValue("status");
if (status == 2057 || status == 9) { if (status == 9) {
Long qwUserId = jsonObject.getLong("user_id"); Long qwUserId = jsonObject.getLong("user_id");
list.add(qwUserId); list.add(qwUserId);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment