@ -5,6 +5,7 @@ from .robot import robot
app_name = "servermanager"
urlpatterns = [
# 将微信机器人接口映射到/robot路径
path(r'robot', make_view(robot)),
]