GET api/Member/Auth/ByThirdPary/GetResource

获取系统配置的微信公众账号鉴权、支付宝公众账号鉴时使用的方法及APPID等内容。

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取系统配置的微信公众账号鉴权、支付宝公众账号鉴时使用的方法及APPID等内容。

CommonOperationResultWithTagOfMemberLoginWithPublicPlatformResourceResult
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

MemberLoginWithPublicPlatformResourceResult

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "AuthUseWechatOpenPlatform": "sample string 1",
    "WechatPublicPlatformAppId": "sample string 2",
    "WechatOpenPlatformAppId": "sample string 3",
    "AlipayPublicPlatformAppId": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfMemberLoginWithPublicPlatformResourceResultZ8ov0R4d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer">
  <errcode>1</errcode>
  <errmsg>sample string 2</errmsg>
  <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Member">
    <d2p1:AlipayPublicPlatformAppId>sample string 4</d2p1:AlipayPublicPlatformAppId>
    <d2p1:AuthUseWechatOpenPlatform>sample string 1</d2p1:AuthUseWechatOpenPlatform>
    <d2p1:WechatOpenPlatformAppId>sample string 3</d2p1:WechatOpenPlatformAppId>
    <d2p1:WechatPublicPlatformAppId>sample string 2</d2p1:WechatPublicPlatformAppId>
  </tag>
</CommonOperationResultWithTagOfMemberLoginWithPublicPlatformResourceResultZ8ov0R4d>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.