File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class AutoPrefixUrlMapping extends RequestMappingHandlerMapping {
21
21
return dotPath. replace(" ." , " /" );
22
22
}
23
23
}
24
- ```
24
+ ```
25
25
26
26
* AutoPrefixConfiguration.java
27
27
``` java
Original file line number Diff line number Diff line change 19
19
* [ nvm安装node] ( ./Node/nvm安装node.md )
20
20
# python
21
21
* [ python控制台输出颜色字体] ( ./python控制台输出颜色.md )
22
- # webChat
22
+ # weChat
23
23
24
- * [ 扫一扫登录] ( ./webChat /扫一扫登录.md )
24
+ * [ 扫一扫登录] ( ./weChat /扫一扫登录.md )
25
25
26
26
# java
27
27
* [ api地址自动增加前缀] ( ./Java/api自动增加前缀.md )
Original file line number Diff line number Diff line change 27
27
28
28
29
29
``` JavaScript
30
- const getWebChatAccessToken = () => {
30
+ const getWeChatAccessToken = () => {
31
31
return new Promise ((resolve , reject ) => {
32
32
let url = ` https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${ appId} &secret=${ secretKey} `
33
33
axios .get (url).then (res => {
You can’t perform that action at this time.
0 commit comments