Commit 2c62c68d authored by zhangxiao's avatar zhangxiao

update

parent 10c7ada5
......@@ -348,3 +348,35 @@
"count":123
}
```
* 9、展览送花
## request
### method: GET
### host: http://182.92.75.61
### path: /exhibition/send_flower
### 参数列表
| 参数 | 说明 | 值 |
| :-----| ----: | ----: |
| id | 展览id | 1,2.. |
## response
```json
{
"count":123
}
```
* 10、展览鼓掌
## request
### method: GET
### host: http://182.92.75.61
### path: /exhibition/give_applause
### 参数列表
| 参数 | 说明 | 值 |
| :-----| ----: | ----: |
| id | 展览id | 1,2.. |
## response
```json
{
"count":123
}
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment