摘要:
$image = new \Think\Image(); $bgm='./Public/haibao.png'; //背景图 $poster="./Public/poster/$gid.jpg"; //商品水印图位置 $img=explode('/',$list['image']); $goods= 阅读全文
摘要:
//获得二维码 public function qrcode() { header('content-type:text/html;charset=utf-8'); //配置APPID、APPSECRET $id=$_GET['uid']; $APPID = C('WX_APPID'); $APPS 阅读全文