Update test.go
This commit is contained in:
parent
1886935f4d
commit
beac4f775d
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user