json: cannot unmarshal string into Go struct field NotifyRequest.fund_bill_list of type []*alipay.FundBillListInfo {"requestID": "b3d4d20d-7d9d-4b56-9745-5996347d54cd"}
I found that the type of field NotifyRequest.fund_bill_list is like [{"amount":"0.01","fundChannel":"ALIPAYACCOUNT"}].
Is there anybody who has the same problem? I'm still checking why this happened.
By the way, I want to make a suggestion that let go-pay support customize json parser like Sonic from ByteDance. I can contribute to this.
json: cannot unmarshal string into Go struct field NotifyRequest.fund_bill_list of type []*alipay.FundBillListInfo {"requestID": "b3d4d20d-7d9d-4b56-9745-5996347d54cd"}
I found that the type of field NotifyRequest.fund_bill_list is like [{"amount":"0.01","fundChannel":"ALIPAYACCOUNT"}].
Is there anybody who has the same problem? I'm still checking why this happened.
By the way, I want to make a suggestion that let go-pay support customize json parser like Sonic from ByteDance. I can contribute to this.