GET api/Site/SendCodeSMS?phone={phone}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phone

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ResultDataMsgOfString
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

string

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": "sample string 3",
  "Code": 4
}