名称 | 类型 | 描述 |
---|---|---|
list | struct[] | 返回信息列表 |
wechat_qualification_name | string | 资质名字 |
wechat_qualification_url | string | 资质地址 |
wechat_qualification_id | integer | 资质 id |
review_status | enum | 审核状态,[枚举详情] |
audit_message | string | 审核信息 |
curl --location --request GET '/v1.3/wechat_qualifications/get' \
--header 'access_token;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'fields;' \
--data-urlencode 'account_id=<ACCOUNT_ID>'
{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"list": []
}
}