POST ActionApi/T_AppLog/PostT_AppLog
新增日志记录
Request Information
URI Parameters
None.
Body Parameters
T_AppLogName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cUserName |
用户名 |
string |
None. |
cContent |
内容JSON |
string |
None. |
dtCreateTime |
建立日期 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cUserName": "sample string 2", "cContent": "sample string 3", "dtCreateTime": "2023-03-24T21:38:06.8783523+08:00" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
新增日志记录
T_AppLogName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cUserName |
用户名 |
string |
None. |
cContent |
内容JSON |
string |
None. |
dtCreateTime |
建立日期 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cUserName": "sample string 2", "cContent": "sample string 3", "dtCreateTime": "2023-03-24T21:38:06.8783523+08:00" }