Commit b0dcc751 by 刘鑫

test: 示例参数

1 parent bef9bd88
...@@ -49,7 +49,7 @@ public class BeanRemoteServiceImpl { ...@@ -49,7 +49,7 @@ public class BeanRemoteServiceImpl {
BeanR<List<BeanAccountInfo>> listBeanR2 = beanRemoteService.queryUserList(accessToken, "1341423191870971906"); BeanR<List<BeanAccountInfo>> listBeanR2 = beanRemoteService.queryUserList(accessToken, "1341423191870971906");
log.info("[查询BEAN用户列表]【/api/openapi/user/queryList】返回值-------------------->{}", JsonUtil.toJson(listBeanR2)); log.info("[查询BEAN用户列表]【/api/openapi/user/queryList】返回值-------------------->{}", JsonUtil.toJson(listBeanR2));
final String centerUserId = "nAOnU3BB6ioWLdZf"; final String centerUserId = "17364505242";
//1.4 查询BEAN账号详情 //1.4 查询BEAN账号详情
BeanR<BeanUserDetail> beanUserDetailBeanR = beanRemoteService.userDetail(accessToken, centerUserId); BeanR<BeanUserDetail> beanUserDetailBeanR = beanRemoteService.userDetail(accessToken, centerUserId);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!