Jerry 6 tahun lalu
induk
melakukan
a40fe0b361
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      alipay_rsp.go

+ 1 - 1
alipay_rsp.go

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