-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
bugSomething isn't workingSomething isn't working
Description
复现步骤:
- 下载项目,并运行
- 调用
/api/account/auth/register,使用接口文档中的默认参数即可
curl -X 'POST' \
'http://localhost:8000/api/account/auth/register' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"username": "string",
"password": "string",
"confirm_password": "string",
"phone": "string",
"full_name": "string",
"gender": "string"
}'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


