|
|
|
@@ -15,7 +15,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("wxCouponOrderReservation") |
|
|
|
@RequestMapping("/api/wxCouponOrderReservation") |
|
|
|
@Api(description = "查询预约接口") |
|
|
|
public class WxCouponOrderReservationController extends BaseController { |
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|