12 2017 档案

C#请求百度地图API 查询经纬度 摆脱js
摘要: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 剑舞江南 阅读(1300) 评论(0) 推荐(1) 编辑

苹果内购支付对接
摘要:public bool ValidateApplePay() { //客户端post过来的参数 string appleReceipt = Request.Form["appleReceipt"]; //苹果内购的验证收据 string orderId = PayHelper.GetOrderIDB 阅读全文

posted @ 2017-12-15 14:07 剑舞江南 阅读(793) 评论(0) 推荐(0) 编辑