File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
GameFrameX.StartUp/Options Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -420,16 +420,16 @@ public sealed class LauncherOptions
420420 /// <summary>
421421 /// 客户端API地址
422422 /// </summary>
423- [ Option ( nameof ( ClientApiUrl ) , Description = "客户端API地址" ) ]
423+ [ Option ( nameof ( ClientApiHost ) , Description = "客户端API地址" ) ]
424424 [ DefaultValue ( "" ) ]
425- public string ClientApiUrl { get ; set ; }
425+ public string ClientApiHost { get ; set ; }
426426
427427 /// <summary>
428428 /// HubAPI地址
429429 /// </summary>
430- [ Option ( nameof ( HubApiUrl ) , Description = "HubAPI地址" ) ]
430+ [ Option ( nameof ( HubApiHost ) , Description = "HubAPI地址" ) ]
431431 [ DefaultValue ( "" ) ]
432- public string HubApiUrl { get ; set ; }
432+ public string HubApiHost { get ; set ; }
433433
434434 /// <summary>
435435 /// 心跳间隔(毫秒),默认 5000 毫秒
You can’t perform that action at this time.
0 commit comments