mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-23 16:49:49 +08:00
update 接口文档
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
# 查询用户常去站点(最近半年)
|
# 查询用户常去站点(最近半年)
|
||||||
|
|
||||||
```text
|
```text
|
||||||
接口地址:/uniapp/member/getUserFrquentedStationList
|
接口地址:/uniapp/member/getUserFrequentedStationList
|
||||||
请求方式:GET
|
请求方式:GET
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -88,11 +88,11 @@
|
|||||||
|
|
||||||
### **反参**
|
### **反参**
|
||||||
|
|
||||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||||
| ------------------------------ | ------------------------ | -------- | ------------------------ |
|
| ------------------------------- | ------------------------- | -------- | ------------------------ |
|
||||||
| List<UserFrquentedStationInfo> | UserFrquentedStationInfo | Y | 按照充电次数从高到低排序 |
|
| List<UserFrequentedStationInfo> | UserFrequentedStationInfo | Y | 按照充电次数从高到低排序 |
|
||||||
|
|
||||||
#### UserFrquentedStationInfo
|
#### UserFrequentedStationInfo
|
||||||
|
|
||||||
| 字段名 | 类型 | 是否必传 | 备注 |
|
| 字段名 | 类型 | 是否必传 | 备注 |
|
||||||
| ----------- | ------ | -------- | -------- |
|
| ----------- | ------ | -------- | -------- |
|
||||||
|
|||||||
@@ -608,8 +608,8 @@ public class MemberController extends BaseController {
|
|||||||
/**
|
/**
|
||||||
* 查询用户常去站点(最近半年)
|
* 查询用户常去站点(最近半年)
|
||||||
*/
|
*/
|
||||||
@GetMapping("/getUserFrquentedStationList")
|
@GetMapping("/getUserFrequentedStationList")
|
||||||
public RestApiResponse<?> queryUserFrquentedStation(HttpServletRequest request) {
|
public RestApiResponse<?> queryUserFrequentedStation(HttpServletRequest request) {
|
||||||
RestApiResponse<?> response;
|
RestApiResponse<?> response;
|
||||||
try {
|
try {
|
||||||
String memberId = getMemberIdByAuthorization(request);
|
String memberId = getMemberIdByAuthorization(request);
|
||||||
|
|||||||
Reference in New Issue
Block a user