ソースを参照

适配外部机器人[修复BUG]

liangxunge 1 日 前
コミット
15b1f96a3e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      api/controllers/console/__init__.py

+ 1 - 1
api/controllers/console/__init__.py

@@ -126,7 +126,7 @@ api.add_resource(
 )
 
 api.add_resource(
-    ChatApiForRobot, "/installed-apps/<uuid:installed_app_id>/chat-messages-for-robot-v1/<string:source_address>"
+    ChatApiForRobotV1, "/installed-apps/<uuid:installed_app_id>/chat-messages-for-robot-v1/<string:source_address>"
 )
 
 api.add_resource(