diff --git a/yshop-admin/src/main/resources/config/application.yml b/yshop-admin/src/main/resources/config/application.yml
index c9422163..ca98f4d3 100644
--- a/yshop-admin/src/main/resources/config/application.yml
+++ b/yshop-admin/src/main/resources/config/application.yml
@@ -52,9 +52,10 @@ yshop:
logging:
level:
- co.yixiang: ERROR
- org.springframework.web: ERROR
- me.chanjar.weixin: ERROR
+ co.yixiang: DEBUG
+ org.springframework.web: DEBUG
+ com.github.binarywang.demo.wx.mp: DEBUG
+ me.chanjar.weixin: DEBUG
mybatis-plus:
check-config-location: true
diff --git a/yshop-app/src/main/java/co/yixiang/modules/coupon/rest/CouponController.java b/yshop-app/src/main/java/co/yixiang/modules/coupon/rest/CouponController.java
index ee1bb48f..bc01332f 100644
--- a/yshop-app/src/main/java/co/yixiang/modules/coupon/rest/CouponController.java
+++ b/yshop-app/src/main/java/co/yixiang/modules/coupon/rest/CouponController.java
@@ -37,6 +37,7 @@ import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
+import java.util.Map;
/**
*
@@ -106,6 +107,23 @@ public class CouponController {
return ApiResult.ok(list);
}
+ /**
+ * 用户已领取优惠券pc
+ */
+ @AppLog(value = "用户已领取优惠券pc", type = 1)
+ @AuthCheck
+ @GetMapping("/coupons/user/pc/{type}")
+ @ApiOperation(value = "用户已领取优惠券pc",notes = "用户已领取优惠券pc")
+ public ApiResult