打印启动参数
This commit is contained in:
parent
6dd103b6d2
commit
e79923fa01
|
@ -74,16 +74,19 @@ public class CallForTest : MonoBehaviour
|
|||
if (!string.IsNullOrEmpty(code))
|
||||
{
|
||||
customCode = code.Replace("code=", "");
|
||||
Debug.Log("启动参数关区:" + customCode);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(enterprise_code))
|
||||
{
|
||||
MONITOR_ID = enterprise_code.Replace("enterprise_code=", "");
|
||||
MONITOR_ID = enterprise_code.Replace("enterprise_code=", "");
|
||||
Debug.Log("启动参数企业:" + MONITOR_ID);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(config_value))
|
||||
{
|
||||
ServerIP = config_value.Replace("config_value=", "");
|
||||
ServerIP = config_value.Replace("config_value=", "");
|
||||
Debug.Log("启动参数服务器:" + ServerIP);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue