diff --git a/doc/account.md b/doc/account.md index 7f8e568..293a908 100644 --- a/doc/account.md +++ b/doc/account.md @@ -73,7 +73,7 @@ $ curl --request POST 'http://192.168.0.206:8080/v1/register' \ 请求示例: ```shell -$ curl --request POST 'http://192.168.0.100:8080/v1/login' \ +$ curl --request POST 'http://192.168.0.199:8081/v1/login' \ --header 'Content-Type: application/json' \ --data '{ "phone":"17683852936", -- libgit2 0.21.2