POST api/User/SendUserIntegral

Request Information

URI Parameters

None.

Body Parameters

SendUserIntegralParam
NameDescriptionTypeAdditional information
Mobile

string

None.

Memo

string

None.

Integral

decimal number

None.

Type

SendUserIntegralType

None.

Request Formats

application/json, text/json

Sample:
{
  "mobile": "sample string 1",
  "memo": "sample string 2",
  "integral": 3.1,
  "type": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResult
NameDescriptionTypeAdditional information
Status

ReturnCode

None.

Message

string

None.

Server_time

integer

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 200,
  "message": "sample string 1",
  "server_time": 2,
  "data": {}
}