|
|
@@ -183,7 +183,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" {
|
|
|
+ if extras.Platform == "SDKYOUYI_IOS" || extras.Bima == "SDKYOUYI_IOS" || extras.Platform == "SDKYOUYI_IOS_MyCard" {
|
|
|
util.InfoF("ios 支付签名认证:%v", info)
|
|
|
newSign := getMd5Sign("58696021497436514481898335416221", params)
|
|
|
if newSign != sign {
|