获取secrit,spk
curl --location --request POST "yourip/api/ec/dev/auth/regist" ^
--header "appid: yourappid" ^
--header "loginid: yourid" ^
--header "pwd: yourpwd" ^
--header "cpk: yourcpk" ^
--header "User-Agent: Apifox/1.0.0 (https://apifox.com)" ^
--header "Accept: */*" ^
--header "Host: yourhost" ^
--header "Connection: keep-alive"
{
"msg": "ok",
"code": 0,
"msgShowType": "none",
"secrit": "",
"secret": "",
"status": true,
"spk": ""
}