Jerry %!s(int64=6) %!d(string=hai) anos
pai
achega
a40fe0b361
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      alipay_rsp.go

+ 1 - 1
alipay_rsp.go

@@ -42,7 +42,7 @@ type AliPayNotifyRequest struct {
 
 
 type FundBillListInfo struct {
 type FundBillListInfo struct {
 	Amount      string `json:"amount"`
 	Amount      string `json:"amount"`
-	FundChannel string `json:"fund_channel"`
+	FundChannel string `json:"fundChannel"`
 	BankCode    string `json:"bank_code,omitempty"`
 	BankCode    string `json:"bank_code,omitempty"`
 	RealAmount  string `json:"real_amount,omitempty"`
 	RealAmount  string `json:"real_amount,omitempty"`
 }
 }