update m2pool

This commit is contained in:
yyb
2026-01-29 14:29:46 +08:00
parent c659fd4930
commit 10b9a3cc6d

View File

@@ -94,7 +94,7 @@ public class ManageUserController {
return manageUserService.deleteUserAccount(coinVo);
}
@PostMapping("/deleteUserAccount")
@PostMapping("/addUserAccount")
@ApiOperation(value = "管理系统:重新上架已下架币种--把以前币种状态设置为5下架的改为 0")
public R<String> addUserAccount(@RequestBody CoinVo coinVo){
return manageUserService.addUserAccount(coinVo);