|
|
@@ -161,6 +161,7 @@ type Extras struct {
|
|
|
Bima string `json:"bima"`
|
|
|
Bimf string `json:"bimf"`
|
|
|
Bimo string `json:"bimo"`
|
|
|
+ Binu string `json:"binu"`
|
|
|
CpOrderId string `json:"cpOrderId"`
|
|
|
}
|
|
|
|
|
|
@@ -186,7 +187,7 @@ func WebPayHwQuickNotify(c *gin.Context) {
|
|
|
util.ErrorF("支付回调参数解析错误:%v", err)
|
|
|
}
|
|
|
util.InfoF("支付签名认证:%v params:%v", extras, params)
|
|
|
- if extras.Platform == "SDKYOUYI_IOS" || extras.Bima == "SDKYOUYI_IOS" || extras.Bimf == "SDKYOUYI_IOS" || extras.Bimo == "SDKYOUYI_IOS" {
|
|
|
+ if extras.Platform == "SDKYOUYI_IOS" || extras.Bima == "SDKYOUYI_IOS" || extras.Bimf == "SDKYOUYI_IOS" || extras.Bimo == "SDKYOUYI_IOS" || extras.Binu == "SDKYOUYI_IOS" {
|
|
|
util.ErrorF("ios 支付签名认证:%v", info)
|
|
|
newSign := getMd5Sign("76461634234541630996722774224611", params)
|
|
|
if newSign != sign {
|