chore: sync local updates
This commit is contained in:
16
api-docs/infogenie-api-apifox/AI 模型应用/应用/表情符号生成.http.yaml
Normal file
16
api-docs/infogenie-api-apifox/AI 模型应用/应用/表情符号生成.http.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
method: post
|
||||
url: "{{baseUrl}}/api/aimodelapp/expression-maker"
|
||||
name: 表情符号生成
|
||||
parameters:
|
||||
header:
|
||||
- name: Authorization
|
||||
value: Bearer {{bearerToken}}
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"text": "今天答辩顺利通过了!",
|
||||
"style": "mixed"
|
||||
}
|
||||
Reference in New Issue
Block a user