fix: 修复参数错误
This commit is contained in:
parent
f55bce2f60
commit
907af8ec4e
@ -627,7 +627,7 @@ func UpdateVideoScriptWithUUID(ctx *gin.Context) {
|
|||||||
req.ArtistName = infoResp.Name
|
req.ArtistName = infoResp.Name
|
||||||
req.ArtistPhone = infoResp.TelNum
|
req.ArtistPhone = infoResp.TelNum
|
||||||
req.ArtistNum = infoResp.SubNum
|
req.ArtistNum = infoResp.SubNum
|
||||||
resp, err := service.CastProvider.UpdateVideoScript(newCtx, req)
|
resp, err := service.CastProvider.UpdateVideoScript(newCtx, req.UpdateVideoScriptReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
service.Error(ctx, err)
|
service.Error(ctx, err)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user