Commit 4f501c65 authored by shajiaiming's avatar shajiaiming

fix

parent 99b271a8
...@@ -230,7 +230,7 @@ func UpdateReceive() error { ...@@ -230,7 +230,7 @@ func UpdateReceive() error {
if redPacketReceiveDetailResp.Error.Code != 0 { if redPacketReceiveDetailResp.Error.Code != 0 {
continue continue
} }
var receive = []int{20063} var receive = []int{}
for _, item := range redPacketReceiveDetailResp.Result.Rows { for _, item := range redPacketReceiveDetailResp.Result.Rows {
receive = append(receive, util.ToInt(item.UserId)) receive = append(receive, util.ToInt(item.UserId))
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment