feat: 微信协议#
This commit is contained in:
@@ -17,8 +17,6 @@ http_method=get
|
||||
inputArguments=%E6%88%91%E7%88%B1%E4%BD%A0
|
||||
```
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
从header里,获取uid [openid]
|
||||
@@ -34,3 +32,7 @@ async def read_items(appid: Union[str, None] = Header(default=None),bid: Union[s
|
||||
print("appid", appid,"bid",bid,"requestid", requestid,"uid", uid)
|
||||
return {"appid": appid,"bid": bid,"requestid": requestid,"uid": uid}
|
||||
```
|
||||
|
||||
回调函数 请求体
|
||||
|
||||
query {'touser': 'c8a77b312dad381fe900b3cbc32382ca', 'nlu': {'ans_node_id': 32552007, 'ans_node_name': '回调', 'answer': '{"callback":{"url":"http://chatglm.yidooplanet.com/callback"}}', 'answer_open': 1, 'answer_type': 'text', 'article': '', 'confidence': 1, 'create_time': '1690898528', 'dialog_status': 'END', 'dialog_session_status': 'END', 'event': '', 'from_user_name': 'c8a77b312dad381fe900b3cbc32382ca', 'intent_confirm_status': '', 'is_default_answer': False, 'list_options': False, 'options': None, 'msg': [{'ans_node_id': 32552007, 'ans_node_name': '回调', 'article': '', 'confidence': 1, 'content': '{"callback":{"url":"http://chatglm.yidooplanet.com/callback"}}', 'debug_info': '', 'event': '', 'list_options': False, 'msg_type': 'text', 'opening': '', 'options': None, 'request_id': 1690898528, 'scene_status': '', 'session_id': '0_64DbvAd5m7YOJ1XslyMgJ9V42jDIUH|c8a77b312dad381fe900b3cbc32382ca', 'status': 'GENERAL_FAQ', 'take_options_only': False, 'resp_title': '回调'}], 'msg_id': 'c9bf5f7c', 'opening': '', 'request_id': 1690898528, 'ret': 0, 'scene_status': '', 'session_id': '0_64DbvAd5m7YOJ1XslyMgJ9V42jDIUH|c8a77b312dad381fe900b3cbc32382ca', 'skill_id': '1288490190714098', 'skill_name': '回调', 'slot_info': None, 'slots_info': None, 'status': 'GENERAL_FAQ', 'take_options_only': False, 'title': '回调', 'to_user_name': '64DbvAd5m7YOJ1XslyMgJ9V42jDIUH', 'msgtype': 'callback', 'from_xwbrain': True, 'question': ''}, 'query': '夏威夷', 'authtoken': 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b3VzZXIiOiJjOGE3N2IzMTJkYWQzODFmZTkwMGIzY2JjMzIzODJjYSIsImFwcGlkIjoiTFRLZlNGZUswaDhUUkxNIiwidG9rZW4iOiI2NERidkFkNW03WU9KMVhzbHlNZ0o5VjQyakRJVUgiLCJpYXQiOjE2OTA4OTg1Mjh9.edaloBYhIh-d0m8dOqcDJ9hqFDsRIKDcoWISQIf1ieQ'}
|
||||
|
||||
Reference in New Issue
Block a user