File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ui/src/views/system-chat-user/authentication/component Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const open = async (platform: Platform) => {
161161 currentPlatform .config .agent_id = currentPlatform .config .app_key
162162 delete currentPlatform .config .app_key
163163 }
164- currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/api/wecom `
164+ currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/chat/ api/auth /wecom `
165165 break
166166 case ' dingtalk' :
167167 if (currentPlatform .config .agent_id ) {
@@ -174,10 +174,10 @@ const open = async (platform: Platform) => {
174174 app_secret: currentPlatform .config .app_secret ,
175175 callback_url: defaultCallbackUrl
176176 }
177- currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/api/dingtalk `
177+ currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/chat/ api/auth /dingtalk `
178178 break
179179 case ' lark' :
180- currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/api/feishu `
180+ currentPlatform .config .callback_url = ` ${defaultCallbackUrl }/chat/ api/auth/lark `
181181 break
182182 default :
183183 break
You can’t perform that action at this time.
0 commit comments