dongfeng-pay/legend/response/baseResp.go

7 lines
66 B
Go
Raw Normal View History

package response
type BaseResp struct {
Code int
Msg string
}