[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
~~~