This commit is contained in:
parent
54e233217c
commit
62ba3ef1fa
|
|
@ -55,7 +55,7 @@ func (v *VoucherBiz) alarm(ctx context.Context, order *bo.OrderBo, errMsg string
|
||||||
|
|
||||||
func (v *VoucherBiz) alarmText(_ context.Context, order *bo.OrderBo, errMsg string) string {
|
func (v *VoucherBiz) alarmText(_ context.Context, order *bo.OrderBo, errMsg string) string {
|
||||||
|
|
||||||
remarks := fmt.Sprintf("订单号:%s,商品编号:%s,原因:%s", order.OrderNo, order.ProductNo, errMsg)
|
remarks := fmt.Sprintf("订单号:%s,账号:%s,商品编号:%s,原因:%s", order.OrderNo, order.Account, order.ProductNo, errMsg)
|
||||||
|
|
||||||
msg := "# <font color='green'>" +
|
msg := "# <font color='green'>" +
|
||||||
"<h1>立减金发放平台报警通知</h1>" +
|
"<h1>立减金发放平台报警通知</h1>" +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue