POST gateway/agent/otp/sms/updateCanaraOTP

授权服务:上传待发送的短信内容(如 Canara OTP 流程)。 POST /gateway/agent/otp/sms/updateCanaraOTP

Request Information

URI Parameters

None.

Body Parameters

UpdateCanaraOtpRequest
NameDescriptionTypeAdditional information
key

当前手机手机号(文档字段名 key)。

string

None.

sendtomobile

发送目标手机号。

string

None.

value

短信正文。

string

None.

smsNo

第几条短信。

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "key": "sample string 1",
  "sendtomobile": "sample string 2",
  "value": "sample string 3",
  "smsNo": 1
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.