REVIEW 公众号的自动回复菜单

This commit is contained in:
YunaiV
2023-04-19 19:07:45 +08:00
parent a3b4edf505
commit 48e50190e0
3 changed files with 17 additions and 29 deletions

View File

@ -93,7 +93,6 @@
</el-table-column>
</el-table>
</template>
<script setup lang="ts">
import WxVideoPlayer from '@/views/mp/components/wx-video-play/main.vue'
import WxVoicePlayer from '@/views/mp/components/wx-voice-play/main.vue'
@ -114,5 +113,3 @@ const emit = defineEmits<{
(e: 'on-delete', v: number)
}>()
</script>
<style scoped></style>

View File

@ -1,5 +1,5 @@
// 消息类型Follow: 关注时回复Message: 消息回复Keyword: 关键词回复)
// 作为tab.nameenum的数字不能随意修改与api参数相关
// 作为 tab.nameenum 的数字不能随意修改,与 api 参数相关
export enum MsgType {
Follow = 1,
Message = 2,
@ -31,6 +31,7 @@ export interface ReplyForm {
responseHqMusicUrl?: string
}
// TODO @Dhb52ObjData 这个类名可以在看看ObjData 有点通用
export interface ObjData {
type: ReplyType
accountId?: number