抖音二维码

This commit is contained in:
邹宗楠
2022-06-08 18:16:57 +08:00
parent 7df9d95734
commit 5a2e8d7cc1
6 changed files with 63 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
package tiktok
const (
PayUrl = "https://developer.toutiao.com/api/apps/ecpay/v1/create_order"
RefundUrl = "https://developer.toutiao.com/api/apps/ecpay/v1/create_refund"
PayUrl = "https://developer.toutiao.com/api/apps/ecpay/v1/create_order" // 抖音下支付单
RefundUrl = "https://developer.toutiao.com/api/apps/ecpay/v1/create_refund" // 申请退款
QueryRefundUrl = "https://developer.toutiao.com/api/apps/ecpay/v1/query_refund" // 查询申请退款记录
GetTiktokToken = "https://developer.toutiao.com/api/apps/v2/token" // 查询申请退款记录
GetTiktokOauth = "https://developer.toutiao.com/api/apps/v2/jscode2session" // 获取抖音授权
GetTiktokQrCode = "https://developer.toutiao.com/api/apps/qrcode" // 获取小程序二维码
)
// OauthAccessTokenResData access_token