url修改

This commit is contained in:
huangweixiong 2022-11-09 10:34:54 +08:00
parent 6f04dc91bc
commit 1cb952fe61
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ public class ResourceController {
return new Result<>().error("该账号没有权限");
}
String url = "http://15.72.158.81/zyjk/ZywMessage.asmx";
String url = "http://15.72.158.81/zyjk/ZywMessage.asmx?op=ZySPPort";
String parame = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" +
"<soap:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">\n" +
" <soap:Body>\n" +