企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~[api] post: /panter/user/recordinfo *token:token#token *id:id#id <<< success { "status": "0000", "msgcode": "查询成功", "data": { "id": 1, "mch_name": "yangc的店", //店铺名 "contacts": "yangc",//联系人 "mch_tel": "18501992825",//手机 "record_type": 1, "record_progress": 6, "status": 1, "record_type_name": "代商户入件标准", // 入件方式 "record_progress_name": "待审核" , //入件进度 "type": 1, //下面三个值选择 "all_num": 99, //队列长度 "now_num": 66 //当前排行 } } <<< error { "status": "1001", "msgcode": "查询异常,未找到改数据" } ~~~