Commit a51f032a36d7c7cd41c33e20ab318c9234cfcaba
1 parent
b3772d22
fix: update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/account.md
| ... | ... | @@ -73,7 +73,7 @@ $ curl --request POST 'http://192.168.0.206:8080/v1/register' \ |
| 73 | 73 | |
| 74 | 74 | 请求示例: |
| 75 | 75 | ```shell |
| 76 | -$ curl --request POST 'http://192.168.0.100:8080/v1/login' \ | |
| 76 | +$ curl --request POST 'http://192.168.0.199:8081/v1/login' \ | |
| 77 | 77 | --header 'Content-Type: application/json' \ |
| 78 | 78 | --data '{ |
| 79 | 79 | "phone":"17683852936", | ... | ... |