mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
Update We.php
This commit is contained in:
parent
372c422ab9
commit
aaffc0a149
18
We.php
18
We.php
@ -23,6 +23,15 @@ use WeChat\Exceptions\InvalidInstanceException;
|
|||||||
* @author Anyon<zoujingli@qq.com>
|
* @author Anyon<zoujingli@qq.com>
|
||||||
* @date 2018/05/24 13:23
|
* @date 2018/05/24 13:23
|
||||||
*
|
*
|
||||||
|
* ----- AliPay ----
|
||||||
|
* @method \AliPay\App AliPayApp($options) static 支付宝App支付网关
|
||||||
|
* @method \AliPay\Bill AliPayBill($options) static 支付宝电子面单下载
|
||||||
|
* @method \AliPay\Pos AliPayPos($options) static 支付宝刷卡支付
|
||||||
|
* @method \AliPay\Scan AliPayScan($options) static 支付宝扫码支付
|
||||||
|
* @method \AliPay\Transfer AliPayTransfer($options) static 支付宝转账到账户
|
||||||
|
* @method \AliPay\Wap AliPayWap($options) static 支付宝手机网站支付
|
||||||
|
* @method \AliPay\Web AliPayWeb($options) static 支付宝网站支付
|
||||||
|
*
|
||||||
* ----- WeChat -----
|
* ----- WeChat -----
|
||||||
* @method \WeChat\Card WeChatCard($options = []) static 微信卡券管理
|
* @method \WeChat\Card WeChatCard($options = []) static 微信卡券管理
|
||||||
* @method \WeChat\Custom WeChatCustom($options = []) static 微信客服消息
|
* @method \WeChat\Custom WeChatCustom($options = []) static 微信客服消息
|
||||||
@ -69,15 +78,6 @@ use WeChat\Exceptions\InvalidInstanceException;
|
|||||||
* @method \WePay\Redpack WePayRedpack($options = []) static 微信红包支持
|
* @method \WePay\Redpack WePayRedpack($options = []) static 微信红包支持
|
||||||
* @method \WePay\Transfers WePayTransfers($options = []) static 微信商户打款到零钱
|
* @method \WePay\Transfers WePayTransfers($options = []) static 微信商户打款到零钱
|
||||||
* @method \WePay\TransfersBank WePayTransfersBank($options = []) static 微信商户打款到银行卡
|
* @method \WePay\TransfersBank WePayTransfersBank($options = []) static 微信商户打款到银行卡
|
||||||
*
|
|
||||||
* ----- AliPay ----
|
|
||||||
* @method \AliPay\App AliPayApp($options) static 支付宝App支付网关
|
|
||||||
* @method \AliPay\Bill AliPayBill($options) static 支付宝电子面单下载
|
|
||||||
* @method \AliPay\Pos AliPayPos($options) static 支付宝刷卡支付
|
|
||||||
* @method \AliPay\Scan AliPayScan($options) static 支付宝扫码支付
|
|
||||||
* @method \AliPay\Transfer AliPayTransfer($options) static 支付宝转账到账户
|
|
||||||
* @method \AliPay\Wap AliPayWap($options) static 支付宝手机网站支付
|
|
||||||
* @method \AliPay\Web AliPayWeb($options) static 支付宝网站支付
|
|
||||||
*/
|
*/
|
||||||
class We
|
class We
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user