支付模块
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.

12 lines
287 B

  1. package md
  2. type JoinBankCardPayCallBack struct {
  3. BizCode string `json:"biz_code"`
  4. BizMsg string `json:"biz_msg"`
  5. Data string `json:"data"`
  6. MchNo string `json:"mch_no"`
  7. RandStr string `json:"rand_str"`
  8. Sign string `json:"sign"`
  9. SignType string `json:"sign_type"`
  10. }