POST api/Login/checkVersion

APP版本驗證更新

Request Information

URI Parameters

None.

Body Parameters

checkVersion_Input
NameDescriptionTypeAdditional information
VersionNumber

版本號

string

Required

Request Formats

application/json, text/json

Sample:
{
  "VersionNumber": "sample string 1"
}

text/html

Sample:
{"VersionNumber":"sample string 1"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APP版本驗證更新

checkVersion_Output
NameDescriptionTypeAdditional information
IsUp

是否強制更新(true 更新, false 不更新)

boolean

None.

VersionNumber

更新的 版本號

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsUp": true,
  "VersionNumber": "sample string 2"
}

text/html

Sample:
{"IsUp":true,"VersionNumber":"sample string 2"}