摘要: 支付宝有一个类文件叫 AliPay 是一些加密算法的东西using System.Web;using System.Text;using System.Security.Cryptography;using System.IO;using System.Net;using System; /// /// New Interface for AliPay/// namespace Gateway{ public class AliPay { /// /// 与ASP兼容的MD5加密算法 /// public static s... 阅读全文
posted @ 2013-11-25 17:33 岳帅超 阅读(836) 评论(3) 推荐(0)