1.修改测试中继服务连通性接口地址

fengcang
x_z 3 years ago
parent 25886a0416
commit ef0ae73564

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

Loading…
Cancel
Save