chore: sync local updates
This commit is contained in:
17
api-docs/infogenie-api-apifox/AI 模型应用/应用/现代文转文言.http.yaml
Normal file
17
api-docs/infogenie-api-apifox/AI 模型应用/应用/现代文转文言.http.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
method: post
|
||||
url: "{{baseUrl}}/api/aimodelapp/classical_conversion"
|
||||
name: 现代文转文言
|
||||
parameters:
|
||||
header:
|
||||
- name: Authorization
|
||||
value: Bearer {{bearerToken}}
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"modern_text": "今天天气很好,我们去公园散步。",
|
||||
"style": "古雅",
|
||||
"article_type": "散文"
|
||||
}
|
||||
Reference in New Issue
Block a user