mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 03:06:39 +08:00
adding coupon script
This commit is contained in:
parent
4f08e07892
commit
fa74fb3f99
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user