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.
19 lines
252 B
19 lines
252 B
package record
|
|
|
|
import (
|
|
"github.com/gogf/gf/v2/net/ghttp"
|
|
)
|
|
|
|
type cRecord struct{}
|
|
|
|
func Record() *cRecord {
|
|
return &cRecord{}
|
|
}
|
|
|
|
func (c cRecord) GetRecordsByJwcode(r *ghttp.Request) {
|
|
|
|
}
|
|
|
|
func (c cRecord) GetTopPrizeRecords(r *ghttp.Request) {
|
|
|
|
}
|