# API【订单详情查询】 - **Method**:`POST` - **URL**:`http://host/api.php/buy/queryorder` ## 接口说明 host 换成站长的商城域名 ## 请求体示例 ```json { "type": "object", "properties": { "userid": { "type": "string", "description": "用户编号", "example": "10005" }, "orderid": { "type": "string", "description": "订单编号", "example": "API-202309161713468300" }, "sign": { "type": "string", "description": "签名,详见签名生成规则", "example": "2cff50bf9f38063affa5df361645e66f" } }, "required": [ "userid", "orderid", "sign" ] } ``` ## 响应示例 ```json { "code": 1, "msg": "查询成功", "data": { "id": 39, "orderno": "API-202309161713468300", "money": "1.300", "buynum": 1, "status": 3 } } ``` > 由 ApiPost/OpenAPI 导入生成,可在后台继续编辑。 更新于 2026-08-10 20:03 阅读 4 ← 加款接口 获取商品分类 → 相关问题 暂无相关文档