This commit is contained in:
2025-08-20 01:11:55 +08:00
parent 28c045b8e5
commit 65cca681ef

View File

@@ -335,6 +335,7 @@ public class ProductController extends BaseController {
AuthorizeListQueryRequest req = new AuthorizeListQueryRequest(resolveAccount(appid));
req.setPagination(pageNum, pageSize);
String resp = req.getResponseBody();
System.out.println("获取授权的闲鱼会员名下拉: " + resp);
JSONObject jo = JSONObject.parseObject(resp);
java.util.List<Option> options = new java.util.ArrayList<>();
java.util.function.Consumer<JSONObject> addRow = row -> {