Commit 10c7ada5 authored by zhangxiao's avatar zhangxiao

update

parent 492d37a6
......@@ -267,7 +267,7 @@
}
```
* 4、点赞
* 4、展品点赞
## request
### method: GET
### host: http://182.92.75.61
......@@ -283,7 +283,7 @@
}
```
* 5、送花
* 5、展品送花
## request
### method: GET
### host: http://182.92.75.61
......@@ -299,7 +299,7 @@
}
```
* 6、鼓掌
* 6、展品鼓掌
## request
### method: GET
### host: http://182.92.75.61
......@@ -315,7 +315,7 @@
}
```
* 7、购买表单
* 7、展品购买表单
## request
### method: POST
### host: http://182.92.75.61
......@@ -331,4 +331,20 @@
```json
{
}
```
* 8、展览点赞
## request
### method: GET
### host: http://182.92.75.61
### path: /exhibition/like
### 参数列表
| 参数 | 说明 | 值 |
| :-----| ----: | ----: |
| 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