Browse Source

//预约

release_toaliyun_real
xhxu 3 years ago
parent
commit
1b1dd52374
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkCApi/src/main/java/com/iformall/controller/WxCouponOrderReservationController.java

+ 1
- 1
mallinkCApi/src/main/java/com/iformall/controller/WxCouponOrderReservationController.java View File

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


Loading…
Cancel
Save