api pay2
This commit is contained in:
parent
4eac72e0a5
commit
03eb4812c0
|
@ -68,7 +68,7 @@ func (q *QyWeixin) Pay(ctx *gin.Context) {
|
|||
message := make([]string, 0)
|
||||
|
||||
message = append(message, fmt.Sprintf("【红包发放】[%s]", userid))
|
||||
message = append(message, fmt.Sprintf("发放金额:%s", goutil.FormatMoney(amount))))
|
||||
message = append(message, fmt.Sprintf("发放金额:%s", goutil.FormatMoney(amount)))
|
||||
message = append(message, fmt.Sprintf("员工名称:%s", userid))
|
||||
message = append(message, fmt.Sprintf("费用说明:%s", title))
|
||||
|
||||
|
|
Loading…
Reference in New Issue