多笔立减金
This commit is contained in:
parent
349fe2621c
commit
25424eec72
|
|
@ -23,6 +23,11 @@ func NewTripartiteService(bc *conf.Bootstrap, multiBiz *biz.MultiBiz) *Tripartit
|
||||||
return &TripartiteService{bc: bc, multiBiz: multiBiz}
|
return &TripartiteService{bc: bc, multiBiz: multiBiz}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// QiXingNotify
|
||||||
|
// 重试规则
|
||||||
|
// 1.重试间隔:每次推送失败后,间隔5分钟重新推送;
|
||||||
|
// 2.最大重试次数:累计推送5 次(首次 + 4 次重试;
|
||||||
|
// 3.停止条件:返回成功响应 或 达到 4 次重试上限,停止推送。
|
||||||
func (srv *TripartiteService) QiXingNotify(ctx http.Context) error {
|
func (srv *TripartiteService) QiXingNotify(ctx http.Context) error {
|
||||||
|
|
||||||
ip := helper.GetClientIP(ctx)
|
ip := helper.GetClientIP(ctx)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue