peng2289/custom-module

There is no license information available for the latest version (1.0.5) of this package.

自定义模块信息

1.0.5 2021-02-20 01:18 UTC

This package is auto-updated.

Last update: 2025-07-20 22:20:39 UTC


README

Latest Stable Version Latest Unstable Version Total Downloads License

用法

composer安装

composer require peng2289/custom-module 

功能:继承微信异步事件
更新于2020年11月5日
接入方法见demo

2020年12月25日新增浏览器解析
设备库来源(svn):https://github.com/matomo-org/device-detector/trunk/regexes/device/mobiles.yml
仓库地址:https://github.com/matomo-org/device-detector

响应结果  
Array  
(  
    [os] => Android  
    [version] => Android 10  
    [model] => Aqm-al00  
    [wechat_version] => 7.0.21.1800  
    [brand] => Huawei  
    [alias] => Enjoy 10S  
    [device] => Huawei Enjoy 10S  
)  

2020年12月28日新增微信支付V2版本接口
1、统一下单
2、小程序、H5、APP调起支付参数生成
3、授权码查询openid
4、查询订单
5、撤销订单
6、企业付款到零钱
7、查询企业付款结果(主动)
8、发放普通红包
9、发放裂变红包
10、查询红包记录
11、生成签名(验签)
12、微信返回结果处理