#我的團隊
**說明:分為兩個接口;get_mycom是頭部信息接口,com_list是團隊列表信息**
## 1.get_mycom
請求地址 : 域名http://180depangzi.cn/member/bin.php?act=get_mycom&h_userName=13874828373
請求參數
| 參數 | 必要 | 注釋|
| --- | --- | --- |
| act| 是 | 值(get_mycom)|
| h_userName| 是 | 用戶名|
返回參數說明
參數 | 必要 | 注釋|
| --- | --- | --- |
| comMembers| 是 | 直推人數|
| point2sum| 是 | 團隊業績|
| team_num| 是 | 團隊人數|
成功
{"state":true,"msg":"\\u83b7\\u53d6\\u6570\\u636e\\u6210\\u529f","data":\[{"comMembers":"3","team\_num":"3","point2sum":"14788.00"}\]}
## 2.com_list
請求地址http://180depangzi.cn/member/bin.php?act=com_list&h_userName=13874828373
請求參數
| 參數 | 必要 | 注釋|
| --- | --- | --- |
| act| 是 | 值(com_list)|
| h_userName| 是 | 用戶名|
***
返回參數
參數 | 必要 | 注釋|
| --- | --- | --- |
| id| 是 | 用戶id|
| h_userName| 是 | 用戶名|
| team_oa| 是 | 團隊業績|
| kz_level| 是 | 級別|
| comMembers| 是 | 直推人數|
成功
{"state":true,"msg":"獲取數據成功","data":\[{"id":"1000004","h\_userName":"18307442431","comMembers":{"comMembers":"0"},"kz\_level":"VIP會員","team\_oa":{"team\_oa":"0.00"}},{"id":"1000003","h\_userName":"18307442432","comMembers":{"comMembers":"0"},"kz\_level":"VIP會員","team\_oa":{"team\_oa":"0.00"}}\]}