We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ec382 commit aad6c13Copy full SHA for aad6c13
Assets/Scripts/Framework/Procedure/ProcedureGetGlobalInfoState.cs
@@ -40,7 +40,7 @@ private async void GetGlobalInfo(IFsm<IProcedureManager> procedureOwner)
40
var jsonParams = HttpHelper.GetBaseParams();
41
try
42
{
43
- var json = await GameApp.Web.GetToString(rootUrl, jsonParams);
+ var json = await GameApp.Web.PostToString(rootUrl, jsonParams);
44
Debug.Log(json);
45
46
HttpJsonResult httpJsonResult = Utility.Json.ToObject<HttpJsonResult>(json.Result);
0 commit comments