File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
< html >
2
2
3
3
< body >
4
+ <! --修改地方1-->
5
+ < p > 未更新</ p >
4
6
< div >
5
7
< div >
8
+ <! --修改地方2-->
6
9
< a
7
- href ='https://login.microsoftonline.com/common/oauth2/v2.0/authorize?scope=https%3A%2F%2Fgraph.microsoft.com%2FFiles.ReadWrite.All+Files.Read.All+Sites.Read.All+Sites.ReadWrite.All+User.Read.All+User.ReadWrite.All+Directory.Read.All+Directory.ReadWrite.All+Mail.Read+Mail.ReadWrite+MailboxSettings.Read+MailboxSettings.ReadWrite+offline_access&response_type=code&client_id=3ec33d81-6aa9-43ee-98cd-534972b10f2f &redirect_uri=https://wangziyingwen.github.io/GetAutoApiToken/ '> click
10
+ href ='https://login.microsoftonline.com/common/oauth2/v2.0/authorize?scope=https%3A%2F%2Fgraph.microsoft.com%2FFiles.ReadWrite.All+Files.Read.All+Sites.Read.All+Sites.ReadWrite.All+User.Read.All+User.ReadWrite.All+Directory.Read.All+Directory.ReadWrite.All+Mail.Read+Mail.ReadWrite+MailboxSettings.Read+MailboxSettings.ReadWrite+offline_access&response_type=code&client_id=你的应用id &redirect_uri=你的项目主页 '> click
8
11
9
12
here to get your refresh code</ a >
10
13
</ div >
11
14
< div id ='info '> </ div >
12
15
< form action ="https://login.microsoftonline.com/common/oauth2/v2.0/token " method ="POST " style ="display:none; ">
13
- < input type ="text " name ="client_id " placeholder ="client_id " value ="3ec33d81-6aa9-43ee-98cd-534972b10f2f " />
16
+ <! --修改地方3-->
17
+ < input type ="text " name ="client_id " placeholder ="client_id " value ="你的应用id " />
18
+ <! --修改地方4-->
14
19
< input type ="text " name ="client_secret " placeholder ="client_secret "
15
- value ="NUHK@Bpj7tbNI1adHP-Y-_pj8wZUAnL8 " />
20
+ value ="你的应用机密 " />
16
21
< input type ="text " name ="grant_type " placeholder ="authorization_code " value ="authorization_code " />
17
22
< input type ="text " name ="requested_token_use " placeholder ="on_behalf_of " value ="on_behalf_of " />
23
+ <! --修改地方5-->
18
24
< input type ="text " name ="redirect_uri " placeholder ="redirect_uri "
19
- value ="https://wangziyingwen.github.io/GetAutoApiToken/ " />
25
+ value ="你的项目主页 " />
20
26
< input type ="text " name ="code " placeholder ="code " id ="code " />
21
27
< input type ="submit " id ='submit ' />
22
28
</ form >
You can’t perform that action at this time.
0 commit comments