过滤特殊数据处理-1

This commit is contained in:
孙肖扬 2025-08-11 16:58:35 +08:00
parent bd59b2dc69
commit eaa48b9d5e

View File

@ -18,6 +18,8 @@ func WorkConfirm(c *gin.Context) { // 确认作品并扣除余量
newCtx := cast.NewCtxWithUserInfo(c)
list, err := service.CastProvider.WorkList(newCtx, &apiCast.WorkListReq{
WorkStatus: 4,
Page: 1,
PageSize: 999,
})
if err != nil {
service.Error(c, err)