POST api/Operate/AddFeedBack

Request Information

URI Parameters

None.

Body Parameters

WxFeedBack
NameDescriptionTypeAdditional information
FeedBackId

integer

None.

FeedBackText

string

None.

ContactWay

string

None.

FeedBackUser

integer

None.

FeedBackTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FeedBackId": 1,
  "FeedBackText": "sample string 2",
  "ContactWay": "sample string 3",
  "FeedBackUser": 1,
  "FeedBackTime": "2025-05-10 06:08:36"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1