打你一下

2020年6月27日

php微信支付

摘要: <?php namespace lib; use think\Loader; /** * Description of aliyunsms * * @author lsf */class Wepay { /*服务商支付 * appid公众号APPID,appsecret公众号appsecret,mc 阅读全文

posted @ 2020-06-27 15:52 打你一下 阅读(389) 评论(0) 推荐(0) 编辑

php微信解密

摘要: <?php namespace lib; use lib\errorCode; class WXBizDataCrypt{ private $appid; private $sessionKey; /** * 构造函数 * @param $sessionKey string 用户在小程序登录后获取的 阅读全文

posted @ 2020-06-27 15:51 打你一下 阅读(385) 评论(0) 推荐(0) 编辑

php华为云虚拟电话

摘要: <?php namespace lib; /** * Description of Qrcode * * @author lsf */class HuaweiyunPls { public $recordDomain; public $realUrl; public $APP_KEY; public 阅读全文

posted @ 2020-06-27 15:50 打你一下 阅读(519) 评论(0) 推荐(0) 编辑

phpexcel导出

摘要: <?php namespace lib; /** * Description of Excel * * @author lsf */use think\Exception;use think\Loader; class Excel { /** * TP5 Excel专用类库 * $excel=new 阅读全文

posted @ 2020-06-27 15:49 打你一下 阅读(273) 评论(0) 推荐(0) 编辑

php阿里云虚拟电话

摘要: <?php namespace lib; use think\Loader;use Aliyun\Core\Config;use Aliyun\Core\Exception\ClientException;use Aliyun\Core\Profile\DefaultProfile;use Aliy 阅读全文

posted @ 2020-06-27 15:48 打你一下 阅读(1311) 评论(0) 推荐(0) 编辑

php支付宝支付

摘要: <?php namespace lib; use think\Loader; /** * Description of aliyunsms * * @author lsf */class Alipay { /** * * @param type $option ordersn单号,title订单名称 阅读全文

posted @ 2020-06-27 15:47 打你一下 阅读(341) 评论(0) 推荐(0) 编辑

php百度轨迹

摘要: <?php /** * Description of Rsa * * @author lsf */ namespace lib; class BaiDuTsapi { //apk='1amCKqfKoSobuxXg3q1Q1rYiUOX7czX9' //put your code here //创建 阅读全文

posted @ 2020-06-27 15:38 打你一下 阅读(274) 评论(0) 推荐(0) 编辑

php高德轨迹

摘要: <?php /** * Description of Rsa * * @author lsf */ namespace lib; class GaoDeTsapi { //put your code here //创建服务 static public $service_add = "https:// 阅读全文

posted @ 2020-06-27 15:37 打你一下 阅读(561) 评论(0) 推荐(0) 编辑

php生成二维码

摘要: <?php /* * PHP QR Code encoder * * This file contains MERGED version of PHP QR Code library. * It was auto-generated from full version for your conven 阅读全文

posted @ 2020-06-27 15:36 打你一下 阅读(301) 评论(0) 推荐(0) 编辑

php七牛云

摘要: <?php namespace lib; use think\Loader; /** * Description of Qrcode * * @author lsf */class Qiniu { private $bucket; private $uploadMgr; private $qiniu 阅读全文

posted @ 2020-06-27 15:35 打你一下 阅读(206) 评论(0) 推荐(0) 编辑

导航