[TOC]
## 我的客戶
~~~[api]
post:/agentcustomer/my
<<<
success
~~~
## 代理端區域列表查詢
~~~[api]
post:/agentcustomer/count
<<<
success
~~~
## 市、區
~~~[api]
post:/agentcustomer/countByCity
*int:region_id=1# 省ID或市ID
*int:type=1# 3代理端查詢時
<<<
success
~~~
## 列表 + 搜索
~~~[api]
post:/agentcustomer/list
string:keywords=關鍵字#關鍵字
*int:page=1#分頁
*int:limit=10#條數
int:county_id=區縣ID#區縣ID
<<<
success
~~~
## 一個
~~~[api]
post:/agentcustomer/info
*int:id=1#ID
<<<
success
~~~