|
|
|
|
@ -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"
|
|
|
|
|
* }
|
|
|
|
|
* )
|
|
|
|
|
|