Skip to content

Commit

Permalink
change: 修复说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
carolcoral committed May 20, 2024
1 parent cbf27a2 commit f8249a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,19 @@ halo:

### 分页查询赞助者
* afdianFinder.listSponsor(String pageNumber)
* 例如: <div th:text="${afdianFinder.listSponsor(1)}"></div>

示例:
```html
<div th:text="${afdianFinder.listSponsor(1)}"></div>
```

### 查询全部赞助者
* afdianFinder.listAllSponsor()
* 例如: <div th:text="${afdianFinder.listAllSponsor()}"></div>

示例:
```html
<div th:text="${afdianFinder.listAllSponsor()}"></div>
```

## 返回报文JSON
```json
Expand Down

0 comments on commit f8249a0

Please sign in to comment.