Commit ce9c187004d5f47a4c3a82d59cb7dacf245d1657
1 parent
2613732c
会员
Showing
4 changed files
with
337 additions
and
0 deletions
6. BOSS云/4.1 会员包-读取用户会员列表.md
| 1 | +/* | |
| 2 | + Title: 4.1 »áÔ±°ü-¶ÁÈ¡Óû§»áÔ±Áбí | |
| 3 | + Sort: 15 | |
| 4 | +*/ | |
| 5 | +#### URL: http://console.open.cnlive.com/open/api/pom/pom/getVipPackagesByUser | |
| 6 | +----- | |
| 7 | +#### ÇëÇó·½Ê½: POST | |
| 8 | +----- | |
| 9 | +#### ·µ»Ø¸ñʽ: JSON | |
| 10 | +----- | |
| 11 | +#### ÇëÇó²ÎÊý˵Ã÷: | |
| 12 | +<table class="table table-bordered table-striped table-condensed"> | |
| 13 | +<tr> | |
| 14 | + <th>²ÎÊý</th> | |
| 15 | + <th>±ØÑ¡</th> | |
| 16 | + <th>ÀàÐÍ</th> | |
| 17 | + <th>˵Ã÷</th> | |
| 18 | +</tr> | |
| 19 | +<tr> | |
| 20 | + <td>sp_id</td> | |
| 21 | + <td>true</td> | |
| 22 | + <td>String</td> | |
| 23 | + <td>·þÎñÌṩÉÌID</td> | |
| 24 | +</tr> | |
| 25 | + <tr> | |
| 26 | + <td>sid</td> | |
| 27 | + <td>true</td> | |
| 28 | + <td>Integer</td> | |
| 29 | + <td>Óû§ID</td> | |
| 30 | + </tr> | |
| 31 | + <tr> | |
| 32 | + <td>plat </td> | |
| 33 | + <td>true </td> | |
| 34 | + <td>String </td> | |
| 35 | + <td>ƽ̨ÀàÐÍ </td> | |
| 36 | + </tr> | |
| 37 | +<tr> | |
| 38 | + <td>sign</td> | |
| 39 | + <td>true</td> | |
| 40 | + <td>String</td> | |
| 41 | + <td>Ç©Ãû</td> | |
| 42 | +</tr> | |
| 43 | +</table> | |
| 44 | + | |
| 45 | +----- | |
| 46 | +#### ·µ»Ø¸ñʽ˵Ã÷: | |
| 47 | +``` | |
| 48 | +{ | |
| 49 | + "errorCode": "0", | |
| 50 | + "result": [ | |
| 51 | + { | |
| 52 | + "title": "»¥¶¯½ÌÓý-¹úѧÆôÃÉ»áÔ±°ü", | |
| 53 | + "prdId": "02f2b90d-9aac-41b9-8868-ba9706b11ff9", | |
| 54 | + "member": "0" | |
| 55 | + }, | |
| 56 | + { | |
| 57 | + "title": "»¥¶¯½ÌÓý-ÉÌÎñÓ¢Óï»áÔ±°ü", | |
| 58 | + "prdId": "57fbd81b-9666-4ad5-8f3d-61615eeb7a6a", | |
| 59 | + "member": "0" | |
| 60 | + }, | |
| 61 | + { | |
| 62 | + "title": "LiveShow»áÔ±°ü", | |
| 63 | + "prdId": "58e40fb1-a258-4590-983f-3534149f769a", | |
| 64 | + "member": "1" | |
| 65 | + }, | |
| 66 | + { | |
| 67 | + "title": "ÊÖ»úµçÓ°»áÔ±°ü", | |
| 68 | + "prdId": "8a63adfe-9301-4297-a7d7-61a142eb1e3f", | |
| 69 | + "member": "1" | |
| 70 | + } | |
| 71 | + ] | |
| 72 | +} | |
| 73 | + | |
| 74 | +``` | |
| 75 | +---- | |
| 76 | +#### ·µ»Ø²ÎÊý˵Ã÷£º | |
| 77 | +<table class="table table-bordered table-striped table-condensed"> | |
| 78 | +<tr> | |
| 79 | + <th>²ÎÊý</th> | |
| 80 | + <th>²ÎÊý˵Ã÷</th> | |
| 81 | +</tr> | |
| 82 | +<tr> | |
| 83 | + <td>prdId</td> | |
| 84 | + <td>ÉÌÆ·ID</td> | |
| 85 | +</tr> | |
| 86 | +<tr> | |
| 87 | + <td>title</td> | |
| 88 | + <td>ÉÌÆ·Ãû</td> | |
| 89 | +</tr> | |
| 90 | +<tr> | |
| 91 | + <td>member</td> | |
| 92 | + <td>»áԱ״̬ 1ÊÇ 0²»ÊÇ</td> | |
| 93 | +</tr> | |
| 94 | +</tr> | |
| 95 | +</table> | ... | ... |
6. BOSS云/4.2 会员包-读取用户会员信息.md
| 1 | +/* | |
| 2 | + Title: 4.2 »áÔ±°ü-¶ÁÈ¡Óû§»áÔ±ÐÅÏ¢ | |
| 3 | + Sort: 16 | |
| 4 | +*/ | |
| 5 | +#### URL: http://console.open.cnlive.com/open/api/pom/getVipPackageByUser | |
| 6 | +----- | |
| 7 | +#### ÇëÇó·½Ê½: POST | |
| 8 | +----- | |
| 9 | +#### ·µ»Ø¸ñʽ: JSON | |
| 10 | +----- | |
| 11 | +#### ÇëÇó²ÎÊý˵Ã÷: | |
| 12 | +<table class="table table-bordered table-striped table-condensed"> | |
| 13 | +<tr> | |
| 14 | + <th>²ÎÊý</th> | |
| 15 | + <th>±ØÑ¡</th> | |
| 16 | + <th>ÀàÐÍ</th> | |
| 17 | + <th>˵Ã÷</th> | |
| 18 | +</tr> | |
| 19 | +<tr> | |
| 20 | + <td>sp_id</td> | |
| 21 | + <td>true</td> | |
| 22 | + <td>String</td> | |
| 23 | + <td>·þÎñÌṩÉÌID</td> | |
| 24 | +</tr> | |
| 25 | + <tr> | |
| 26 | + <td>sid</td> | |
| 27 | + <td>true</td> | |
| 28 | + <td>Integer</td> | |
| 29 | + <td>Óû§ID</td> | |
| 30 | + </tr> | |
| 31 | + <tr> | |
| 32 | + <td>prdId</td> | |
| 33 | + <td>true</td> | |
| 34 | + <td>String</td> | |
| 35 | + <td>ÉÌÆ·ID</td> | |
| 36 | + </tr> | |
| 37 | + <tr> | |
| 38 | + <td>plat </td> | |
| 39 | + <td>true </td> | |
| 40 | + <td>String </td> | |
| 41 | + <td>ƽ̨ÀàÐÍ </td> | |
| 42 | + </tr> | |
| 43 | +<tr> | |
| 44 | + <td>sign</td> | |
| 45 | + <td>true</td> | |
| 46 | + <td>String</td> | |
| 47 | + <td>Ç©Ãû</td> | |
| 48 | +</tr> | |
| 49 | +</table> | |
| 50 | + | |
| 51 | +----- | |
| 52 | +#### ·µ»Ø¸ñʽ˵Ã÷: | |
| 53 | +``` | |
| 54 | +{ | |
| 55 | + "errorCode": "0", | |
| 56 | + "result": { | |
| 57 | + "expireDate": "2015-08-08", | |
| 58 | + "freeVideoCoupon": 3, | |
| 59 | + "member": "1", | |
| 60 | + "vipPackage": { | |
| 61 | + "title": "LiveShow»áÔ±°ü", | |
| 62 | + "prdId": "58e40fb1-a258-4590-983f-3534149f769a", | |
| 63 | + "vipPackageSpId": "003_005", | |
| 64 | + "monthPrice": [ | |
| 65 | + { | |
| 66 | + "price": 1, | |
| 67 | + "days": 30 | |
| 68 | + }, | |
| 69 | + { | |
| 70 | + "price": 3, | |
| 71 | + "days": 183 | |
| 72 | + }, | |
| 73 | + { | |
| 74 | + "price": 6, | |
| 75 | + "days": 365 | |
| 76 | + } | |
| 77 | + ] | |
| 78 | + } | |
| 79 | + } | |
| 80 | +} | |
| 81 | + | |
| 82 | +``` | |
| 83 | +---- | |
| 84 | +#### ·µ»Ø²ÎÊý˵Ã÷£º | |
| 85 | +<table class="table table-bordered table-striped table-condensed"> | |
| 86 | +<tr> | |
| 87 | + <th>²ÎÊý</th> | |
| 88 | + <th>²ÎÊý˵Ã÷</th> | |
| 89 | +</tr> | |
| 90 | +<tr> | |
| 91 | + <td>errorCode</td> | |
| 92 | + <td>0=³É¹¦</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <td>expireDate</td> | |
| 96 | + <td>»áÔ±¹ýÆÚʱ¼ä</td> | |
| 97 | + </tr> | |
| 98 | + <tr> | |
| 99 | + <td>freeVideoCoupon</td> | |
| 100 | + <td>Ãâ·ÑȯÕÅÊý</td> | |
| 101 | + </tr> | |
| 102 | + <tr> | |
| 103 | + <td>vipPackageSpId</td> | |
| 104 | + <td>VIP°üËùÊôSpId</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <td>member</td> | |
| 108 | + <td>»áԱ״̬ 1ÊÇ 0²»ÊÇ</td> | |
| 109 | + </tr> | |
| 110 | +</table> | ... | ... |
6. BOSS云/4.3 会员包-读取节目所属的会员包.md
| 1 | +/* | |
| 2 | + Title: 4.3 »áÔ±°ü-¶ÁÈ¡½ÚÄ¿ËùÊôµÄ»áÔ±°ü | |
| 3 | + Sort: 17 | |
| 4 | +*/ | |
| 5 | +#### URL: http://console.open.cnlive.com/open/api/pom/getVipPackagesByVideo | |
| 6 | +----- | |
| 7 | +#### ÇëÇó·½Ê½: POST | |
| 8 | +----- | |
| 9 | +#### ·µ»Ø¸ñʽ: JSON | |
| 10 | +----- | |
| 11 | +#### ÇëÇó²ÎÊý˵Ã÷: | |
| 12 | +<table class="table table-bordered table-striped table-condensed"> | |
| 13 | +<tr> | |
| 14 | + <th>²ÎÊý</th> | |
| 15 | + <th>±ØÑ¡</th> | |
| 16 | + <th>ÀàÐÍ</th> | |
| 17 | + <th>˵Ã÷</th> | |
| 18 | +</tr> | |
| 19 | +<tr> | |
| 20 | + <td>sp_id</td> | |
| 21 | + <td>true</td> | |
| 22 | + <td>String</td> | |
| 23 | + <td>·þÎñÌṩÉÌID</td> | |
| 24 | +</tr> | |
| 25 | + <tr> | |
| 26 | + <td>mamNodeId</td> | |
| 27 | + <td>true</td> | |
| 28 | + <td>String</td> | |
| 29 | + <td>ÊÓÆµ½ÚµãID</td> | |
| 30 | + </tr> | |
| 31 | + <tr> | |
| 32 | + <td>plat </td> | |
| 33 | + <td>true </td> | |
| 34 | + <td>String </td> | |
| 35 | + <td>ƽ̨ÀàÐÍ </td> | |
| 36 | + </tr> | |
| 37 | +<tr> | |
| 38 | + <td>sign</td> | |
| 39 | + <td>true</td> | |
| 40 | + <td>String</td> | |
| 41 | + <td>Ç©Ãû</td> | |
| 42 | +</tr> | |
| 43 | +</table> | |
| 44 | + | |
| 45 | +----- | |
| 46 | +#### ·µ»Ø¸ñʽ˵Ã÷: | |
| 47 | +``` | |
| 48 | +{ | |
| 49 | + "errorCode": "0", | |
| 50 | + "result": [ | |
| 51 | + { | |
| 52 | + "title": "ÖйúÒÆ¶¯Óû§", | |
| 53 | + "prdId": "19813ec8-f30c-11e4-adf9-5cf3fc4e3664", | |
| 54 | + "vipPackageSpId": "003_005", | |
| 55 | + "monthPrice": [ | |
| 56 | + { | |
| 57 | + "price": 0, | |
| 58 | + "days": 30 | |
| 59 | + }, | |
| 60 | + { | |
| 61 | + "price": 0, | |
| 62 | + "days": 180 | |
| 63 | + }, | |
| 64 | + { | |
| 65 | + "price": 0, | |
| 66 | + "days": 360 | |
| 67 | + } | |
| 68 | + ] | |
| 69 | + }, | |
| 70 | + { | |
| 71 | + "title": "·ÇÖйúÒÆ¶¯Óû§", | |
| 72 | + "prdId": "ce92d74c-fa1c-11e4-adf9-5cf3fc4e3664", | |
| 73 | + "vipPackageSpId": "003_005", | |
| 74 | + "monthPrice": [ | |
| 75 | + { | |
| 76 | + "price": 0, | |
| 77 | + "days": 30 | |
| 78 | + }, | |
| 79 | + { | |
| 80 | + "price": 0, | |
| 81 | + "days": 180 | |
| 82 | + }, | |
| 83 | + { | |
| 84 | + "price": 0, | |
| 85 | + "days": 360 | |
| 86 | + } | |
| 87 | + ] | |
| 88 | + } | |
| 89 | + ] | |
| 90 | + | |
| 91 | + | |
| 92 | +``` | |
| 93 | +---- | |
| 94 | +#### ·µ»Ø²ÎÊý˵Ã÷£º | |
| 95 | +<table class="table table-bordered table-striped table-condensed"> | |
| 96 | +<tr> | |
| 97 | + <th>²ÎÊý</th> | |
| 98 | + <th>²ÎÊý˵Ã÷</th> | |
| 99 | +</tr> | |
| 100 | +<tr> | |
| 101 | + <td>errorCode</td> | |
| 102 | + <td>´íÎóÂ루0±íʾ³É¹¦£©</td> | |
| 103 | + </tr> | |
| 104 | + <tr> | |
| 105 | + <td>result</td> | |
| 106 | + <td>½á¹û¶ÔÏó</td> | |
| 107 | + </tr> | |
| 108 | + <tr> | |
| 109 | + <td>vipPackages</td> | |
| 110 | + <td>»áÔ±°üÁбí</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <td>title</td> | |
| 114 | + <td>»áÔ±°üÃû×Ö</td> | |
| 115 | + </tr> | |
| 116 | + <tr> | |
| 117 | + <td>prdId</td> | |
| 118 | + <td>»áÔ±°ü²úÆ·ID</td> | |
| 119 | + </tr> | |
| 120 | + <tr> | |
| 121 | + <td>monthPrice</td> | |
| 122 | + <td>°üÔ¼۸ñÁбí</td> | |
| 123 | + </tr> | |
| 124 | + <tr> | |
| 125 | + <td>price</td> | |
| 126 | + <td>¼Û¸ñ</td> | |
| 127 | + </tr> | |
| 128 | + <tr> | |
| 129 | + <td>days</td> | |
| 130 | + <td>ÌìÊý</td> | |
| 131 | + </tr> | |
| 132 | +</table> | ... | ... |
6. BOSS云/4.4 会员包-读取用户会员状态.md deleted
100644 → 0