dongfeng-pay/legend/response/baseResp.go

7 lines
66 B
Go

package response
type BaseResp struct {
Code int
Msg string
}