GET api/User/Help/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

MessageModelOftb_help_center
NameDescriptionTypeAdditional information
state

integer

None.

message

string

None.

body

tb_help_center

None.

bodyT2

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"
  },
  "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"
  },
  "key": "sample string 3",
  "dServersFee": 4.0,
  "IsCharge": true
}