band
This commit is contained in:
parent
ca14733b17
commit
6c9594dd05
|
@ -28,7 +28,7 @@ func (q *Payment) AlipayAuth(ctx *gin.Context) {
|
||||||
username := goutil.If(staffUser.Realname != "", staffUser.Realname, staffUser.Username)
|
username := goutil.If(staffUser.Realname != "", staffUser.Realname, staffUser.Username)
|
||||||
ctx.HTML(http.StatusOK, "alipay.html", gin.H{
|
ctx.HTML(http.StatusOK, "alipay.html", gin.H{
|
||||||
"title": "绑定成功",
|
"title": "绑定成功",
|
||||||
"message": fmt.Sprintf("您支付宝【%s】已成功绑定到用户【%s】", userid, username),
|
"message": fmt.Sprintf("支付宝【%s】->【%s】", userid, username),
|
||||||
"style": "payment-success",
|
"style": "payment-success",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue