摘要: public function yzm() { $file=file_get_contents("php://input"); $arr =json_decode($file,true); $arr['lxdh']="18735361909"; if ($arr['lxdh'] != "") { $ 阅读全文
posted @ 2020-09-15 16:28 php毛宏历的博客 阅读(127) 评论(0) 推荐(0) 编辑
摘要: //生成二维码public function my_ewm(){ $file = file_get_contents("php://input"); $code = json_decode($file, true); $appid = 'wx1a8b582067ebb8a5'; $appsecret 阅读全文
posted @ 2020-09-15 11:32 php毛宏历的博客 阅读(297) 评论(0) 推荐(0) 编辑
摘要: //验证码 public function yzm(){ if($_POST['lxdh']!=""){ $iphone="/^1[34578]\d{9}$/"; $ip=preg_match($iphone,$_POST['lxdh']); if(!$ip){ $data = array("res 阅读全文
posted @ 2020-07-23 16:20 php毛宏历的博客 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //微信授权 public function getOpenid() { $openid = Session('openid'); if (!$openid) { if (!isset($_GET['code'])) { $url = $this->getAuthorizeUrl(); Header 阅读全文
posted @ 2020-07-23 16:19 php毛宏历的博客 阅读(160) 评论(0) 推荐(0) 编辑
摘要: private $app_id = 'wxa767bfc7f1f8164d'; //Your appidprivate $mch_id = '1600682671'; //Your 商户号private $makesign ='muxuuxhsjakkdhdbeunxnjkaidhcnbcg'; / 阅读全文
posted @ 2020-07-10 09:20 php毛宏历的博客 阅读(176) 评论(0) 推荐(0) 编辑
摘要: <div class="form-group"> <label class="">大分类:</label> <select name="max" class="form-control" style="width: 200px" id="max" > <option value="" >--请选择大 阅读全文
posted @ 2020-05-12 11:28 php毛宏历的博客 阅读(138) 评论(0) 推荐(0) 编辑
摘要: */ public function __construct($totalRows, $listRows=20, $parameter = array()) { C('VAR_PAGE') && $this->p = C('VAR_PAGE'); //设置分页参数名称 /* 基础设置 */ $thi 阅读全文
posted @ 2020-05-12 11:27 php毛宏历的博客 阅读(155) 评论(0) 推荐(0) 编辑
摘要: <div class="v29"> <div class="v32">标准 :</div> <div class="v33 " id="main"> <volist name="standard" id='vv'> <a href="#" class="test3" > <div class="zh 阅读全文
posted @ 2020-05-07 10:45 php毛宏历的博客 阅读(209) 评论(0) 推荐(0) 编辑
摘要: <div class="v27 hide "> <div class="v28"> <div class="v29"> <div class="v32">大类 :</div> <div class="v33"> <input type="hidden" value="" class="dtype d 阅读全文
posted @ 2020-05-07 10:43 php毛宏历的博客 阅读(157) 评论(0) 推荐(0) 编辑
摘要: $(window).scroll(function(){ var flag=true; var scrollTop = $(this).scrollTop(); //滚动条距离顶部的高度 var scrollHeight = $(document).height(); //当前页面的总高度 var 阅读全文
posted @ 2020-05-07 10:41 php毛宏历的博客 阅读(153) 评论(0) 推荐(0) 编辑