Skip to content

Commit c87d84b

Browse files
authored
fix(driver): 123 official app url change (#85)
1 parent aef4399 commit c87d84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/driver/123cloud_oa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {encodeCallbackData} from "../shares/secrets";
1010
const driver_map: string[] = [
1111
"https://open-api.123pan.com/api/v1/access_token",
1212
"https://open-api.123pan.com/api/v1/oauth2/access_token",
13-
"https://www.123pan.com/auth"
13+
"https://yun.123pan.com/auth"
1414
]
1515

1616
function toQueryString(params: Record<string, any>): string {

0 commit comments

Comments
 (0)