🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] get:/dist/api.php/green/bigorder/getOrder *int:uid# *order_sn#订单编号 <<< success { "code": 200, "msg": "ok", "data": { "id": 35, "uid": 5354, "order_number": "2019122317191117670490265354B", "title": "废铁2吨", "content": "纯正废铁", "bond": "0.00", "min_price_markup": "50.00", "imgurl": "{“http:baidu.com”}", "author_type": 1, "author_name": "刘经理", "author_tel": "0571-2586547858", "local_province": "100", "local_city": "110", "local_county": "111", "local_address": "古墩路254号", "local_longitude": "120.2455", "local_latitude": "65.458", "order_status": 0, "order_item_type": "", "cancel_reason": null, "fail_audit_reason": null, "if_pay_bond": 0, "start_price": "0.00", "bid_announcement": null, "bid_instructions": null, "ctime": 0, "audit_time": 0, "pay_bond_time": 0 } } <<< error ~~~ ## 返回数据字段说明 | 字段 | 说明 | | --- | --- | |order_number|订单编号| | title | 标题 | |imgurl |图片 | |ctime | 创建时间,时间戳格式,精确到秒 | | local_province | | | local_city | | | local_county | | | local_address | | | order_number | | | content | 废品描述| |bond | 发布人支付保证金金额 | | min_price_markup | 回收商每次报价支付金额 | | author_name | | |author_tel | | | author_type | | | order_status | 订单状态,0、审核中,1、竞拍/出价中,2、已完成,3、已取消 |