- 模块序号对应
- 客户端
- 婚宴酒店
- 婚庆司仪
- 婚车租赁
- 户外颁证
- 婚礼跟妆
- 婚纱礼服
- 婚纱摄影
- 婚礼跟拍
- 我的
- 婚庆策划
- 空中/游艇婚礼综合POST
- 公共接口
- 商家端
颁证师详情页
开发中
POST
/api/client_cert/issueCertInfo
请求参数
Body 参数application/json
cert_id
integer
必需
示例
{
"cert_id":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/issueCertInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"cert_id":1
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
ms
string
必需
data
object
必需
id
integer
必需
uid
integer
必需
user_name
string
必需
avatar
string
必需
photos
array[string]
必需
tags
array[string]
必需
score
string
必需
price
integer
必需
area_id
integer
必需
detail
null
必需
address
string
必需
four_level_address
string
必需
id_name
string
必需
sex
integer
必需
id_card
string
必需
iphone
string
必需
one_size_photo
string
必需
id_card_photos
string
必需
cert_photos
string
必需
state
integer
必需
examination_address
string
必需
examination_time
integer
必需
create_time
integer
必需
renqi
integer
必需
defaultCase
object
必需
allCase
array [object {10}]
必需
示例
{"code":"200","ms":"颁证师详情","data":{"id":1,"uid":31364,"user_name":"保时捷","avatar":"https:\/\/wxapp.gzxfd.cn\/uploads\/example\/y2.webp","photos":["https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402143435h1pwftmhskpg.jpg","https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402143435lmhii21z6dsq.jpg","https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402143435eack1tzwp1og.jpg","https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402143435jzqioima5ler.jpg"],"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,"defaultCase":{"id":1,"cert_id":1,"title":"那一年花开得很美","detail":"在一个天朗气清,风和日丽的上午,王铁柱和田二妞结婚了","video":"\/uploads\/example\/video1.mp4","price":12888,"isDefault":1,"coupe":"","create_time":0,"cover_img":"https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402113342lzqhycdbmk00.jpg"},"allCase":[{"id":1,"cert_id":1,"title":"那一年花开得很美","detail":"在一个天朗气清,风和日丽的上午,王铁柱和田二妞结婚了","video":"\/uploads\/example\/video1.mp4","price":12888,"isDefault":1,"coupe":"","create_time":0,"cover_img":"https:\/\/wxapp.gzxfd.cn\/uploads\/202504\/20250402113342lzqhycdbmk00.jpg"}]}}
修改于 2025-04-03 09:01:52