Download the PHP package code-lives/weixin without Composer
On this page you can find all versions of the php package code-lives/weixin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download code-lives/weixin
More information about code-lives/weixin
Files in code-lives/weixin
Download code-lives/weixin
More information about code-lives/weixin
Files in code-lives/weixin
Vendor code-lives
Package weixin
Short Description 微信小程序、公众号、H5、App(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Package weixin
Short Description 微信小程序、公众号、H5、App(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Please rate this library. Is it a good library?
Informations about the package weixin
第三方 | token | openid | 支付 | 回调 | 退款 | 订单查询 | 解密手机号 | 分账 | 模版消息 |
---|---|---|---|---|---|---|---|---|---|
微信小程序 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | ✓ |
微信 h5 | x | x | ✓ | ✓ | ✓ | ✓ | x | x | x |
微信 APP | x | ✓ | ✓ | ✓ | ✓ | ✓ | x | x | x |
微信公众号 | x | x | ✓ | ✓ | ✓ | ✓ | x | x | ✓ |
安装
⚠️ 注意
金额单位分 100=1 元
返回结果 array 由开发者自行判断
预下单
Config
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
appid | int | 是 | 小程序 appid |
secret | int | 是 | 小程序 secret |
mch_id | string | 是 | 商户 mch_id |
mch_key | string | 是 | 商户 mch_key |
notify_url | string | 是 | 异步地址 |
cert_pem | string | 是 | cert_pem 证书 |
key_pem | string | 是 | key_pem 证书 |
trade_type | string | 是 | 默认为:JSAPI。MWEB:代表微信 H5 、JSAPI:公众号或小程序 |
Token
返回参数 | 类型 | 必须 | 说明 |
---|---|---|---|
expires_in | string | 是 | 凭证有效时间,单位:秒 |
access_token | string | 是 | 获取到的凭证 |
Openid
返回参数 | 类型 | 必须 | 说明 |
---|---|---|---|
session_key | string | 是 | session_key |
openid | string | 是 | 用户 openid |
unionid | string | 是 | unionid |
解密手机号
订单查询
退款
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
out_trade_no | string | 是 | 平台订单号 |
out_refund_no | string | 是 | 自定义订单号 |
refund_fee | int | 是 | 退款金额 |
total_fee | int | 是 | 订单金额 |
refund_desc | string | 是 | 退款原因 |
模版消息
支付回调
All versions of weixin with dependencies
PHP Build Version
Package Version
No informations.
The package code-lives/weixin contains the following files
Loading the files please wait ....