提交 04038463 编写于 作者: zhouweidong's avatar zhouweidong

补充agentid

上级 2d379cdb
......@@ -323,7 +323,7 @@ public class UAACoreService {
String strSign = DingTalkHelper.sign(ticket, nonceStr,timeStamp , url);
sign.put("url",url);
sign.put("nonceStr",nonceStr);
sign.put("agentId",openAccess.getAccessKey());
sign.put("agentId",openAccess.getAgentId());
sign.put("timeStamp",timeStamp);
sign.put("corpId",openAccess.getRegionId());
sign.put("signature",strSign);
......
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
<changeSet author="mac (generated)" id="1730281588526-1">
<preConditions onFail="MARK_RAN" >
<not>
<columnExists tableName="IBZOPENACCESS" columnName="AGENT_ID" />
</not>
</preConditions>
<addColumn tableName="IBZOPENACCESS">
<column name="AGENT_ID" type="BIGINT"/>
</addColumn>
</changeSet>
</databaseChangeLog>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册