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

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

Request Information

Body Parameters

None.

Response Information

Resource Description

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

AaAppInfo
NameDescriptionTypeAdditional information
AppId

应用ID

integer

None.

HideBarcode

是否隐藏二维码

integer

None.

HideRegistration

是否隐藏注册链接

integer

None.

OnlyAuthenticated

是否只允许授权用户登录

integer

None.

P_Logo

设置LOGO权限

integer

None.

D_Logo

是否显示LOGO

integer

None.

PicLogo

Logo 图片

string

None.

P_PicBackground

设置背景图权限

integer

None.

PicBackground

首页背景图

string

None.

WebTitle

网站标题

string

None.

P_BottomLine

底部文字设置权限

integer

None.

BottomLine

底部文字

string

None.

UrlBottomLine

底部文字链接

string

None.

P_PicLogoIn

设置系统内部LOGO权限

integer

None.

PicLogoIn

内部Logo图片(左上角)

string

None.

BackgroundColor

内部背景颜色

string

None.

P_Url

右上角菜单权限

integer

None.

UrlHomePage

网站首页链接

string

None.

UrlHelp

帮助中心链接

string

None.

D_KJXY

是否显示会计学院链接

integer

None.

P_Cs

设置客服权限

integer

None.

D_Cs

是否显示客服图标

string

None.

PicCs

客服图片

string

None.

PicCSOA

客服微信公众号图片地址(广告上方)

string

None.

P_QQGroup

设置QQ群权限

integer

None.

D_QQGroup

是否显示QQ群图标

integer

None.

PicQQGroup

QQ群图标

string

None.

P_Wx

设置微信公众号权限

integer

None.

D_Wx

是否显示微信公众号

integer

None.

PicWx

微信公众号图标

string

None.

PicAdsUrl

右下角广告图片

string

None.

AccUrl

记账URL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "app_id": 1,
  "hide_barcode": 2,
  "hide_registration": 3,
  "only_authenticated": 4,
  "P_Logo": 5,
  "D_Logo": 6,
  "pic_logo": "sample string 7",
  "P_PicBackground": 8,
  "pic_background": "sample string 9",
  "web_title": "sample string 10",
  "P_BottomLine": 11,
  "bottom_line": "sample string 12",
  "url_bottom_line": "sample string 13",
  "P_PicLogoIn": 14,
  "pic_logo_in": "sample string 15",
  "background_color": "sample string 16",
  "P_Url": 17,
  "url_home_page": "sample string 18",
  "url_help": "sample string 19",
  "D_KJXY": 20,
  "P_Cs": 21,
  "D_Cs": "sample string 22",
  "pic_cs": "sample string 23",
  "pic_csoa": "sample string 24",
  "P_QQGroup": 25,
  "D_QQGroup": 26,
  "pic_qqgroup": "sample string 27",
  "P_Wx": 28,
  "D_Wx": 29,
  "pic_wx": "sample string 30",
  "pic_ads_url": "sample string 31",
  "acc_url": "sample string 32"
}

application/xml, text/xml

Sample:
<AaAppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAccEngine.Models.App">
  <AccUrl>sample string 32</AccUrl>
  <AppId>1</AppId>
  <BackgroundColor>sample string 16</BackgroundColor>
  <BottomLine>sample string 12</BottomLine>
  <D_Cs>sample string 22</D_Cs>
  <D_KJXY>20</D_KJXY>
  <D_Logo>6</D_Logo>
  <D_QQGroup>26</D_QQGroup>
  <D_Wx>29</D_Wx>
  <HideBarcode>2</HideBarcode>
  <HideRegistration>3</HideRegistration>
  <OnlyAuthenticated>4</OnlyAuthenticated>
  <P_BottomLine>11</P_BottomLine>
  <P_Cs>21</P_Cs>
  <P_Logo>5</P_Logo>
  <P_PicBackground>8</P_PicBackground>
  <P_PicLogoIn>14</P_PicLogoIn>
  <P_QQGroup>25</P_QQGroup>
  <P_Url>17</P_Url>
  <P_Wx>28</P_Wx>
  <PicAdsUrl>sample string 31</PicAdsUrl>
  <PicBackground>sample string 9</PicBackground>
  <PicCSOA>sample string 24</PicCSOA>
  <PicCs>sample string 23</PicCs>
  <PicLogo>sample string 7</PicLogo>
  <PicLogoIn>sample string 15</PicLogoIn>
  <PicQQGroup>sample string 27</PicQQGroup>
  <PicWx>sample string 30</PicWx>
  <UrlBottomLine>sample string 13</UrlBottomLine>
  <UrlHelp>sample string 19</UrlHelp>
  <UrlHomePage>sample string 18</UrlHomePage>
  <WebTitle>sample string 10</WebTitle>
</AaAppInfo>