|
|
@@ -255,8 +255,8 @@ public class StorageGrainCardServiceImpl implements StorageGrainCardService {
|
|
255
|
255
|
* restTemplate调用
|
|
256
|
256
|
*/
|
|
257
|
257
|
//String url = "http://localhost:9002/depot/business/receiveNotice/saveDataRkByRest";
|
|
258
|
|
- //String url = "http://10.223.3.62:9002/depot/business/receiveNotice/saveDataRkByRest";//生产环境
|
|
259
|
|
- String url = "http://172.16.0.16:9002/depot/business/receiveNotice/saveDataRkByRest";//测试环境
|
|
|
258
|
+ String url = "http://10.223.3.62:9002/depot/business/receiveNotice/saveDataRkByRest";//生产环境
|
|
|
259
|
+ //String url = "http://172.16.0.16:9002/depot/business/receiveNotice/saveDataRkByRest";//测试环境
|
|
260
|
260
|
|
|
261
|
261
|
// 请求头设置,x-www-form-urlencoded格式的数据
|
|
262
|
262
|
HttpHeaders headers = new HttpHeaders();
|