Download the PHP package code-lives/ali without Composer
On this page you can find all versions of the php package code-lives/ali. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download code-lives/ali
More information about code-lives/ali
Files in code-lives/ali
Download code-lives/ali
More information about code-lives/ali
Files in code-lives/ali
Vendor code-lives
Package ali
Short Description 支付宝小程序(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Package ali
Short Description 支付宝小程序(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Please rate this library. Is it a good library?
Informations about the package ali
第三方 | token | openid | 支付 | 回调 | 退款 | 订单查询 | 解密手机号 | 分账 | 模版消息 |
---|---|---|---|---|---|---|---|---|---|
支付宝小程序 | x | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | x | ✓ |
安装
⚠️ 注意
金额单位分 100=1 元
返回结果 array 由开发者自行判断
预下单
支付宝小程序
使用密钥进行签名解密,没有使用证书签名解密。
订单查询、退款、参数设置可以设置其他,具体看文档。
返回值 看官方文档,每个返回值都不一样,自行判断,如 openid 返回[alipay_system_oauth_token_response] 退款返回[alipay_trade_create_response]
Config
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
appid | string | 是 | 小程序 appid |
secret | string | 是 | 小程序 AES 用于手机号解密 |
privateKey | string | 是 | 应用私钥(开发工具生成) |
publicKey | string | 是 | 支付宝公钥(支付宝后台下载) |
notify_url | string | 是 | 异步回调地址 |
Openid
getOpenid 获取支付宝的用户 user_id 类似于微信的 openid
解密手机号
订单查询
退款
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
out_trade_no | string | 是 | 平台订单号 |
refund_amount | int | 是 | 退款金额 |
模版消息
模版消息设置比较麻烦。需要先到开发平台添加进入小程序进行产品绑定,在去商家平台设置文档
支付回调
All versions of ali with dependencies
PHP Build Version
Package Version
No informations.
The package code-lives/ali contains the following files
Loading the files please wait ....