This commit is contained in:
yuqh 2024-08-30 15:55:54 +08:00
parent 2890f08d62
commit 7fab551333
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class KunBFlowSubPluginInitializer extends PluginBaseEntity{
JSONObject tokenRes = new JSONObject();
tokenRes.put("loginName",loginName);
tokenRes.put("userName","restUser");
tokenRes.put("password","f91a3aea-f202-4366-8958-61a778f613bc");
tokenRes.put("password","760e094c-361d-45a7-8ae0-e1a4c8fd169f");
logger.info("获取token请求参数"+tokenRes.toString());
String tokenResult = OaFlowUtil.sendOAToEsb(tokenRes.toString(),"8000320000","");
logger.info("获取token请求返回"+tokenResult);