抖音二维码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user