使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_id": "",
"corp_token": "66f39e730eab7ef74fc9f9ad259d94f7",
"timestamp": 1652873131,
"domain": "https://sdk-demo.windeal.cn/",
"company_identification": "sdk40",
"company_name": "SDK集简云40",
"user_email": "yuanwentao1@email.jijyun.cn",
"user_mobile": "18511835058",
"sign": "2d109a1ad2a1bea176432a06fc455b2f"
}
curl --location --request POST 'https://developer.jijyun.cn/api/sdk/user_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_id": "",
"corp_token": "66f39e730eab7ef74fc9f9ad259d94f7",
"timestamp": 1652873131,
"domain": "https://sdk-demo.windeal.cn/",
"company_identification": "sdk40",
"company_name": "SDK集简云40",
"user_email": "yuanwentao1@email.jijyun.cn",
"user_mobile": "18511835058",
"sign": "2d109a1ad2a1bea176432a06fc455b2f"
}'
{
"code": 0,
"data": {
"company_id": "xxxxx",
"corp_name": "xxxxx",
"email": "",
"expire_time": 1669816202,
"mobile": "",
"token": "1c2451bb040cc3cbbf4a2bb880a49a52",
"uname": "xxxxx",
"userid": "xxxxx"
},
"msg": "成功"
}