多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[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 ~~~