#这是上传后端返回的JSON结构 #1.成功时status = 1,附带url字段 { "status": 1, "url": "" } #2.失败时status = 0,附带msg字段 { "status": 0, "msg": "服务器空间不足" }