抖音小程序支付Demo
application.yml
1 | auth: |
BytePayConfig
1 | import lombok.Data; |
Sign
1 | import java.nio.charset.StandardCharsets; |
AccessToken
1 | import com.alibaba.fastjson.JSON; |
CreateOrderReqDto
1 | import io.swagger.annotations.ApiModel; |
CreateOrderRespDto
1 | package com.my.memory.base.pay.byteDance.model.resp; |
BytePayHelper
1 | import com.alibaba.fastjson.JSON; |
PurchaseController
1 | /** |
PricePackageServiceImpl
1 | // 请求抖音支付 |
BuyOrderServiceImpl
1 |
|