feat:source固定为1
This commit is contained in:
parent
fbf24995b8
commit
13fa87ec2b
@ -59,6 +59,7 @@ func CreateCompetitiveReport(ctx *gin.Context) {
|
||||
req.ArtistName = infoResp.Name
|
||||
req.ArtistPhone = infoResp.TelNum
|
||||
req.SubNum = infoResp.SubNum
|
||||
req.Source = 1
|
||||
|
||||
if _, err = CheckUserBundleBalance(int32(artistID), modelCast.BalanceTypeCompetitiveValue); err != nil {
|
||||
if err != nil && err.Error() == e.ErrorBalanceInsufficient {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user