erp-console/docs/WanSenERP_API.md

1.0 KiB

title language_tabs toc_footers includes search code_clipboard highlight_theme headingLevel generator
WanSenERP API v1.0.0
shell
Shell
http
HTTP
javascript
JavaScript
ruby
Ruby
python
Python
php
PHP
java
Java
go
Go
true true darkula 2 @tarslib/widdershins v4.0.11

WanSenERP API

v1.0.0

Default

POST 用户注册

POST /users/insert

Body 请求参数

{
  "user_name": "string",
  "password": "string",
  "email": "string",
  "phone_number": "string",
  "name": "string"
}

请求参数

名称 位置 类型 必选 说明
body body object none
» user_name body string none
» password body string none
» email body string none
» phone_number body string none
» name body string none

返回示例

返回结果

状态码 状态码含义 说明 数据模型
200 OK 成功 Inline

返回数据结构

数据模型