2017年5月8日

摘要: /** * 利用phpqrcode来实现生成带有logo的二维码图片 */ public function getQrCode(Request $request){ $type = $request->input('type');//传递的类型 ios | android require_once( 阅读全文

posted @ 2017-05-08 17:44 小阿杉 阅读(2441) 评论(0) 推荐(0)