Beispiel #1
0
 public string MakeSign(SettleObject values)
 {
     return(SecretUtil.RsaSign256(values.ToUrlForSign(), Config.AlipayPrivate));
 }