Compare commits

..

No commits in common. "6773cc62e7c7fc7e609024b580773d7d13f9d183" and "454d40cfd9849b39e550f84b458446860b3307dc" have entirely different histories.

View File

@ -18,8 +18,6 @@ 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)