Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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"`
- }
|