feat:云流水

This commit is contained in:
苏竹红
2025-04-16 19:34:16 +08:00
parent 834a330acd
commit 3467c3f642

View File

@@ -73,11 +73,6 @@ public class ShopAccountController {
return ResponseResult.success(accountService.accountEntryStatusChange(dto));
}
@ApiOperation("门店编码换云流水编码")
@PostMapping("/shopCodeToYlsCode")
public ResponseResult<String> shopCodeToYlsCode(@RequestParam(value = "shopId",required = true) Long shopId) {
return ResponseResult.success(accountService.shopCodeToYlsCode(shopId));
}
}