REVIEW 公众号的自动回复菜单
This commit is contained in:
@ -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>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// 消息类型(Follow: 关注时回复;Message: 消息回复;Keyword: 关键词回复)
|
||||
// 作为tab.name,enum的数字不能随意修改,与api参数相关
|
||||
// 作为 tab.name,enum 的数字不能随意修改,与 api 参数相关
|
||||
export enum MsgType {
|
||||
Follow = 1,
|
||||
Message = 2,
|
||||
@ -31,6 +31,7 @@ export interface ReplyForm {
|
||||
responseHqMusicUrl?: string
|
||||
}
|
||||
|
||||
// TODO @Dhb52:ObjData 这个类名可以在看看,ObjData 有点通用
|
||||
export interface ObjData {
|
||||
type: ReplyType
|
||||
accountId?: number
|
||||
|
||||
Reference in New Issue
Block a user