This commit is contained in:
jiaji.H 2026-01-13 16:12:37 +08:00
commit b474856f35

View File

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