You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
694 B
32 lines
694 B
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
|
|
|