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

  1. package record
  2. import (
  3. "github.com/gogf/gf/v2/net/ghttp"
  4. )
  5. type cRecord struct{}
  6. func Record() *cRecord {
  7. return &cRecord{}
  8. }
  9. func (c cRecord) GetRecordsByJwcode(r *ghttp.Request) {
  10. }
  11. func (c cRecord) GetTopPrizeRecords(r *ghttp.Request) {
  12. }