let token = uni.getStorageSync('token');
uni.downloadFile({
url: 'downurl,
filePath: pic,
name: 'formFiles',
header: {
Authorization: token
},
success(res) { },
fail() {}
});