[TOC]
## 省
~~~[api]
post:/customer/count
<<<
success
~~~
## 市、区
~~~[api]
post:/customer/countByCity
*int:region_id=1# 省ID或市ID
*int:type=1# 1省ID,2市ID
<<<
success
~~~
## 列表 + 搜索
~~~[api]
post:/customer/list
string:keywords=关键字#关键字
*int:page=1#分页
*int:limit=10#条数
int:county_id=区县ID#区县ID
<<<
success
~~~
## 一个
~~~[api]
post:/customer/info
*int:id=1#ID
<<<
success
~~~