query
This commit is contained in:
parent
7ee72814bd
commit
5ce7dfbb88
|
|
@ -38,6 +38,7 @@ func (v *VoucherBiz) PushWechatQuery(ctx http.Context, req *do.WechatQuery) erro
|
|||
|
||||
_, err = v.rdb.Rdb.RPush(ctx, queue.Name, msg).Result()
|
||||
if err != nil {
|
||||
v.Remove("CMB_WECHAT_QUERY")
|
||||
return fmt.Errorf("添加到队列失败:%v", err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue