Просмотр исходного кода

获取助力明细配置更新

liuyao 1 год назад
Родитель
Сommit
d5d99e7bcc

+ 2 - 2
src/main/java/com/dk/oauth/controller/integral/CouponReceiveController.java

@@ -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);
     }