删除了修改秘钥

This commit is contained in:
wanggeng 2021-12-27 15:49:07 +08:00
parent 8b670dda74
commit 1056cb657c

View File

@ -173,9 +173,6 @@
<if test="resourceIds != null and resourceIds != ''">
resource_ids = #{resourceIds},
</if>
<if test="clientSecret != null and clientSecret != ''">
client_secret = #{clientSecret},
</if>
<if test="scope != null and scope != ''">
scope = #{scope},
</if>