OAuth..::..GetFaceInfo Method

Step4.獲得人臉驗證信息

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

Syntax


public OAuth..::..FaceInfo GetFaceInfo(
	string openid,
	string encryptFaceInfo
)
Public Function GetFaceInfo ( _
	openid As String, _
	encryptFaceInfo As String _
) As OAuth..::..FaceInfo
public:
OAuth..::..FaceInfo^ GetFaceInfo(
	String^ openid, 
	String^ encryptFaceInfo
)

Parameters

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

Return Value

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