From 8d34f3589a179e0b3610a9abc1acc408745f45bd Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期一, 09 七月 2018 01:14:48 +0800
Subject: [PATCH] 商品服务开发测试完成

---
 ShopService/src/main/java/com/java110/shop/api/ShopApi.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ShopService/src/main/java/com/java110/shop/api/ShopApi.java b/ShopService/src/main/java/com/java110/shop/api/ShopApi.java
index 5b86627..e97b14e 100644
--- a/ShopService/src/main/java/com/java110/shop/api/ShopApi.java
+++ b/ShopService/src/main/java/com/java110/shop/api/ShopApi.java
@@ -28,7 +28,7 @@
     @Autowired
     IShopServiceSMO shopServiceSMOImpl;
 
-    @RequestMapping(path = "/storeApi/service",method= RequestMethod.GET)
+    @RequestMapping(path = "/shopApi/service",method= RequestMethod.GET)
     public String serviceGet(HttpServletRequest request) {
         return DataTransactionFactory.createBusinessResponseJson(ResponseConstant.RESULT_CODE_ERROR,"涓嶆敮鎸丟et鏂规硶璇锋眰").toJSONString();
     }
@@ -39,7 +39,7 @@
      * @param request
      * @return
      */
-    @RequestMapping(path = "/storeApi/service",method= RequestMethod.POST)
+    @RequestMapping(path = "/shopApi/service",method= RequestMethod.POST)
     public String servicePost(@RequestBody String orderInfo, HttpServletRequest request) {
         BusinessServiceDataFlow businessServiceDataFlow = null;
         JSONObject responseJson = null;

--
Gitblit v1.8.0