Przeglądaj źródła

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

fuwencai 2 lat temu
rodzic
commit
f944567fb8
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 		}