33 lines
694 B
Go
33 lines
694 B
Go
package http
|
|
|
|
import (
|
|
"go-common/app/service/main/ugcpay-rank/api/http"
|
|
)
|
|
|
|
// Common .
|
|
type Common = http.Common
|
|
|
|
// RetRankElecAllAV .
|
|
type RetRankElecAllAV = http.RetRankElecAllAV
|
|
|
|
// RetRankElecMonth .
|
|
type RetRankElecMonth = http.RetRankElecMonth
|
|
|
|
// RetRankElecMonthUP .
|
|
type RetRankElecMonthUP = http.RetRankElecMonthUP
|
|
|
|
// ArgRankElecMonth .
|
|
type ArgRankElecMonth = http.ArgRankElecMonth
|
|
|
|
// ArgRankElecMonthUP .
|
|
type ArgRankElecMonthUP = http.ArgRankElecMonthUP
|
|
|
|
// RespRankElecMonth .
|
|
type RespRankElecMonth = http.RespRankElecMonth
|
|
|
|
// RespRankElecMonthUP .
|
|
type RespRankElecMonthUP = http.RespRankElecMonthUP
|
|
|
|
// RespRankElecAllAV .
|
|
type RespRankElecAllAV = http.RespRankElecAllAV
|