mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-13 14:09:20 +08:00
7 lines
66 B
Go
7 lines
66 B
Go
package response
|
|
|
|
type BaseResp struct {
|
|
Code int
|
|
Msg string
|
|
}
|