Browse Source

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

fuwencai 2 năm trước cách đây
mục cha
commit
f944567fb8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 		}