Browse Source

查询接口修改

7 years ago
parent
commit
2cff640817
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/include/endpoints.js

+ 1 - 1
src/server/include/endpoints.js

@ -25,7 +25,7 @@ const APIv2 = {
    Sessions: {
        Base: '/api/v2/sessions',
        Session: '/:session_id',
        Session: '/:session_id/session',
        SessionSticky: '/:session_id/sticky',                           // 会话置顶,置顶使用PUT,取消置顶使用DELETE
        SessionStatus: '/:session_id/status',//更新状态
        RecentSessions: '/recent',                                      // 最近会话,使用类型过滤出'患者'或'医生'会话