lt 1 год назад
Родитель
Сommit
588071b527

+ 2 - 2
RO_Server_Trunk-branch_0.1.39/roserver/baseserver/hook_event.go

@@ -36,8 +36,8 @@ func (this *ServerTCPEventHook) InEvent(in rocommon.ProcEvent) rocommon.ProcEven
 
 		}
 
-		util.ErrorF("927 ServiceConnBySID:%+v", model.ServiceConnBySID)
-		util.ErrorF("927 ServiceConnByZone:%+v", model.ServiceConnByZone)
+		//util.ErrorF("927 ServiceConnBySID:%+v", model.ServiceConnBySID)
+		//util.ErrorF("927 ServiceConnByZone:%+v", model.ServiceConnByZone)
 	case *serverproto.PingReq:
 		{
 			//来自ack服务器的ping消息

+ 1 - 1
RO_Server_Trunk-branch_0.1.39/roserver/gmweb/main.go

@@ -131,7 +131,7 @@ func main() {
 
 		router.POST("/pay", msg.WebPayQuickNotify)                                 // SDKquick 畅梦nbSDK
 		router.POST("/pay/gnQucik", msg.WebPayGNQuickNotify)                       // SDKquick 国内
-		router.POST("/pay/hwQucik", msg.WebPayHwQuickNotify)                       // 海外quick
+		router.POST("/pay/hwQucik", msg.WebPayGNQuickNotify)                       // 海外quick
 		router.POST("/pay/hwQucikFromS1GmWeb", msg.WebPayHwQuickNotifyFromS1GmWeb) // 海外quick 1服转发到其他服,这里接收
 		//router.POST("/pay/nb", msg.WebPayNBSDKNotify)	// 畅梦牛逼SDK
 		router.POST("/pay/uni", msg.WebPayUniSDKNotify)