weizong song 5 years ago
parent 08c72ae641
commit 8fda92c7e7

@ -21,7 +21,7 @@ class StatisticsController extends CommonController
* @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"),
* @OA\Response(
* response="200",
* description="获取项目首页总览数据统计"
* description="获取项目首页总览数据统计",
* content={
* @OA\MediaType(
* mediaType="application/json",
@ -65,9 +65,9 @@ class StatisticsController extends CommonController
* "orders_all": "999",
* "orders_pending": "60",
* "orders_ongoing": "50",
* "orders_finished": "889"
* "orders_finished_today": "12"
* "paramedics": "126"
* "orders_finished": "889",
* "orders_finished_today": "12",
* "paramedics": "126",
* "bill_today": "9980.00"
* }
* )

Loading…
Cancel
Save