|
|
@@ -110,10 +110,11 @@ type CreateQRTradeReq struct { |
|
|
|
|
|
|
|
type CreateQRTradeResponse struct { |
|
|
|
MacaoBOCPublicResponse |
|
|
|
LogNo string `json:"logNo"` |
|
|
|
Amount string `json:"amount"` |
|
|
|
Result string `json:"result"` |
|
|
|
PayURL string `json:"payUrl"` |
|
|
|
LogNo string `json:"logNo"` |
|
|
|
Amount string `json:"amount"` |
|
|
|
Result string `json:"result"` |
|
|
|
PayURL string `json:"payUrl"` |
|
|
|
PayQrcode string `json:"payQrcode"` |
|
|
|
} |
|
|
|
|
|
|
|
type OfflineResultResponse struct { |
|
|
|