update 汇付会员

This commit is contained in:
2023-06-09 14:44:32 +08:00
parent 87d4f8a9f0
commit e1bc44bbc3
6 changed files with 53 additions and 17 deletions

View File

@@ -56,4 +56,12 @@ public class AdapayMemberController extends BaseController {
}
return result;
}
/**
* 查询汇付结算账户
*/
@PostMapping("/selectSettleAccount")
public AjaxResult selectSettleAccount(@RequestBody AdapayMemberInfoDTO dto) {
return null;
}
}