update 运营端小程序查询运营商报表信息新增参数

This commit is contained in:
Lemon
2026-03-19 10:35:06 +08:00
parent 5c6925b9a3
commit 89efe8b2a9
3 changed files with 13 additions and 4 deletions

View File

@@ -226,7 +226,7 @@ public class AdapayMemberController extends BaseController {
* @param dto
* @return
*/
@PostMapping("createBankAccount")
@PostMapping("/createBankAccount")
public AjaxResult createBankAccount(@RequestBody SettleAccountDTO dto) {
AjaxResult result = null;
try {