Commit 3c2a2fce65c69a327436515b2a0da7938706fa0b
1 parent
08c7014d
fix
Showing
1 changed file
with
30 additions
and
23 deletions
07.增值云/2.13 订单-获取用户订单信息(根据站点id).md
| @@ -71,29 +71,36 @@ | @@ -71,29 +71,36 @@ | ||
| 71 | #### 返回格式说明: | 71 | #### 返回格式说明: |
| 72 | ``` | 72 | ``` |
| 73 | { | 73 | { |
| 74 | - "id": "", | ||
| 75 | - "prdId": "83a9c421-5b6e-4fe1-a77e-6831e5785e63", | ||
| 76 | - "sid": "", | ||
| 77 | - "uId": "145680", | ||
| 78 | - "srvOrderId": "0038363_20141204150628378_001", | ||
| 79 | - "promCode": "", | ||
| 80 | - "createTime": "2014-12-04 16:47:00", | ||
| 81 | - "effectiveDate": "2014-11-16 10:42:14", | ||
| 82 | - "expiryDate": "2014-12-31 10:42:14", | ||
| 83 | - "status": "0", | ||
| 84 | - "buyAmount": "69", | ||
| 85 | - "remainAmount": "0", | ||
| 86 | - "title": "weng", | ||
| 87 | - "bigPoster": "http://www.cnlive.com", | ||
| 88 | - "smallPoster": "http://www.cnlive.com", | ||
| 89 | - "homePage": "http://www.cnlive.com", | ||
| 90 | - "currency": "3", | ||
| 91 | - "rmb": "1", | ||
| 92 | - "originalRmb": "2", | ||
| 93 | - "cnCoin": "10", | ||
| 94 | - "originalCnCoin": "20", | ||
| 95 | - "type": "0", | ||
| 96 | - "siteId": "1" | 74 | + "errorCode": "0", |
| 75 | + "errorMessage": "success", | ||
| 76 | + "data": { | ||
| 77 | + "orders": [{ | ||
| 78 | + "id": "8a8a8a8f6bff2460016bff26126d0002", | ||
| 79 | + "prdId": "982ab9a5-0097-45aa-8e29-4458a9273b49", | ||
| 80 | + "sid": "10514228", | ||
| 81 | + "uId": "10514228", | ||
| 82 | + "srvOrderId": "20190717165501", | ||
| 83 | + "promCode": "", | ||
| 84 | + "createTime": "2019-07-17 16:56:53", | ||
| 85 | + "effectiveDate": "2019-07-17 16:56:53", | ||
| 86 | + "expiryDate": "2099-01-01 00:00:00", | ||
| 87 | + "status": "0", | ||
| 88 | + "buyAmount": "1", | ||
| 89 | + "remainAmount": "0", | ||
| 90 | + "title": "节目", | ||
| 91 | + "homePage": "", | ||
| 92 | + "currency": "2", | ||
| 93 | + "rmb": "200", | ||
| 94 | + "originalRmb": "0", | ||
| 95 | + "cnCoin": "200", | ||
| 96 | + "originalCnCoin": "0", | ||
| 97 | + "type": "0", | ||
| 98 | + "siteId": "1" | ||
| 99 | + }], | ||
| 100 | + "previous_cursor": "0", | ||
| 101 | + "next_cursor": "2", | ||
| 102 | + "total_number": "4" | ||
| 103 | + } | ||
| 97 | } | 104 | } |
| 98 | ``` | 105 | ``` |
| 99 | ----- | 106 | ----- |