Commit e65081b7 by pierce

删除newReicpt字段

parent 69df5dd3
...@@ -232,9 +232,11 @@ ...@@ -232,9 +232,11 @@
[[FUSIAPManager shareInstance] fus_removeIAPOrderReceiptWithOrderId:orderid]; [[FUSIAPManager shareInstance] fus_removeIAPOrderReceiptWithOrderId:orderid];
} }
// NSDictionary *paramsDict = @{@"orderid":orderid,
// @"receipt":[receipt base64EncodedStringWithOptions:0],
// @"newReceipt":@"1"};
NSDictionary *paramsDict = @{@"orderid":orderid, 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) { [FUSHttpHelper postRequestBinaryWithUrl:FUSCommonURLs.fus_URL_PAYMENT_APPSTORE_NOTIFY params:paramsDict success:^(NSDictionary *dataDict, int code) {
if (success) success(dataDict); 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