@@ -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