Ejemplo n.º 1
0
 public override bool Execute(ServerBusiness bsn)
 {
     if (LywConfig.GetPublisher() == ProductPublisher.Local)
     {
         // 本地登陆
         return(bsn.LoginAS(asHost, asPort, CallBackId, accountName, password, randomSeed, channelId, version, deviceInfo));
     }
     else
     {
         // 平台登陆
         return(bsn.LoginAS(asHost, asPort, CallBackId, accountName, password, randomSeed, channelId, version, deviceInfo, userId, channelUserId, channelCode, productCode, token));
     }
 }