JERRY\15194 4 роки тому
батько
коміт
ae3098d732
2 змінених файлів з 38 додано та 2 видалено
  1. 1 1
      boniu/.eslintcache
  2. 37 1
      boniu/src/components/Overview/overview.jsx

Різницю між файлами не показано, бо вона завелика
+ 1 - 1
boniu/.eslintcache


+ 37 - 1
boniu/src/components/Overview/overview.jsx

@@ -182,12 +182,48 @@ const errColumnsData = [
       },
       {
         key: "13",
+        type: "时间/时间段输入错误",
+        code: "305",
+        message: "时间/时间段错误"
+      },
+      {
+        key: "14",
+        type: "复权码输入错误",
+        code: "306",
+        message: "复权码错误"
+      },
+      {
+        key: "15",
+        type: "code未输入,参数为空",
+        code: "307",
+        message: "code参数不能为空"
+      },
+      {
+        key: "16",
+        type: "方法名输入错误",
+        code: "308",
+        message: "方法名错误"
+      },
+      {
+        key: "17",
+        type: "order输入错误",
+        code: "309",
+        message: "order参数错误"
+      },
+      {
+        key: "18",
+        type: "traceback_days输入有误",
+        code: "310",
+        message: "traceback_days参数错误"
+      },
+      {
+        key: "19",
         type: "返回数据为空",
         code: "401",
         message: " 股票/指数数据为空"
       },
       {
-        key: "14",
+        key: "20",
         type: "服务器错误",
         code: "501",
         message: "服务器错误"