添加签名 #
描述 #
使用此接口添加短信签名。
接口说明 #
授权对象 APP
请求地址 POST /open/sms/sign
请求规则 请查阅开发必读
请求参数 #
参数名称 | 变量名称 | 参数类型[长度限制] | 是否必填 | 描述 |
---|---|---|---|---|
签名内容 | content | string | 是 | body不能包含【】(): : ? • | 和表情等特殊符号 示例值:BOOL |
签名来源 | type | int32 | 是 | body1-本公司,2-他公司 示例值:1 |
签名类型 | label | int32 | 是 | body1-营业执照,2-商标,3-APP,5-小程序 示例值:1 |
营业执照 | creditCodeUrl | string | 是 | body营业执照 示例值:https://example.com/image1.jpg |
身份证正面 | idCardFront | string | 否 | body 示例值:https://example.com/image2.jpg |
身份证反面 | idCardBack | string | 否 | body 示例值:https://example.com/image3.jpg |
截图 | screenshot | string | 条件选填 | body若签名类型为商标/APP/小程序 必填 示例值:https://example.com/image4.jpg |
授权书 | agreement | string | 条件选填 | body若签名类型为商标/APP/小程序 必填 示例值:https://example.com/image5.jpg |
请求示例 #
{
"content": "BOOL",
"type": 1,
"label": 1,
"creditCodeUrl": "https://example.com/image1.jpg"
}