ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 客户名称列表 ~~~[api] post:/vcrm/script/api/exec *string:apikey=quote.getCustomerNameList#请求接口KEY *string:reqStyle=H5#请求方式 PC/H5 *string:quoteBelong=1#报价单所属 1:无缝;2:有缝; string:customerName=客户名称#客户名称 <<< success { "status": "00000", "sync": true, "data": [ { "customer_name": "7001饶总" }, { "customer_name": "电商王总" } ] } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~