curl --location --request POST 'https://www.pushplus.plus/push/api/open/excel/publish?docCode=' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"docCode": "string",
"shareUrl": "string",
"title": "string",
"sharePerm": 0,
"shareLogin": 0,
"perm": 0,
"published": true,
"publishDirty": true,
"publishTime": "2019-08-24T14:15:22.123Z",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
}