package model
const (
OrderSigned = 1
OrderPaid = 2
)
UnConfirm = 1
Confirmed = 2
type ExportResponse struct {
ExportUrl string `json:"exportUrl"`
}