邮件/短信发送验证码接口

接口地址:/hypercard/send/verify_code(由商户自定义,在商户后台配置此地址)

请求方式:POST

请求数据类型:application/json

响应数据类型:application/json

接口描述:

此接口由商户提供,并在商户后台的开发者配置页面进行配置

此接口的签名与通用的Callback接口约定一致

其中发送短信/邮件的内容由商户根据业务类型自行定义

请求示例:

{
  "receiver": "86 1888888888",
  "verify_code": "888888",
  "business_type": "1",
  "send_type": 1
}

请求参数:

参数名称 数据类型 是否必须 参数说明
receiver string true 验证码接收者信息,当send_type=1时,此字段的值是"国家编码 手机号码";当send_type=2时,此字段的值是"邮箱"
verify_code string true 验证码,6位随机数字
business_type string true 发送验证码的业务类型;1 开卡业务
send_type integer true 验证码类型;1 短信发送;2 邮件发送

响应参数:

参数名称 类型 参数说明
code string 错误码; 1成功,其他失败
msg string 错误信息
data object 响应数据

响应示例:

{
  "code": 1,
  "msg": "ok",
  "data": {}
}
Copyright © HyperCard 2023 all right reserved,powered by GitbookUpdate Time: 2023-09-22 10:51:20

results matching ""

    No results matching ""