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 {
-	自动回复 = '0',
-	社群 = '1',
+	自动回复 = '1',
+	社群 = '0',
 }
 
 export interface WeVideoItem {