ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[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 ~~~