// 上传地址 action: '/appApi/appApi/common/appUploadFile', // 上传请求头 header: { APP_AUTH: uni.getStorageSync("authtoken"), 'content-Type': 'multipart/form-data' }, 上传地址和请求头是这样