Browse Source

mycard支付

lt 1 year ago
parent
commit
509fbfa92b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      RO_Server_Trunk-branch_0.1.39/roserver/gmweb/msg/web_paymsg.go

+ 1 - 1
RO_Server_Trunk-branch_0.1.39/roserver/gmweb/msg/web_paymsg.go

@@ -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 {