|
|
@@ -1,4 +1,4 @@
|
|
|
-package com.goafanti.order.controller;
|
|
|
+package com.goafanti.app.controller;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
import java.text.ParseException;
|
|
|
@@ -16,10 +16,9 @@ import com.goafanti.common.controller.CertifyApiController;
|
|
|
import com.goafanti.order.enums.CommodityType;
|
|
|
import com.goafanti.order.service.OrderService;
|
|
|
|
|
|
-
|
|
|
@RestController
|
|
|
-@RequestMapping(value = "/api/user/order")
|
|
|
-public class UserOrderApiController extends CertifyApiController{
|
|
|
+@RequestMapping(value = "/app/order")
|
|
|
+public class AppOrderController extends CertifyApiController{
|
|
|
|
|
|
@Resource
|
|
|
private OrderService orderServiceImpl;
|
|
|
@@ -221,4 +220,4 @@ public class UserOrderApiController extends CertifyApiController{
|
|
|
orderServiceImpl.updateConfirmIntention(Long.valueOf(orderNo),confirm);
|
|
|
return res;
|
|
|
}
|
|
|
-}
|
|
|
+}
|