chengjie hai 4 meses
pai
achega
464474ce25
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/api/yjbdc/yjbdcController.js

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

@@ -351,6 +351,9 @@ 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
+    }
354 357
     
355 358
     ctx.body = result;
356 359
 }