支付宝转账

This commit is contained in:
李子铭 2024-08-26 13:48:07 +08:00
parent 1bc256fc19
commit 103109a41b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const (
const baseUri = "https://openapi.alipay.com/gateway.do"
const (
// 支持幂等请求
// 支持幂等请求 https://opendocs.alipay.com/open/02byvi?pathHash=b367173b
orderMethod = "alipay.fund.trans.uni.transfer"
queryMethod = "alipay.fund.trans.common.query"
)