- 模块序号对应
- 客户端
- 婚宴酒店
- 婚庆司仪
- 婚车租赁
- 户外颁证
- 婚礼跟妆
- 婚纱礼服
- 婚纱摄影
- 婚礼跟拍
- 我的
- 婚庆策划
- 空中/游艇婚礼综合POST
- 公共接口
- 商家端
颁证师列表页
开发中
POST
/api/client_cert/issueCertList
请求参数
Body 参数application/json
state
integer
必需
示例
{
"state":1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/client_cert/issueCertList' \
--header 'Content-Type: application/json' \
--data-raw '{
"state":1
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
ms
string
必需
data
object
必需
top
array [object {3}]
必需
list
object
必需
示例
{"code":"200","ms":"列表","data":{"top":[{"id":1,"user_name":"保时捷","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp"},{"id":2,"user_name":"保时捷","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp"},{"id":3,"user_name":"宝马","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp"}],"list":{"total":3,"per_page":10,"current_page":1,"last_page":1,"data":[{"id":3,"uid":3136,"user_name":"宝马","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp","photos":"","tags":["3年经验"],"score":"","price":0,"area_id":100,"detail":null,"address":"","four_level_address":"","id_name":"宝马","sex":1,"id_card":"430526594652632355","iphone":"15896265","one_size_photo":"\/uploads\/example\/y2.webp","id_card_photos":"[\"\\\/uploads\\\/example\\\/y2.webp\",\"\\\/uploads\\\/example\\\/y2.webp\"]","cert_photos":"","state":1,"examination_address":"报考地点","examination_time":1744077600,"create_time":1743666913,"renqi":0,"job_year":1},{"id":2,"uid":31364,"user_name":"保时捷","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp","photos":"","tags":["3年经验","风格多变","性格低调"],"score":"","price":0,"area_id":100,"detail":null,"address":"","four_level_address":"","id_name":"保时捷","sex":1,"id_card":"430526594652632355","iphone":"15896325696","one_size_photo":"","id_card_photos":"[\"\\\/uploads\\\/example\\\/y2.webp\",\"\\\/uploads\\\/example\\\/y2.webp\"]","cert_photos":"","state":1,"examination_address":"","examination_time":0,"create_time":1743666459,"renqi":0,"job_year":1},{"id":1,"uid":31364,"user_name":"保时捷","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp","photos":"","tags":["3年经验","风格多变","性格低调"],"score":"","price":0,"area_id":100,"detail":null,"address":"","four_level_address":"","id_name":"保时捷","sex":1,"id_card":"430526594652632355","iphone":"15896325696","one_size_photo":"","id_card_photos":"[\"\\\/uploads\\\/example\\\/y2.webp\",\"\\\/uploads\\\/example\\\/y2.webp\"]","cert_photos":"","state":1,"examination_address":"","examination_time":0,"create_time":1743666349,"renqi":0,"job_year":1}]}}}
修改于 2025-04-03 08:18:16