This commit is contained in:
jiangyong 2025-03-16 17:13:02 +08:00
parent ca14733b17
commit 6c9594dd05
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func (q *Payment) AlipayAuth(ctx *gin.Context) {
username := goutil.If(staffUser.Realname != "", staffUser.Realname, staffUser.Username)
ctx.HTML(http.StatusOK, "alipay.html", gin.H{
"title": "绑定成功",
"message": fmt.Sprintf("您支付宝【%s】已成功绑定到用户【%s】", userid, username),
"message": fmt.Sprintf("支付宝【%s】->【%s】", userid, username),
"style": "payment-success",
})
}