chengjie 6 달 전
부모
커밋
326ebe5442
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/api/yjbdc/yjbdcController.js

+ 0 - 3
src/api/yjbdc/yjbdcController.js

@@ -351,9 +351,6 @@ export async function GenerateArticle(ctx) {
351 351
             result = { errcode: 10000, result: "-1" };
352 352
         }
353 353
     }
354
-    else{
355
-        result = { errcode: 10000, result: "-2" };
356
-    }
357 354
     
358 355
     ctx.body = result;
359 356
 }