
更新时间:2023-07-28 17:33:13
- 推送方式:post
- Content-Type:application/json
| 名称 | 类型 | 必传 | 描述 | 
|---|---|---|---|
| nonce | string | 是 | 随机数,作为消息的唯一ID,重复推送会保证ID的唯一性 | 
| timestamp | string | 是 | 发起请求时的时间戳 | 
| app_key | string | 是 | app_key数据 | 
| signature | string | 是 | 验签加密串 | 
| audit_id | string | 是 | 签名id | 
| audit_notify_type | string | 是 | 审核类型:"SIGN"签名 "TEMPLATE"模板 | 
| audit_time | string | 是 | 审核时间 | 
| content | string | 是 | 签名内容 | 
| customer_id | string | 是 | 用户customer_id | 
| status | string | 是 | 审核状态:01-未审核 02-审核中 03-审核通过 04-审核驳回 | 
| status_desc | string | 是 | 审核状态描述 | 
| user_id | string | 是 | 用户user_id | 
| operator | string | 否 | 视频签名的运营商:1-移动 2-联通 3-电信,文本签名的话直接默认1 | 
复制成功{ "nonce":"d2f91f82-bccf-4c36-a738-0aaef0a97763", "timestamp":"1689056121112", "app_key":"QsHTjChEa7nT1N3m", "signature":"713eb90a0ef460d2352623230f17ae8cb4027a4a76edae65c8e7730c95bd666d", "audit_id":"202307111401481818642756608", "audit_notify_type":"SIGN", "audit_time":"Tue Jul 11 14:15:21 CST 2023", "content":"weiiwiwi", "customer_id":"11111291", "notify_type":"AUDIT", "product_type":"01", "status":"04", "status_desc":"已驳回", "user_id":"95883", "operator":"1" }