摘要: $lng,'lat'=>$lat); } function Convert_GCJ02_To_BD09($lat,$lng){ $x_pi = 3.14159265358979324 * 3000.0 / 180.0; $x = $lng; $y = $lat; $z =sqrt($... 阅读全文
posted @ 2017-08-03 17:55 6671 阅读(428) 评论(0) 推荐(0) 编辑
摘要: $url = $obj->paying($fee,$apiSecret,$trade_no); 阅读全文
posted @ 2017-08-03 17:44 6671 阅读(192) 评论(0) 推荐(0) 编辑
摘要: selectBySql($sql); $mid=$data[0]['mid']; $openid=$data[0]['openid']; $cash=$data[0]['cash']*100; // echo $mid,$openid,$cash; // die; $... 阅读全文
posted @ 2017-08-03 17:41 6671 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 3 class wxcard 4 5 { 6 7 private $wxinfo = ''; 8 9 //public $error = array(); 10 11 12 13 function __construct($wxinfo) { 14 15 $this->wxinf 阅读全文
posted @ 2017-08-03 17:40 6671 阅读(1161) 评论(0) 推荐(0) 编辑