1
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user