Browse Source

去掉多余字段

hatim 6 years ago
parent
commit
b6ddecad88
1 changed files with 1 additions and 3 deletions
  1. 1 3
      规范/接口/Web端前后端接口设计规范.md

+ 1 - 3
规范/接口/Web端前后端接口设计规范.md

@@ -176,9 +176,7 @@ __常用的返回参数必须使用下表约定的字段,不允许自定义。
         "currentPage": 1,
         "currentPage": 1,
         "lastPage": 100,
         "lastPage": 100,
         "size": 20,
         "size": 20,
-        "total": 1,
-        "from": 1,
-        "to": 2
+        "total": 1
     }
     }
 }
 }
 ```
 ```