Commit 33d46bb5 authored by 杨泽宇's avatar 杨泽宇

更新

parent f62933ec
......@@ -166,7 +166,7 @@ public class LoginManager : MonoBehaviour
{
while (true)
{
using (UnityWebRequest request = UnityWebRequest.Get(post_url + "?lineId=" + lineID.text))
using (UnityWebRequest request = UnityWebRequest.Get(post_url.text + "?lineId=" + lineID.text))
{
// 设置请求头
//request.SetRequestHeader("Content-Type", "application/json");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment