Helius
2021-05-25 fe4664a75ffcf201f2d6871c003213df4bc695b1
src/main/java/com/xcong/excoin/modules/otc/controller/OtcMarketBussinessController.java
@@ -38,8 +38,8 @@
    @ApiOperation(value = "applyMarketBussiness", notes = "申请市商接口")
    @PostMapping(value = "/applyMaketBussiness")
    public Result applyMarketBussiness(@RequestBody MbAddDto mbAddDto) {
        otcMarketBussinessService.add(mbAddDto);
    public Result applyMarketBussiness() {
        otcMarketBussinessService.add();
        return Result.ok("申请成功, 等待审核");
    }