dongfeng-pay/legend/response/baseResp.go
2021-05-17 22:15:59 +08:00

7 lines
66 B
Go

package response
type BaseResp struct {
Code int
Msg string
}