Browse Source

服务器间通信,不做token验证

Jeremy 2 years ago
parent
commit
2c2a8c9d09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Plugin/TokenVerifyPluginService.cs

+ 1 - 0
src/Plugin/TokenVerifyPluginService.cs

@@ -75,6 +75,7 @@ namespace WingCloudServer.Plugin
             "IWingRtcService/GenerateRoomUrlAsync",
             "IWingRtcService/GetRtcSettingAsync",
             "IWingRtcService/GetUserSignAsync",
+            "ILiveConsultationService/SyncServerMessageAsync",
         };
 
         public PluginProcessResult PreProcess(IJsonRpcHttpContext context, byte[] requestData)