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