企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post:/panter/record *string:token#登录token *string:agent_id#ID(代理id,如果是tp系统专用,固定传值43) *string:mch_img_m1# 门头照 *string:mch_names# 商户简称 *string:mch_provice# 所属省 *string:mch_citys# 所属市 *string:mch_district# 所属区 *int:system# 开通服务 传系统id(如果是tp系统专用,固定传值1) *string:contacts# 联系人 *string:mch_tel# 联系人电话 *string:longitude# 经度 *string:latitude# 纬度 <<< success {"status":"0000","codemsg":"success",data:"data"} <<< error {"status":errorcode,"codemsg":error msg} ~~~ > **查询成功data参数** 如下非测试可用数据,仅供参考,具体参考请求字段: { "token:token": "xxxxxxxxx", } ``` [安全规范](https://www.kancloud.cn/zzkpay/jyzzpay/1029442) [应答码说明](https://www.kancloud.cn/zzkpay/jyzzpay/1029159)