添加签名 #
描述 #
使用此接口添加短信签名。
接口说明 #
授权对象 APP
请求地址 POST /open/sms/sign
请求规则 请查阅开发必读
请求参数 #
参数名称 | 变量名称 | 参数类型[长度限制] | 是否必填 | 描述 |
---|---|---|---|---|
签名内容 | content | string | 是 | 不能包含【】(): : ? • | 和表情等特殊符号 示例值:BOOL |
签名来源 | type | int32 | 是 | 1-本公司,2-他公司 示例值:1 |
使用场景 | remark | string | 是 | 示例值:用于发送验证码和通知短信 |
证明文件 | creditCodeUrl | string[] | 是 | 营业执照、小程序认证页面截图等证明文件,最多三张 示例值:["https://example.com/image1.jpg"] |
请求示例 #
{
"content": "BOOL",
"type": 1,
"remark": "用于发送验证码和通知短信",
"creditCodeUrl": [
"https://example.com/image1.jpg"
]
}