The import document interface returns a format issue, the code is inconsistent
The format of the return:
{
"code": 0,
"msg": "Published successfully"
"data": {
"url":"/..."
}
}
The format of the official documentation:
{
"code": 200,
"msg": "Published successfully"
"data": {
"url":"/..."
}
}