GET api/Common/SystemDateTime

加载系统时间

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

加载系统时间

JsonRtnDtoOfDateTime
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": "2024-09-25T00:09:52.7968288+08:00"
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":"2024-09-25T00:09:52.7968288+08:00"}

application/xml, text/xml

Sample:
<JsonRtnDtoOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>2024-09-25T00:09:52.7968288+08:00</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfdateTime>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":"2024-09-25T00:09:52.7968288+08:00"});