Browse Source

事件上报录音入参错误

dongming-master
mk 8 months ago
parent
commit
7029a57ab9
  1. 2
      src/views/event/index.vue

2
src/views/event/index.vue

@ -255,7 +255,7 @@ export default {
saveOfficialAccountEvent({
agencyId:this.agencyId,
duration: this.audio.duration,
serverId: this.audio.serverId,
mediaId: this.audio.serverId,
imageList: this.fileList.map(item => item.url),
latitude: this.latitude,
longitutd: this.longitude,

Loading…
Cancel
Save