Update Custom.php

This commit is contained in:
邹景立 2021-03-23 18:14:20 +08:00
parent 0b086a29d7
commit 5d8955a41d

View File

@ -1,11 +1,23 @@
<?php <?php
// +----------------------------------------------------------------------
// | WeChatDeveloper
// +----------------------------------------------------------------------
// | 版权所有 2014~2020 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
// +----------------------------------------------------------------------
// | 官方网站: http://think.ctolog.com
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | github开源项目https://github.com/zoujingli/WeChatDeveloper
// +----------------------------------------------------------------------
namespace WePay; namespace WePay;
use WeChat\Contracts\BasicWePay; use WeChat\Contracts\BasicWePay;
/** /**
* 商户提交订单到海关 * 微信扩展上报海关
* Class Custom * Class Custom
* @package WePay * @package WePay
*/ */