mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
6 lines
60 B
Go
6 lines
60 B
Go
|
package service
|
||
|
|
||
|
type LogoutService struct {
|
||
|
BaseService
|
||
|
}
|