Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- package md
-
- type IcbcRes struct {
- ResponseBizContent struct {
- CusCredit int `json:"cusCredit"`
- MsgID string `json:"msg_id"`
- ReturnCode int64 `json:"return_code"`
- ReturnMsg string `json:"return_msg"`
- Success bool `json:"success"`
- } `json:"response_biz_content"`
- Sign string `json:"sign"`
- }
|