OAuth..::..GetPostionFaceInfo Method

Step3~4.获得用户位置以及人臉驗證信息

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public OAuth..::..PostionFaceInfo GetPostionFaceInfo(
	string openid,
	string encryptPostion,
	string encryptFaceInfo
)
Public Function GetPostionFaceInfo ( _
	openid As String, _
	encryptPostion As String, _
	encryptFaceInfo As String _
) As OAuth..::..PostionFaceInfo
public:
OAuth..::..PostionFaceInfo^ GetPostionFaceInfo(
	String^ openid, 
	String^ encryptPostion, 
	String^ encryptFaceInfo
)

Parameters

openid
Type: String
用户OpenID
encryptPostion
Type: String
跳转的地址中带的Postion值
encryptFaceInfo
Type: String
跳转的地址中带的FaceInfo值

Return Value

用户位置信息。null表示获取位置信息失败。