支付模块
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 rivejä
318 B

  1. package md
  2. type IcbcRes struct {
  3. ResponseBizContent struct {
  4. CusCredit int `json:"cusCredit"`
  5. MsgID string `json:"msg_id"`
  6. ReturnCode int64 `json:"return_code"`
  7. ReturnMsg string `json:"return_msg"`
  8. Success bool `json:"success"`
  9. } `json:"response_biz_content"`
  10. Sign string `json:"sign"`
  11. }