OAuth..::..GetPostionInfo Method

Step3.获得用户位置信息

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

Syntax


public OAuth..::..PostionInfo GetPostionInfo(
	string openid,
	string encryptPostion
)
Public Function GetPostionInfo ( _
	openid As String, _
	encryptPostion As String _
) As OAuth..::..PostionInfo
public:
OAuth..::..PostionInfo^ GetPostionInfo(
	String^ openid, 
	String^ encryptPostion
)

Parameters

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

Return Value

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