Download the PHP package code-lives/kuaishou without Composer
On this page you can find all versions of the php package code-lives/kuaishou. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download code-lives/kuaishou
More information about code-lives/kuaishou
Files in code-lives/kuaishou
Download code-lives/kuaishou
More information about code-lives/kuaishou
Files in code-lives/kuaishou
Vendor code-lives
Package kuaishou
Short Description 快手小程序(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Package kuaishou
Short Description 快手小程序(支付、手机号解密、获取Token、模版消息、支付异步通知、退款、订单查询)
License MIT
Please rate this library. Is it a good library?
Informations about the package kuaishou
| 第三方 | token | openid | 支付 | 回调 | 退款 | 订单查询 | 解密手机号 | 分账 | 模版消息 |
|---|---|---|---|---|---|---|---|---|---|
| 快手小程序 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
安装
⚠️ 注意
金额单位分 100=1 元
返回结果 array 由开发者自行判断
预下单
Token
Config
| 参数名字 | 类型 | 必须 | 说明 |
|---|---|---|---|
| app_id | int | 是 | 小程序 appid |
| app_secret | int | 是 | 小程序 secret |
| notify_url | string | 是 | 回调地址 |
| settle_url | string | 是 | 结算回调地址,没有就默认 notify_url |
| type | int | 是 | 类目 |
Openid
| 返回参数 | 类型 | 必须 | 说明 |
|---|---|---|---|
| session_key | string | 是 | session_key |
| openid | string | 是 | 用户 open_id |
| result | string | 是 | 状态 1 是成功 |
解密手机号
订单查询
退款
| 参数名字 | 类型 | 必须 | 说明 |
|---|---|---|---|
| out_trade_no | string | 是 | 平台订单号 |
| out_refund_no | strging | 是 | 自定义订单号 |
| refund_amount | int | 是 | 退款金额 |
| reason | string | 是 | 退款原因 |
| access_token | string | 是 | access_token |
| attach | string | 否 | 自定义 |
结算
| 参数名字 | 类型 | 必须 | 说明 |
|---|---|---|---|
| out_order_no | string | 是 | 平台订单号 |
| out_settle_no | string | 是 | 自定义订单号 |
| reason | string | 是 | 退款原因 |
| access_token | string | 是 | access_token |
| attach | string | 否 | 自定义 |
订单信息同步
| 参数名字 | 类型 | 必须 | 说明 |
|---|---|---|---|
| out_biz_order_no | string | 是 | 展示在用户端的唯一订单号 |
| out_order_no | string | 是 | 小程序预下单支付订单号 |
| open_id | string | 是 | 订单对应的用户 open id |
| order_create_time | string | 是 | 订单创建时间 |
| order_status | string | 否 | 订单状态 |
| order_path | string | 是 | 小程序路径 |
| product_cover_img_id | string | 是 | 图片 id |
图片上传(订单信息同步)
模版消息
支付回调
All versions of kuaishou with dependencies
PHP Build Version
Package Version
No informations.
The package code-lives/kuaishou contains the following files
Loading the files please wait ...