Skip to content

Commit 777aaff

Browse files
committed
[修改]1. 修改全局信息的获取地址
1 parent aad6c13 commit 777aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Framework/Procedure/ProcedureGetGlobalInfoState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void OnEnter(IFsm<IProcedureManager> procedureOwner)
3636

3737
private async void GetGlobalInfo(IFsm<IProcedureManager> procedureOwner)
3838
{
39-
string rootUrl = "http://172.18.0.31:20808/api/GameGlobalInfo/GetInfo";
39+
string rootUrl = "http://127.0.0.1:20808/api/GameGlobalInfo/GetInfo";
4040
var jsonParams = HttpHelper.GetBaseParams();
4141
try
4242
{

0 commit comments

Comments
 (0)