Last updated 5 months ago
/global/thirdExt/randomKey 通过一次临时Token换取最终访问Token
成功
最终访问Token
模块标识码
状态返回码
状态描述
处理时长(毫秒)
跟踪码
返回描述中占位符参数串,多个参数间以,分割
是否成功
是否异常
const response = await fetch('https://prewppc-3.cmfbl.com/api/global/thirdExt/randomKey', { method: 'POST', headers: { "companyId": "text", "trace": "text", "lang": "text", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "data": "text", "bizCode": "text", "code": "text", "msg": "text", "trace": "text", "msgParams": "text", "ok": false, "fail": false }