---
title: "新增用户"
method: POST
path: "/test/user/save"
tags: ["test-controller"]
---

# 新增用户

`POST /test/user/save`

## Query parameters

- `mobile` string
- `password` string
- `userId` integer
- `username` string

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/waysway/apis/api.md) · [All operations](https://skmtc.dev/waysway/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/waysway/api/revisions/be231a3c8a8e/schema)
