提交 b3b8d5f4 作者: zhenjie

小程序用户查询修改

上级 c26c3fa1
......@@ -477,7 +477,7 @@ public class RepoCashServiceImpl implements RepoCashService {
* @return
*/
private List<RepoWalletDO> getRepoWalletDOS(WalletMessageQO walletMessageQO) {
ResponseEntity<String> responseEntity = restTemplate.postForEntity(userAppUrl + "back-user/feignListBAccountPage"
ResponseEntity<String> responseEntity = restTemplate.postForEntity(userAppUrl + "user-account/feignListAppUserAccount"
, walletMessageQO, String.class);
String body = responseEntity.getBody();
List<RepoWalletDO> repoWalletDOS1 = JSONArray.parseArray(body, RepoWalletDO.class);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论