Commit 8220dd44 by pierce

添加支付newReceipt的字段

parent 3531762c
......@@ -233,7 +233,8 @@
}
NSDictionary *paramsDict = @{@"orderid":orderid,
@"receipt":[receipt base64EncodedStringWithOptions:0]};
@"receipt":[receipt base64EncodedStringWithOptions:0]
@"newReceipt":@"1"};
[FUSHttpHelper postRequestBinaryWithUrl:FUSCommonURLs.fus_URL_PAYMENT_APPSTORE_NOTIFY params:paramsDict success:^(NSDictionary *dataDict, int code) {
if (success) success(dataDict);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment