|
|
@@ -448,7 +448,7 @@ func WebPayHwDn2Notify(c *gin.Context) {
|
|
|
return
|
|
|
}
|
|
|
} else if extras.Platform == "XUAN_YOU_IOS" {
|
|
|
- if sign != getMd5DnSign("3f8e9fec0794443f76d3a27cd41e2711", username, orderId, server, payAmount, extra, sandbox, timestamp) {
|
|
|
+ if sign != getMd5DnSign("e81c2bd2ffb7feb7f0df477dc02b0bbd", username, orderId, server, payAmount, extra, sandbox, timestamp) {
|
|
|
c.JSON(http.StatusOK, gin.H{"status": 1, "msg": "sign error"})
|
|
|
return
|
|
|
}
|