We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef4399 commit c87d84bCopy full SHA for c87d84b
1 file changed
src/driver/123cloud_oa.ts
@@ -10,7 +10,7 @@ import {encodeCallbackData} from "../shares/secrets";
10
const driver_map: string[] = [
11
"https://open-api.123pan.com/api/v1/access_token",
12
"https://open-api.123pan.com/api/v1/oauth2/access_token",
13
- "https://www.123pan.com/auth"
+ "https://yun.123pan.com/auth"
14
]
15
16
function toQueryString(params: Record<string, any>): string {
0 commit comments