Commit b49cffe3 authored by 王雪伟's avatar 王雪伟

修改幸运农场key

parent d638460a
Pipeline #662 failed with stages
...@@ -19,7 +19,7 @@ public class HttpTool : MonoBehaviour ...@@ -19,7 +19,7 @@ public class HttpTool : MonoBehaviour
public bool IsShowLog = false; public bool IsShowLog = false;
private static string HttpLogTag = "UnityHttp"; private static string HttpLogTag = "UnityHttp";
private string appLs = "7025878009b4cca3"; private string appLs = "a03d5320d905cf3b";
private static HttpTool _instacne = null; private static HttpTool _instacne = null;
......
...@@ -9,8 +9,8 @@ public class WxLoginUtil : MonoBehaviour ...@@ -9,8 +9,8 @@ public class WxLoginUtil : MonoBehaviour
public GameObject wxLoginBg; public GameObject wxLoginBg;
public GameObject loadingImg; public GameObject loadingImg;
public static WxLoginUtil WxLogin; public static WxLoginUtil WxLogin;
private static string WX_APPID = "wx807bc179331f37a6"; private static string WX_APPID = "wx29c1884b0a06cdd5";
private static string WX_APPKEY = "7a9ab9dbc24a03504030762b91e833b8"; private static string WX_APPKEY = "a45ff15ec4d387fbd37740238689bd11";
private void Awake() private void Awake()
{ {
......
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