会稽山对接CRM代码

This commit is contained in:
yuqh 2024-12-05 18:00:46 +08:00
parent bece2f2ed0
commit 858a6e4ce8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class CrmUtil {
public static String sendU8TOCrmEsb(String parm, String apiCode){
String baseUrl = "http://127.0.0.1:9991/kangarooDataCenterV3/entranceController/externalCallInterface";
String baseUrl = "http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface";
System.out.println("推送参数"+parm);
String result = HttpRequest.post(baseUrl)
.header("appId", "800007")//头信息多个头信息多次调用此方法即可