Commit 66255e54 by 程裕兵

feat:api error

parent 8699b2a8
......@@ -29,7 +29,7 @@ public interface BrandCashierApi {
JsonResult<BrandCashierRecordVO> getById(GetBrandCashierByIdRequest request);
@ApiOperation(value = "根据订单号查询收银列表", tags = {TAG})
@PostMapping(value = "/private/brandCashier/getById")
@PostMapping(value = "/private/brandCashier/listByOrderNo")
JsonResult<List<BrandCashierRecordVO>> listByOrderNo(ListBrandCashierByOrderNoRequest request);
}
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