|
@@ -41,6 +41,8 @@ func UpdateCygxActivityVoice(item *CygxActivityVoice) (err error) {
|
|
|
updateParams["VoiceName"] = item.VoiceName
|
|
|
updateParams["VoicePlaySeconds"] = item.VoicePlaySeconds
|
|
|
updateParams["VoiceUrl"] = item.VoiceUrl
|
|
|
+ updateParams["BackgroundImg"] = item.BackgroundImg
|
|
|
+ updateParams["ShareImg"] = item.ShareImg
|
|
|
ptrStructOrTableName := "cygx_activity_voice"
|
|
|
whereParam := map[string]interface{}{"activity_id": item.ActivityId}
|
|
|
qs := to.QueryTable(ptrStructOrTableName)
|