hexiaojie 7 сар өмнө
parent
commit
ac7ec9bce3

+ 4 - 0
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -91,6 +91,10 @@ namespace GFGGame
             netType = EnumNetType.PUBLIC;
             cfgName = "cfg_gfg";
             ChannelId = (int)ChannelID.DouYou;
+#elif GFGZSB
+            netType = EnumNetType.PUBLIC;
+            cfgName = "cfg_gfg";
+            ChannelId = (int)ChannelID.DouYou;
 #elif PT_IOS
             netType = EnumNetType.PUBLIC;
             cfgName = "cfg_ios";

+ 1 - 1
GameClient/Assets/Plugins/com/easy/bridge/GFGMainActivity.java

@@ -10,7 +10,7 @@ import com.unity3d.player.UnityPlayer;
 import com.unity3d.player.UnityPlayerActivity;
 import com.alipay.sdk.app.PayTask;
 
-import com.wsj.Imgdt3.WXPayEntryActivity;
+import com.wsj.Imgdt3.wxapi.WXPayEntryActivity;
 import com.tencent.mm.opensdk.modelpay.PayReq;
 import com.tencent.mm.opensdk.openapi.IWXAPI;
 import com.tencent.mm.opensdk.openapi.WXAPIFactory;