GET api/User/GetVersion
获取版本号
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取版本号
ApiResultOfStringName | Description | Type | Additional information |
---|---|---|---|
ResultObj | string |
None. |
|
ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
ResultMsg |
接口返回消息 |
string |
None. |
NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResultObj": "sample string 1", "ResultCode": "sample string 2", "ResultMsg": "sample string 3", "NewJLBm": "sample string 4" }
application/xml, text/xml
Sample:
<ApiResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <NewJLBm>sample string 4</NewJLBm> <ResultCode>sample string 2</ResultCode> <ResultMsg>sample string 3</ResultMsg> <ResultObj>sample string 1</ResultObj> </ApiResultOfstring>