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) { }