From a51f032a36d7c7cd41c33e20ab318c9234cfcaba Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 25 Apr 2023 18:02:14 +0800 Subject: [PATCH] fix: update --- doc/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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