示例#1
0
 private static bool CheckSign(string data, string sign)
 {
     return(SecretUtil.RsaVerify256(data, sign, Config.AlipayPublic));
 }