GET api/User/HelpMessage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MessageModelOfListOftb_help_center
NameDescriptionTypeAdditional information
state

integer

None.

message

string

None.

body

Collection of tb_help_center

None.

bodyT2

Collection of tb_help_center

None.

key

string

None.

dServersFee

decimal number

None.

IsCharge

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1,
  "message": "sample string 2",
  "body": [
    {
      "Id": 1,
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "Sort": 4,
      "ImageUrl": "sample string 5",
      "VideoUrl": "sample string 6",
      "Img": "sample string 7"
    },
    {
      "Id": 1,
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "Sort": 4,
      "ImageUrl": "sample string 5",
      "VideoUrl": "sample string 6",
      "Img": "sample string 7"
    }
  ],
  "bodyT2": [
    {
      "Id": 1,
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "Sort": 4,
      "ImageUrl": "sample string 5",
      "VideoUrl": "sample string 6",
      "Img": "sample string 7"
    },
    {
      "Id": 1,
      "Question": "sample string 2",
      "Answer": "sample string 3",
      "Sort": 4,
      "ImageUrl": "sample string 5",
      "VideoUrl": "sample string 6",
      "Img": "sample string 7"
    }
  ],
  "key": "sample string 3",
  "dServersFee": 4.0,
  "IsCharge": true
}