Commit 69df5dd3 by pierce

fixed 编译失败的问题

parent 8220dd44
......@@ -233,7 +233,7 @@
}
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) {
......
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