NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
[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 ~~~