|
|
|
@@ -2,11 +2,8 @@ package com.simple.controller; |
|
|
|
|
|
|
|
import com.simple.common.Result; |
|
|
|
import com.simple.common.ResultData; |
|
|
|
import com.simple.domain.po.WxOrder; |
|
|
|
import com.simple.service.WxCUserService; |
|
|
|
import com.simple.service.WxOrderService; |
|
|
|
import com.simple.domain.dto.WxUserCoupon; |
|
|
|
import com.simple.service.WxUserCouponService; |
|
|
|
import com.simple.service.dto.WxUserCoupon; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
|