小程序授权登录
POST
https://api.demo.xielongly.com/xielong
请求参数
参数名
类型
描述
必填
appkey
string
系统版本密钥,具体以系统配置为准
必填
userid
int
账号
必填
timestamp
int
当前时间戳
必填
sign
string
签名,具体请查看公共说明->3.数字签名
必填
requesttype
int
Elephant-Index-wxLogin(接口标识)
必填
ip
int
客户端IP
必填
encryptedData
用户信息密文(微信小程序wx.getUserInfo中返回的加密信息,需要用encodeURIComponent编码)
必填
iv
用户信息密文(微信小程序wx.getUserInfo中返回的加密算法的初始向量,需要用encodeURIComponent编码)
必填
openid
小程序openid
必填