const instance = WebOfficeSDK.init({ // 必填项
officeType: xxx,
appId: 'xxxxx',
fileId: 'xxxxx',
fileToken: '',
customArgs: {
token: ''
}
})
前端不管传customArgs,还是fileToken,后端都接不到对应的值,后端可以收到请求
const instance = WebOfficeSDK.init({ // 必填项
officeType: xxx,
appId: 'xxxxx',
fileId: 'xxxxx',
fileToken: '',
customArgs: {
token: ''
}
})
前端不管传customArgs,还是fileToken,后端都接不到对应的值,后端可以收到请求