11
0

2 کامیت‌ها 442a3a8d4f ... e6dbf6c874

نویسنده SHA1 پیام تاریخ
  jihuaqiang e6dbf6c874 Merge branch 'feature_first_pages' of https://git.yishihui.com/Web/contentCooper into feature_first_pages 2 ماه پیش
  jihuaqiang 14fdfa219c 1 2 ماه پیش
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 {