Skip to content

Commit c83c7f9

Browse files
committed
微信名称错误修改
1 parent 9c109bf commit c83c7f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Java/api自动增加前缀.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class AutoPrefixUrlMapping extends RequestMappingHandlerMapping {
2121
return dotPath.replace(".", "/");
2222
}
2323
}
24-
```
24+
```
2525

2626
* AutoPrefixConfiguration.java
2727
```java

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
* [nvm安装node](./Node/nvm安装node.md)
2020
# python
2121
* [python控制台输出颜色字体](./python控制台输出颜色.md)
22-
# webChat
22+
# weChat
2323

24-
* [扫一扫登录](./webChat/扫一扫登录.md)
24+
* [扫一扫登录](./weChat/扫一扫登录.md)
2525

2626
# java
2727
* [api地址自动增加前缀](./Java/api自动增加前缀.md)

webChat/扫一扫登录.md renamed to weChat/扫一扫登录.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
``` JavaScript
30-
const getWebChatAccessToken = () => {
30+
const getWeChatAccessToken = () => {
3131
return new Promise((resolve, reject) => {
3232
let url = `https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appId}&secret=${secretKey}`
3333
axios.get(url).then(res => {

0 commit comments

Comments
 (0)