POST api/Commonly/LaunchPage

C2:返回启动页面图片

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

C2:返回启动页面图片

ResultModelOfString
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

data

string

None.

data2

string

None.

count

integer

None.

SessionKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": "sample string 3",
  "data2": "sample string 4",
  "count": 1,
  "SessionKey": "sample string 5"
}

application/xml, text/xml

Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RuitingCC.Solution.RESTfulApi.Models.Model">
  <SessionKey>sample string 5</SessionKey>
  <code>1</code>
  <count>1</count>
  <data>sample string 3</data>
  <data2>sample string 4</data2>
  <msg>sample string 2</msg>
</ResultModelOfstring>