记得上下班打卡 | git大法好,push需谨慎

Commit 9d8e9b4c authored by 胡佳晨's avatar 胡佳晨

提交场地详情接口

parent 78f65d45
...@@ -141,7 +141,7 @@ public class MerchantFieldsController { ...@@ -141,7 +141,7 @@ public class MerchantFieldsController {
@ApiOperationSupport(order = 34) @ApiOperationSupport(order = 34)
@ApiOperation(value = "场地详情") @ApiOperation(value = "App场地详情")
@PostMapping("app/details") @PostMapping("app/details")
public ResponseDto<MerchantFieldsDetailsVo> fieldDetails(@RequestParam(required = true) @NotBlank(message = "场地ID不能为空") String fieldId) { public ResponseDto<MerchantFieldsDetailsVo> fieldDetails(@RequestParam(required = true) @NotBlank(message = "场地ID不能为空") String fieldId) {
MerchantFieldsDetailsVo vo= merchantFieldsService.fieldDetails(fieldId); MerchantFieldsDetailsVo vo= merchantFieldsService.fieldDetails(fieldId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment