| 应用类型 | 是否可调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 否 | — | — |
| 第三方企业应用 | 是 | 无需申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"tmp_auth_code": "xxxx"
}curl --location --request POST 'http://127.0.0.1/service/get_permanent_code?suite_access_token=6ed1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"tmp_auth_code": "xxxx"
}'{
"auth_corp_info": {
"corpid": "string",
"corp_name": "string"
},
"permanent_code": "string",
"errmsg": "string",
"errcode": 0
}