1,170
社区成员




string sign = parameters["sign"];
string notifyId = parameters["notify_id"];
string orderNumber = parameters["out_trade_no"];
string keyPath = Configurations.AlipayPublicKeyPath;
//TODO check the sign.
bool checkResult = AlipaySignature.RSACheckV1(parameters, keyPath, string.Empty);
checkResult = true;