adding coupon script

This commit is contained in:
Carl 2021-12-09 16:59:15 +08:00
parent 4f08e07892
commit fa74fb3f99

View File

@ -158,7 +158,7 @@ public class TransitionController {
}
@ApiOperation(value = "优惠券种类", notes = "查询所有优惠券种类,查询单条优惠券种类")
@PostMapping("royalcanin/couponConfig")
@PostMapping("royalcanin/coupon")
public String transferCoupon(String type ,@RequestBody Object object, HttpServletRequest request) throws Exception {
ObjectMapper objectMapper = new ObjectMapper();
String result = "null";