Download the PHP package code-lives/byte without Composer
On this page you can find all versions of the php package code-lives/byte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download code-lives/byte
More information about code-lives/byte
Files in code-lives/byte
Download code-lives/byte
More information about code-lives/byte
Files in code-lives/byte
Vendor code-lives
Package byte
Short Description 抖音小程序(支付、手机号解密、获取Token、支付异步通知、退款、订单查询、分账、模版消息)
License MIT
Package byte
Short Description 抖音小程序(支付、手机号解密、获取Token、支付异步通知、退款、订单查询、分账、模版消息)
License MIT
Please rate this library. Is it a good library?
Informations about the package byte
第三方 | token | openid | 支付 | 回调 | 退款 | 订单查询 | 解密手机号 | 分账 | 模版消息 |
---|---|---|---|---|---|---|---|---|---|
抖音小程序 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
安装
⚠️ 注意
金额单位分 100=1 元
返回结果 array 由开发者自行判断
抖音小程序由字节小程序转变而来,支持多端(头条、抖音、今日头条等关联应用)
预下单
抖音小程序
Config
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
token | string | 是 | 担保交易回调的 Token(令牌) |
salt | string | 是 | 担保交易的 SALT |
merchant_id | string | 是 | 担保交易的商户号 |
app_id | int | 是 | 小程序的 APP_ID |
secret | string | 是 | 小程序的 APP_SECRET |
notify_url | string | 是 | 支付回调 url |
settle_url | string | 否 | 分账回调 url,没有默认支付回调 url |
Token
返回参数 | 类型 | 必须 | 说明 |
---|---|---|---|
expires_in | string | 是 | 凭证有效时间,单位:秒 |
access_token | string | 是 | 获取到的凭证 |
Openid
返回参数 | 类型 | 必须 | 说明 |
---|---|---|---|
session_key | string | 是 | session_key |
openid | string | 是 | 用户 openid |
unionid | string | 是 | unionid |
解密手机号
订单查询
分账
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
out_order_no | string | 是 | 平台订单号 |
out_settle_no | string | 是 | 自定义订单号 |
settle_desc | int | 是 | 分账描述 |
cp_extra | string | 是 | 开发者自定义字段,回调原样回传 |
退款
参数名字 | 类型 | 必须 | 说明 |
---|---|---|---|
out_order_no | string | 是 | 平台订单号 |
out_refund_no | int | 是 | 自定义订单号 |
reason | int | 是 | 退款说明 |
refund_amount | string | 是 | 退款金额 |
模版消息
支付回调
All versions of byte with dependencies
PHP Build Version
Package Version
No informations.
The package code-lives/byte contains the following files
Loading the files please wait ....