update 批量续费sim卡方法

This commit is contained in:
Lemon
2026-03-11 14:28:07 +08:00
parent f440fdea1e
commit 09f6633686
2 changed files with 20 additions and 0 deletions

View File

@@ -150,4 +150,9 @@ public class PileSimInfoController extends BaseController {
// return result;
}
@PostMapping("/batchRechargeSimCard")
public AjaxResult batchRechargeSimCard(@RequestBody SimRenewDTO dto) {
return null;
}
}