chengjie hace 6 meses
padre
commit
464474ce25
Se han modificado 1 ficheros con 3 adiciones y 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
             result = { errcode: 10000, result: "-1" };
351
             result = { errcode: 10000, result: "-1" };
352
         }
352
         }
353
     }
353
     }
354
+    else{
355
+        result = { errcode: 10000, result: "-2" };
356
+    }
354
     
357
     
355
     ctx.body = result;
358
     ctx.body = result;
356
 }
359
 }