From 828d756363da4697eac4e1dea867fbd963226f2d Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 5 Aug 2024 14:18:21 +0800 Subject: [PATCH] update --- doc/运营小程序接口文档.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/运营小程序接口文档.md b/doc/运营小程序接口文档.md index d98199f12..6e57bad69 100644 --- a/doc/运营小程序接口文档.md +++ b/doc/运营小程序接口文档.md @@ -46,16 +46,19 @@ # 站点经营分析统计图 -接口地址: +```text +接口地址:http://localhost:8080/business/pile/station/getStationBusinessAnalyzeInfo +接口地址(12个月数据):http://localhost:8080/business/pile/station/getStationMonthlyBusinessAnalyzeInfo -请求方式: +请求方式:POST +``` ### 入参 | 字段名 | 类型 | 是否必传 | 备注 | | ---------- | ------------ | -------- | ------------------------------------------------------ | | dateTime | String | N | 不传时默认查周期列表数据,传入时为用户选中某一天的日期 | -| type | String | Y | 日期类型(1-近7天;2-近30天) | +| type | String | N | 日期类型(1-近7天;2-近30天) | | stationIds | List | Y | 站点id列表 | ### 反参