From 587e29ccd9b89f03ceb72b4df5936e820490a622 Mon Sep 17 00:00:00 2001 From: jiangyong Date: Thu, 1 Jan 2026 01:08:18 +0800 Subject: [PATCH] outTradeNo --- unify/pay_type.go | 1 + 1 file changed, 1 insertion(+) diff --git a/unify/pay_type.go b/unify/pay_type.go index a99e77f..ef6d009 100644 --- a/unify/pay_type.go +++ b/unify/pay_type.go @@ -59,6 +59,7 @@ type TransferReq struct { PayTitle string `json:"payTitle"` PayChannel string `json:"payChannel"` UserId string `json:"userId"` + OutTradeNo string `json:"outTradeNo"` } type CommonResponse struct {