Browse Source

事件上报加agencyId

feature
mk 1 year ago
parent
commit
3eb0e21049
  1. 1
      src/views/event/index.vue

1
src/views/event/index.vue

@ -200,6 +200,7 @@ export default {
return
}
saveOfficialAccountEvent({
agencyId:this.agencyId,
duration: this.audio.duration,
serverId: this.audio.serverId,
imageList: this.fileList.map(item => item.url),

Loading…
Cancel
Save