摘要: 1 private int GetAgeBycode(string b_car_code) 2 { 3 string birthday = ""; 4 //处理18位的身份证号码从号码中得到生日和性别代码 5 ... 阅读全文
posted @ 2015-01-30 16:36 郭二的 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: 1 //记录access token 申请时的时间 2 private static DateTime GetAccessToken_Time; 3 /// 4 /// 过期时间为7200秒 5 /// 6 ... 阅读全文
posted @ 2015-01-30 15:45 郭二的 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 1.退款需要退款证书。C#都是用p12的证书,双击证书导入,密码是mch_id(商户号)2.调用微信退款接口进行退款操作 1 string resp=string.Empty 2 string cert = Server.MapPath("apiclient_cert.p12"); 3 ... 阅读全文
posted @ 2015-01-30 15:24 郭二的 阅读(3967) 评论(4) 推荐(2) 编辑