chore: sync local updates
This commit is contained in:
14
api-docs/infogenie-api-apifox/站点/功能卡片点击 +1.http.yaml
Normal file
14
api-docs/infogenie-api-apifox/站点/功能卡片点击 +1.http.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
method: post
|
||||
url: "{{baseUrl}}/api/site/feature-card-clicks/increment"
|
||||
name: 功能卡片点击 +1
|
||||
parameters:
|
||||
header:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"section": "60sapi",
|
||||
"item_id": "example-item-id"
|
||||
}
|
||||
Reference in New Issue
Block a user