コード例 #1
0
ファイル: PayService.cs プロジェクト: ghbylmt/LsPay
        public PayResponseModel Query(byte[] preMsg, string mac)
        {
            IPay PayObj = PaymentPlatFormFactory.GetPayFactory().GetPayObj(new ICCard());

            return(PayObj.Query(preMsg, mac));
        }