💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#民主评议列表接口 ~~~[api] post:http://jddev.sp11.cn/people/review/reviewPersonnel *commentNo=2#评议主键 name= 党员姓名 *page=1 # *limit=10 # <<< success { "head": { "comment_title": 评议标题 "comment_date":评议日期 } "data": [ { "update_time":打分时间 "party_name": 所属支部 "duty_name": 职务 "details_test_score": 测评得分, "details_party_score": 支部评分 "details_total_score": 综合评分 "comment_no":评议主键 "details_no":评议记录编号 "communist_no": 党员编号 "name": 姓名, "head_portrait":头像 }, ], "count": 计数 "stauts": "1" "msg": "成功", } <<< error ~~~