多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 Order/orderDetail 接口描述 ### 演示地址 `http://URL/Order/orderDetail` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) order_id 订单号 ~~~ ### 输出结果 成功 ~~~ { "status": 1, "msg": { "order_id": "1", "order_no": "1506123831648", "goods_num": "2", "order_price": "9899.00", "pay_price": "0.00", "type": "1", "status": "-1", "wedding_time": "2015-07-13", "pay_time": null, "sid": "1", "sname": "你猜猜T", "occupation_name": "婚礼策划", "saddress": "北京市 北京市 海淀区", "goods_id": "202", "title": "服务微博", "logo": "http://demo-coutuan123.b0.upaiyun.com/2015/0525/14/5562c39d4eeef.jpg", "phone": "18632456987" } } 失败 { "status": 0, "msg": "订单不存在" } ### ~~~ ### 其他说明 ~~~ order_id 订单id order_no 订单号; pay_time 付款时间 goods_num 购买服务数量 order_price 订单价格/总价 pay_price 已支付金额 type 订单类型 1一次支付 2两次支付 status 订单状态 wedding_time 婚礼时间/服务时间 sid 卖家id sname 卖家名称 occupation_name 职业名称 saddress 商家地址 goods_id 服务id title 服务标题 logo 封面 phone 联系电话 ~~~