jihuaqiang 3 天之前
父节点
当前提交
14fdfa219c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/publishContent/weCom/type.ts

+ 2 - 2
src/views/publishContent/weCom/type.ts

@@ -15,8 +15,8 @@ export interface WeComPlanListResponse {
 }
 }
 
 
 export enum WeComPlanType {
 export enum WeComPlanType {
-	自动回复 = '0',
-	社群 = '1',
+	自动回复 = '1',
+	社群 = '0',
 }
 }
 
 
 export interface WeVideoItem {
 export interface WeVideoItem {