抖音二维码

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

@@ -46,7 +46,7 @@ func (a *API) RefundOrderTT(param *RefundOrderReq) (string, error) {
func (a *API) QueryRefundMsg() (map[string]interface{}, error) {
param := map[string]interface{}{"app_id": a.GetAppID(), "out_refund_no": "7105943473253206285"}
param["sign"] = a.Sign(param)
data, err := a.AccessAPI2("https://developer.toutiao.com/api/apps/ecpay/v1/query_refund", param)
data, err := a.AccessAPI2(QueryRefundUrl, param)
if err != nil {
return nil, err
}