Browse Source

Merge branch 'dev/v1.2.5_fuwencai' of moapp/message into feature/v1.2.5

fuwencai 2 years ago
parent
commit
f944567fb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handler/award/docs.go

+ 1 - 1
handler/award/docs.go

@@ -16,7 +16,7 @@ func GiveDoc(userId string, data map[string]interface{}) {
 		welfareContent = common.ObjToString(data["welfareContent"])
 	}
 	switch welfareType {
-	case 0:
+	case 1:
 		if len(welfareContent) == 0 {
 			return
 		}