Download the PHP package suifeng/applet-paylogin without Composer
On this page you can find all versions of the php package suifeng/applet-paylogin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download suifeng/applet-paylogin
More information about suifeng/applet-paylogin
Files in suifeng/applet-paylogin
Package applet-paylogin
Short Description 微信小程序、字节小程序、支付宝小程序(支付、手机号解密、获取Token、支付异步通知、退款、订单查询)
License MIT
Informations about the package applet-paylogin
### 注意事项 微信支付使用APIv2规则 所以需要配置V2接口的密匙 不会用就看 test 目录下的示例 本项目只要是为自己服务 其他人用请自行看文档摸索 支付宝是订阅消息 不是订单消息等
安装说明
composer require suifeng/applet-paylogin
功能支持
第三方 | token | openid | 支付 | 回调 | 退款 | 订单查询 | 解密手机号 | 订阅消息 |
---|---|---|---|---|---|---|---|---|
微信小程序 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
支付宝小程序 | x | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
字节小程序 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
字节小程序
Config
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
salt | string | 是 | 担保交易的 SALT |
app_id | int | 是 | 小程序的 APP_ID |
secret | string | 是 | 小程序的 APP_SECRET |
debug | string | 是 | 沙盒调试开关 使用为 true 不使用为false |
notify_url | string | 是 | 支付回调 url |
token
openid
预下单
文档地址:https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/server/ecpay/APIlist/pay-list/pay
解密手机号
字节订单查询
文档地址:https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/server/ecpay/APIlist/pay-list/query
字节退款
文档地址:https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/server/ecpay/APIlist/refund-list/refund
异步通知
文档地址:https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/server/ecpay/APIlist/pay-list/callback
这里如果有退款 记得要判断下 支付回调和退款回调
订阅消息
微信小程序
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 证书 |
token
openid
预下单
文档地址:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1
微信解密手机号
微信订单查询
文档地址:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_2
微信退款
文档地址:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_4
异步通知
文档地址:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_7&index=8
订阅消息
支付宝小程序
Config
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
appid | int | 是 | 小程序 appid |
screct_key | int | 是 | 解密手机号的 AES密钥 |
notify_url | string | 是 | 异步回调地址 |
debug | string | 是 | 沙箱调试开关 使用沙箱设置为ture 不使用设置为false |
rsaPrivateKey | int | 是 | 请填写开发者私钥去头去尾去回车,一行字符串 |
alipayrsaPublicKey | int | 是 | 请填写支付宝公钥,一行字符串 |
openid
支付宝解密手机号
预下单
文档地址:https://opendocs.alipay.com/open/02ekfj
支付宝订单查询
文档地址:https://opendocs.alipay.com/open/02ekfh?scene=common
支付宝退款
文档地址:https://opendocs.alipay.com/open/02ekfk
异步通知
文档地址:https://opendocs.alipay.com/open/194/103296
订阅消息
All versions of applet-paylogin with dependencies
ext-curl Version *
ext-openssl Version *