摘要: public class BaiduPosition { public int status { get; set; } public Result result { get; set; } } public class Result { public Location location { get 阅读全文
posted @ 2017-12-15 14:08 剑舞江南 阅读(1292) 评论(0) 推荐(1) 编辑
摘要: public bool ValidateApplePay() { //客户端post过来的参数 string appleReceipt = Request.Form["appleReceipt"]; //苹果内购的验证收据 string orderId = PayHelper.GetOrderIDB 阅读全文
posted @ 2017-12-15 14:07 剑舞江南 阅读(788) 评论(0) 推荐(0) 编辑