Return format:

{

"code": 0,

"msg": "Published successfully"

"data": {

"url":"/..."

}

}

The format of the official website document:

{

"code": 200,

"msg": "Published successfully"

"data": {

"url":"/..."

}

}

Import document interface return format issue code inconsistency