天宇ERP
首页官网
其它版本
  • v1-demo
  • v2-demo
首页官网
其它版本
  • v1-demo
  • v2-demo
  1. 888
  • 开发指南
    • 开发需知
  • 888
    • 未命名接口
      GET
    • 获取商品列表
      POST
  • 889
  1. 888

获取商品列表

POST
/api/demo2
最后修改时间:2025-07-14 09:12:15
xxxx适用于场景....

请求参数

Query 参数
username
string 
可选
示例值:
admin
password
string 
可选
示例值:
tysp10086
code
string 
可选
示例值:
3
uuid
string 
可选
示例值:
be9cfa77c6fc47f39c17d7c06eaca8e2
Header 参数
b
string 
可选
Body 参数application/json
id
string 
供应商id
必需
items
string 
清单列表
必需
示例
{
    "id": "string",
    "items": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/demo2?username=admin&password=tysp10086&code=3&uuid=be9cfa77c6fc47f39c17d7c06eaca8e2' \
--header 'b;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "string",
    "items": "string"
}'

返回响应

🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-07-14 09:12:15
上一页
未命名接口
Built with