修改POST和Get请求代码

This commit is contained in:
wanyaokun
2024-08-27 17:48:38 +08:00
parent b4c571cddb
commit 07a3b2a147
5 changed files with 168 additions and 28 deletions
@@ -49,4 +49,14 @@ class BaseConfig:
"status": "normal",
"introduction": ParamterCfg['opening_statement'],
"created_at":''
}
MessageCfg = {
"id": "",
'user_id':'',
"conversation_id": "",
"inputs": {},
"query": "",
"answer": ""
}