多笔立减金

This commit is contained in:
ziming 2025-12-12 17:39:52 +08:00
parent 349fe2621c
commit 25424eec72
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ func NewTripartiteService(bc *conf.Bootstrap, multiBiz *biz.MultiBiz) *Tripartit
return &TripartiteService{bc: bc, multiBiz: multiBiz}
}
// QiXingNotify
// 重试规则
// 1.重试间隔每次推送失败后间隔5分钟重新推送
// 2.最大重试次数累计推送5 次(首次 + 4 次重试;
// 3.停止条件:返回成功响应 或 达到 4 次重试上限,停止推送。
func (srv *TripartiteService) QiXingNotify(ctx http.Context) error {
ip := helper.GetClientIP(ctx)