POST api/GetHomeApps
获取首页应用列表
Request Information
URI Parameters
None.
Body Parameters
d=[]
UploadParameters| Name | Description | Type | Additional information | 
|---|---|---|---|
| u | 
                         用户ID StaffID  | 
                    integer | 
                             None.  | 
                
| t | 
                         全局数据(加密) 1.单点登陆格式:[[用户密码,加密]|[requestTime]|[设备标识],加密] 2.其他数据通讯格式:[[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密]  | 
                    string | 
                                 Required  | 
                
| d | 
                         数据参数 加密(单点登陆除外) 不同API,参数格式不同  | 
                    string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "u": 1,
  "t": "sample string 2",
  "d": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <UploadParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtizanAPI.Models"> <d>sample string 3</d> <t>sample string 2</t> <u>1</u> </UploadParameters>
application/x-www-form-urlencoded
            Sample:
u=Value&t=Value&d=Value
Response Information
Resource Description
获取首页应用列表
HomeApp| Name | Description | Type | Additional information | 
|---|---|---|---|
| n | string | 
                             None.  | 
                |
| gk | integer | 
                             None.  | 
                |
| i | string | 
                             None.  | 
                |
| AppRow | 
                         App列数  | 
                    integer | 
                             None.  | 
                
| L | Collection of App | 
                             None.  | 
                |
| topPositionL | Collection of App | 
                             None.  | 
                |
| middlePositionL | Collection of App | 
                             None.  | 
                |
| IsCurrentUserNotVerified | 
                         当前用户是否是开放注册用户  | 
                    boolean | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "n": "sample string 1",
  "gk": 2,
  "i": "sample string 3",
  "AppRow": 4,
  "L": [
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    },
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    }
  ],
  "topPositionL": [
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    },
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    }
  ],
  "middlePositionL": [
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    },
    {
      "n": "sample string 1",
      "s": 2,
      "t": 3,
      "u": "sample string 4",
      "m": "sample string 5",
      "c": 6,
      "isopen": 7,
      "notopenmsg": "sample string 8",
      "fptype": 9,
      "colspan": "sample string 10",
      "showname": "sample string 11",
      "href": "sample string 12",
      "appid": 13
    }
  ],
  "IsCurrentUserNotVerified": true
}
        application/xml, text/xml
            Sample:
<HomeApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Care365_V2.Model.AppBusinessSys">
  <AppRow>4</AppRow>
  <IsCurrentUserNotVerified>true</IsCurrentUserNotVerified>
  <L>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
  </L>
  <gk>2</gk>
  <i>sample string 3</i>
  <middlePositionL>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
  </middlePositionL>
  <n>sample string 1</n>
  <topPositionL>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
    <App>
      <appid>13</appid>
      <c>6</c>
      <colspan>sample string 10</colspan>
      <fptype>9</fptype>
      <href>sample string 12</href>
      <isopen>7</isopen>
      <m>sample string 5</m>
      <n>sample string 1</n>
      <notopenmsg>sample string 8</notopenmsg>
      <s>2</s>
      <showname>sample string 11</showname>
      <t>3</t>
      <u>sample string 4</u>
    </App>
  </topPositionL>
</HomeApp>