##### 安装
`https://github.com/piggly-dev/php-pix`
#### 操作类
`<?php
namespace app\common\library;
use Piggly\Pix\Exceptions\QRCodeNotSupported;
use Piggly\Pix\Parser;
use Piggly\Pix\StaticPayload;
use think\Exception;
/**
* Class PixPayCode
* @package app\common\library
*/
class PixPayCode
{
/*
*
* $payload = (new \app\common\library\PixPayCode())
->setAmount($amount)
//->setTid($tid)
//->setDescription($description)
//->setPixKey($keyValue)
//->setMerchantName($merchantName)
//->setMerchantCity($merchantCity)
->getPixQrCodeValue();
*/
/**
* @var string
*/
private $pixKey='c51bf4e8-16bc-4e-9016-abeb0fc48d91';
/**
* @var string
*/
private $description;
/**
* @var string
*/
private $merchantName='ZH - ELRONICOS LA';
/**
* @var string
*/
private $merchantCity='ão ulo';
/**
* @var string
*/
private $txid;
/**
* @var
*/
private $amount;
/**
* @var StaticPayload
*/
private $payload;
/**
* PixPayCode constructor.
*/
public function __construct()
{
$this->payload = new StaticPayload();
$this->txid = Parser::getRandom();
$this->description = '';
}
/**
* @param string $pixKey
* @return $this
*/
public function setPixKey(string $pixKey)
{
$this->pixKey = $pixKey;
return $this;
}
/**
* @param float $amount
* @return $this
*/
public function setAmount(float $amount)
{
$this->amount = (string)number_format($amount, 2, '.', '');
return $this;
}
/**
* @param string $description
* @return $this
*/
public function setDescription(string $description)
{
$this->description = $description;
return $this;
}
/**
* @param string $merchantName
* @return $this
*/
public function setMerchantName(string $merchantName)
{
$this->merchantName = $merchantName;
return $this;
}
/**
* @param string $merchantCity
* @return $this
*/
public function setMerchantCity(string $merchantCity)
{
$this->merchantCity = $merchantCity;
return $this;
}
/**
* @param string $txid
* @return $this
*/
public function setTid(string $txid)
{
$this->txid = $txid;
return $this;
}
/**
* @return array
* @throws Exception
*/
public function getPixQrCodeValue()
{
$payload = $this->payload
->setAmount($this->amount)
->setTid($this->txid)
->setDescription($this->description)
->setPixKey(Parser::KEY_TYPE_RANDOM, $this->pixKey)
->setMerchantName($this->merchantName)
->setMerchantCity($this->merchantCity);
try {
return ['image' => $payload->getQRCode(), 'pix' => $payload->getPixCode()];
} catch (QRCodeNotSupported $e) {
throw new Exception($e->getMessage());
}
}
}
`
- 空白目录
- thinkphp5
- tools-常用类库
- redis类库
- Excel类库
- File文件操作类库
- Http请求类库
- Maile邮件发送
- Hooks行为钩子
- 七牛云
- 随机数和字符串生成
- 字符串处理
- 时间类处理
- tree型转换
- 工具类库
- 文件打包下载
- 常用功能
- 文件上传
- php生成word文档
- elasticsearch 基本搜索
- 使用jwt开发API接口
- 安装模及搭建
- ApiCheck.php
- ApiCheckLogin.php
- common.php
- Login.php
- Comment.php
- 汉字转拼音
- 安装使用
- Pinyin类
- elasticsearch操作
- 常用方法
- 数据源生成layui-select
- 获取自定义配置项
- 百度编辑器
- 格式化文件大小
- 多语言设置
- hook监听
- 域名绑定到模块
- thinkphp6
- 文件上传
- tp5totp6
- 创建路径
- 获取类所有方法
- password_hash加密验证
- 生成 qrcode
- 邮件发送
- 获取QQ信息
- GoogleAuthenticator
- redis限流
- redis 加锁
- 百度翻译
- QueryList爬取数据
- 获取时间类
- 命令
- Git常用命令
- easyswoole
- pix_qrcode
- 验证 cpf,cnpj
- php常用方法
- 日志
- 卡通头像
- 两位小数
- 图片转base64
- auth加密解密
- phpoffice/phpspreadsheet导入导出
- fastadmin
- 树结构
- 单选框
- 复选框
- 二级搜索
- select选择框
- selectpage选中回调事件
- 标签添加
- 修改where条件
- 表格列表中添加input框
- selectpage事件
- fieldlist
- js操作
- test_js
- 多表格
- template模板