Browse Source

优化返回信息

Li 3 years ago
parent
commit
c41127e912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelBI/Controllers/Census/ProductStatisController.cs

+ 1 - 1
TEAMModelBI/Controllers/Census/ProductStatisController.cs

@@ -100,7 +100,7 @@ namespace TEAMModelBI.Controllers.Census
                 //    }
                 //}
             }
-            return Ok(new { sate = 200, productStatis });
+            return Ok(new { state = 200, productStatis });
         }
         
         /// <summary>