协同宣发
This commit is contained in:
@@ -552,9 +552,10 @@ export default {
|
||||
}[type]
|
||||
let formData = new FormData()
|
||||
formData.append('file', file.file)
|
||||
formData.append('type', fileType)
|
||||
formData.append('attachmentType', 1)
|
||||
formData.append('mediaType', fileType)
|
||||
let loading = this.$loading()
|
||||
this.instance.post(`/app/wxcp/upload/uploadFile`, formData, {
|
||||
this.instance.post(`/app/wxcp/upload/uploadAttachment`, formData, {
|
||||
withCredentials: false
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user