💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 商户订单列表 ## GET /business/orders 拉取和我有关的订单 ``` 我接活的订单 type = 1; 自定义的订单状态 type = 2; ``` **Request (application/json)** Headers ``` ``` Parameters |字段名称|值类型 |描述 | |---|---|---| |type | (number, `1`, optional) | 拉取类型 | |status | (array, `[1,2,3,4,5]`, if:type == 2) | 数组,状态 | **Response 200** Body ``` [ {order}, {order}, {order} ] ```