Update test.go

This commit is contained in:
戴育兵 2026-01-13 16:07:55 +08:00
parent 1886935f4d
commit beac4f775d

View File

@ -74,7 +74,7 @@ func Test(ctx *gin.Context) {
resp, err := service.CastProvider.WorkList(context.Background(), &cast.WorkListReq{ resp, err := service.CastProvider.WorkList(context.Background(), &cast.WorkListReq{
Page: 1, Page: 1,
PageSize: 1000, PageSize: 1000,
SubmitTimeMonths: []string{"2026-01", "2025-12"}, SubmitTimeMonths: []string{"2025-11", "2025-12"},
}) })
if err != nil { if err != nil {
service.Error(ctx, err) service.Error(ctx, err)