参数名 | 参数值 | 类型 | 必填 | 描述 |
---|---|---|---|---|
newsDisplayPlatform | 1 | String | 是 | 登录平台:1 ios,2 android,3 微信小程序 |
code | String | 是 | 用户登录凭证(有效期五分钟) | |
encryptedData | String | 是 | 包括敏感数据在内的完整用户信息的加密数据 | |
iv | String | 是 | 加密算法的初始向量 |
{
"newsDisplayPlatform":"",
"code":"",
"encryptedData":"",
"iv":""
}
curl --location --request POST 'http://127.0.0.1:20000/c-system-app/api/engeleye/app/c-system-app/api/engeleye/app/pe/wechatAppletsLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"newsDisplayPlatform":"",
"code":"",
"encryptedData":"",
"iv":""
}'
{}