浏览代码

将url修改为云顶接口url

luhg 8 年之前
父节点
当前提交
16b6e3e4fe
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/main/java/com/uas/eis/serviceImpl/StockServiceImpl.java

+ 6 - 6
src/main/java/com/uas/eis/serviceImpl/StockServiceImpl.java

@@ -27,12 +27,12 @@ import java.util.Map;
  */
 @Service
 public class StockServiceImpl implements StockService{
-    //private static final String yundingStockUrl = "http://dc.oclean.com/setconfirmstatus";
-    //private static final String yundingStockPostUrl = "http://dc.oclean.com/getinstorage";
-    //private static final String sendStockPostConfirmToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
-    private static final String sendStockToYundingUrl = "http://localhost:8008/test/stock";
-    private static final String stockGetPostFromYundingUrl = "http://localhost:8008/test/stockpost";
-    private static final String sendStockPostConfirmToYundingUrl = "http://localhost:8008/test/stockconfirm";
+    private static final String sendStockToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
+    private static final String stockGetPostFromYundingUrl = "http://dc.oclean.com/getinstorage";
+    private static final String sendStockPostConfirmToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
+    //private static final String sendStockToYundingUrl = "http://localhost:8008/test/stock";
+    //private static final String stockGetPostFromYundingUrl = "http://localhost:8008/test/stockpost";
+    //private static final String sendStockPostConfirmToYundingUrl = "http://localhost:8008/test/stockconfirm";
 
     @Autowired
     BaseDao baseDao;