POST api/{area}/AppInfo?access_token={access_token}

根据appid获取该第三方的基本信息

Request Information

Body Parameters

None.

Response Information

Resource Description

根据appid获取该第三方的基本信息

AppInfo
NameDescriptionTypeAdditional information
AppId

appid

integer

None.

PPicBackground

设置背景图权限

integer

None.

PicBackground

背景图图片链接

string

None.

WebTitle

网站标题

string

None.

PLogo1

默认logo权限

integer

None.

DLogo1

默认logo是否显示

integer

None.

PicLogo1

默认logo路径

string

None.

PLogo2

自定义logo权限

integer

None.

DLogo2

自定义logo是否显示

integer

None.

PicLogo2

自定义logo路径

string

None.

PBottomLine

底部文字权限

integer

None.

BottomLine

底部文字内容

string

None.

UrlBottomLine

底部文字链接

string

None.

PUrl

右上角按钮权限

integer

None.

UrlHomePage

首页路径

string

None.

UrlHelp

帮助中心路径

string

None.

PApp

app按钮权限

integer

None.

DApp

app按钮是否显示

integer

None.

PicApp

app按钮图片链接

string

None.

PCs

在线客服权限

integer

None.

DCs

在线客服是否显示

integer

None.

UrlCs

在线客服链接

string

None.

PWcGroup

微信群权限

integer

None.

DWcGroup

微信群是否显示

integer

None.

PicWcGroup

微信群图片链接

string

None.

PQQGroup

QQ群权限

integer

None.

DQQGroup

QQ群是否显示

integer

None.

NumQQGroup

QQ群图片链接

string

None.

PWcAccount

微信公众号权限

integer

None.

DWcAccount

微信公众号是否显示

integer

None.

PicWcAccount

微信公众号图片链接

string

None.

HideBarcode

是否隐藏二维码

integer

None.

HideRegistration

是否隐藏注册

integer

None.

OnlyAuthenticated

是否只允许第三方登录

integer

None.

MobileWebSite

移动端首页

string

None.

PPicLogoJ

记账左上角logo权限

integer

None.

PicLogoJ

记账左上角logo路径

string

None.

PPicLogoM

移动端首页logo权限

integer

None.

PicLogoM

移动端首页logo路径

string

None.

AgentSn

分销系统标识

string

None.

SelfDb

保存到自建库

integer

None.

ShowJxc

是否展示进销存

integer

None.

LoginHosts

统一登陆站点

string

None.

ByPostMessage

是否使用 postMessage 的方式

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "app_id": 1,
  "ppic_background": 2,
  "pic_background": "sample string 3",
  "web_title": "sample string 4",
  "plogo1": 5,
  "dlogo1": 6,
  "pic_logo1": "sample string 7",
  "plogo2": 8,
  "dlogo2": 9,
  "pic_logo2": "sample string 10",
  "pbottom_line": 11,
  "bottom_line": "sample string 12",
  "url_bottom_line": "sample string 13",
  "purl": 14,
  "url_home_page": "sample string 15",
  "url_help": "sample string 16",
  "papp": 17,
  "dapp": 18,
  "pic_app": "sample string 19",
  "pcs": 20,
  "dcs": 21,
  "url_cs": "sample string 22",
  "pwc_group": 23,
  "dwc_group": 24,
  "pic_wc_group": "sample string 25",
  "pqqgroup": 26,
  "dqqgroup": 27,
  "num_qqgroup": "sample string 28",
  "pwc_account": 29,
  "dwc_account": 30,
  "pic_wc_account": "sample string 31",
  "hide_barcode": 32,
  "hide_registration": 33,
  "only_authenticated": 34,
  "mobile_web_site": "sample string 35",
  "ppic_logo_j": 36,
  "pic_logo_j": "sample string 37",
  "ppic_logo_m": 38,
  "pic_logo_m": "sample string 39",
  "agent_sn": "sample string 40",
  "self_db": 41,
  "show_jxc": 42,
  "login_hosts": "sample string 43",
  "by_post_message": 44
}

application/xml, text/xml

Sample:
<AppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAccEngine.Models.App">
  <AgentSn>sample string 40</AgentSn>
  <AppId>1</AppId>
  <BottomLine>sample string 12</BottomLine>
  <ByPostMessage>44</ByPostMessage>
  <DApp>18</DApp>
  <DCs>21</DCs>
  <DLogo1>6</DLogo1>
  <DLogo2>9</DLogo2>
  <DQQGroup>27</DQQGroup>
  <DWcAccount>30</DWcAccount>
  <DWcGroup>24</DWcGroup>
  <HideBarcode>32</HideBarcode>
  <HideRegistration>33</HideRegistration>
  <LoginHosts>sample string 43</LoginHosts>
  <MobileWebSite>sample string 35</MobileWebSite>
  <NumQQGroup>sample string 28</NumQQGroup>
  <OnlyAuthenticated>34</OnlyAuthenticated>
  <PApp>17</PApp>
  <PBottomLine>11</PBottomLine>
  <PCs>20</PCs>
  <PLogo1>5</PLogo1>
  <PLogo2>8</PLogo2>
  <PPicBackground>2</PPicBackground>
  <PPicLogoJ>36</PPicLogoJ>
  <PPicLogoM>38</PPicLogoM>
  <PQQGroup>26</PQQGroup>
  <PUrl>14</PUrl>
  <PWcAccount>29</PWcAccount>
  <PWcGroup>23</PWcGroup>
  <PicApp>sample string 19</PicApp>
  <PicBackground>sample string 3</PicBackground>
  <PicLogo1>sample string 7</PicLogo1>
  <PicLogo2>sample string 10</PicLogo2>
  <PicLogoJ>sample string 37</PicLogoJ>
  <PicLogoM>sample string 39</PicLogoM>
  <PicWcAccount>sample string 31</PicWcAccount>
  <PicWcGroup>sample string 25</PicWcGroup>
  <SelfDb>41</SelfDb>
  <ShowJxc>42</ShowJxc>
  <UrlBottomLine>sample string 13</UrlBottomLine>
  <UrlCs>sample string 22</UrlCs>
  <UrlHelp>sample string 16</UrlHelp>
  <UrlHomePage>sample string 15</UrlHomePage>
  <WebTitle>sample string 4</WebTitle>
</AppInfo>