GET api/Team/Visitor/Query/BeforeAuth?teamrndcode={teamrndcode}&guidernumber={guidernumber}

在个人游客执行认证之前,通过二维码传递的团队的RndCode和GuiderNumber获取团队信息(部分信息是带掩码的)。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamrndcode

编码在二维码中的团队随机码,16个字符,不可以为空。

string

Required

guidernumber

编码在二维码中的导游证号,最长20个字符,不可以为空。

string

Required

Body Parameters

None.

Response Information

Resource Description

在个人游客执行认证之前,通过二维码传递的团队的RndCode和GuiderNumber获取团队信息(部分信息是带掩码的)。

CommonOperationResultWithTagOfTeamBeforeAuthInfo
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

TeamBeforeAuthInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "TeamId": "sample string 1",
    "AuthCode": "sample string 2",
    "TeamName": "sample string 3",
    "GuiderNumber": "sample string 4",
    "GuiderName": "sample string 5",
    "GuiderMobile": "sample string 6",
    "TripStartDate": "sample string 7",
    "TripEndDate": "sample string 8",
    "CreateTime": "2026-02-05T16:01:41.7129616+08:00"
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfTeamBeforeAuthInfoIwE9j4iY 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.Common.Team">
    <d2p1:AuthCode>sample string 2</d2p1:AuthCode>
    <d2p1:CreateTime>2026-02-05T16:01:41.7129616+08:00</d2p1:CreateTime>
    <d2p1:GuiderMobile>sample string 6</d2p1:GuiderMobile>
    <d2p1:GuiderName>sample string 5</d2p1:GuiderName>
    <d2p1:GuiderNumber>sample string 4</d2p1:GuiderNumber>
    <d2p1:TeamId>sample string 1</d2p1:TeamId>
    <d2p1:TeamName>sample string 3</d2p1:TeamName>
    <d2p1:TripEndDate>sample string 8</d2p1:TripEndDate>
    <d2p1:TripStartDate>sample string 7</d2p1:TripStartDate>
  </tag>
</CommonOperationResultWithTagOfTeamBeforeAuthInfoIwE9j4iY>

application/bson

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