window.onload = function () {
const jssdk = WebOfficeSDK.init({
officeType: WebOfficeSDK.OfficeType.Writer,
appId: '',
fileId: '',
token: '',
customArgs:{"user":"张三","number":'2658'}
})
customArgs在回调中打印$_SERVER未获取 sdk版本v1.1.22
window.onload = function () {
const jssdk = WebOfficeSDK.init({
officeType: WebOfficeSDK.OfficeType.Writer,
appId: '',
fileId: '',
token: '',
customArgs:{"user":"张三","number":'2658'}
})
customArgs在回调中打印$_SERVER未获取 sdk版本v1.1.22
$_SERVER 是什么? 请详细阅读文档:请求头 <img src="https://solution-community.wps.cn/uploads/post/4S13SXQ9SAC.png" alt="image.png"/>