查询订单详情

**简要描述:** - 用户注册接口 **URL前缀:** - ` http://www.lanrenfu365.cn:9099/ ` **请求URL:** - ` OrderCenter/LutDetail` **请求方式:** - GET/POST **参数:** |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |order_id | | | 订单id| **返回示例** ``` { "error_code": 0, "msg": "成功!", "data": { ClothdetailsId--衣物id ClothType--衣物类型名称 ClothPrice--衣物挂牌价 ClothColor--衣物颜色 FlowStatus--衣物状态 SpecialdsposePrice--特殊处理价格 AdvancedPrice--精洗价格 UrgentMoney--加急价格 } } ``` **备注** - 更多返回错误代码请看首页的错误代码描述 - -1、系统错误提示 - 0、正确执行提示 - 1、执行失败提示