|
|
@@ -53,7 +53,7 @@ public class CouponReceiveController{
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * @desc : 新建
|
|
|
+ * @desc : 助力数据新建
|
|
|
* @date : 2024/7/26 11:06
|
|
|
* @author : 寇珊珊
|
|
|
*/
|
|
|
@@ -61,7 +61,7 @@ public class CouponReceiveController{
|
|
|
value = "新建",
|
|
|
notes = "新建"
|
|
|
)
|
|
|
- @PostMapping({"insert"})
|
|
|
+ @PostMapping({"insert_coupon_send"})
|
|
|
public ResponseResultVO<?> otherOutboundInsert(@Valid @RequestBody CouponReceiveVO couponReceiveVO) {
|
|
|
return couponReceiveService.insert(couponReceiveVO);
|
|
|
}
|