|
|
@@ -297,7 +297,7 @@ public class PurchaseProductServiceImpl implements PurchaseProductService {
|
|
|
params.put("data", data);
|
|
|
HttpUtil.Response res = null;
|
|
|
try {
|
|
|
- res = HttpUtil.sendPostRequest("http://10.1.51.24" + "/productuser/coverToUserByIds", params);
|
|
|
+ res = HttpUtil.sendPostRequest(productServiceIp + "/productuser/coverToUserByIds", params);
|
|
|
return Integer.valueOf(res.getResponseText());
|
|
|
} catch (Exception e) {
|
|
|
String resultCode = null != res ? String.valueOf(res.getStatusCode()) : "access error";
|