|
|
|
@ -97,7 +97,7 @@ public class ErpBasicClient {
|
|
|
|
|
|
|
|
|
|
//测试连通性
|
|
|
|
|
public BaseResponse testConnection(ThrSystemEntity thrSystemEntity) {
|
|
|
|
|
String response = httpOkClient.uCloudPost(thrSystemEntity.getThridUrl() + "/udispsync/sync/testConnection", "{}");
|
|
|
|
|
String response = httpOkClient.uCloudPost(thrSystemEntity.getThridUrl() + "/udiwms/erp/testLocal", "{}");
|
|
|
|
|
log.info(response);
|
|
|
|
|
if (StrUtil.isBlank(response)) {
|
|
|
|
|
return ResultVOUtils.error(500, "连接失败");
|
|
|
|
|