POST api/flight/b2b/order/addSystemLogs

添加系統日誌

Request Information

URI Parameters

None.

Body Parameters

Collection of SystemLogsRQContract
NameDescriptionTypeAdditional information
transactionID

string

None.

orderType

string

None.

fun

string

None.

grade

string

None.

descipt

string

None.

detail

string

None.

req

string

None.

rsp

string

None.

serverIP

string

None.

createTime

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "transactionID": "sample string 1",
    "orderType": "sample string 2",
    "fun": "sample string 3",
    "grade": "sample string 4",
    "descipt": "sample string 5",
    "detail": "sample string 6",
    "req": "sample string 7",
    "rsp": "sample string 8",
    "serverIP": "sample string 9",
    "createTime": "2025-04-24T16:45:10.1219616+08:00"
  },
  {
    "transactionID": "sample string 1",
    "orderType": "sample string 2",
    "fun": "sample string 3",
    "grade": "sample string 4",
    "descipt": "sample string 5",
    "detail": "sample string 6",
    "req": "sample string 7",
    "rsp": "sample string 8",
    "serverIP": "sample string 9",
    "createTime": "2025-04-24T16:45:10.1219616+08:00"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

添加系統日誌

ReturnResultOfBoolean
NameDescriptionTypeAdditional information
data

boolean

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": true,
  "code": 2,
  "message": "sample string 3"
}