浏览代码

调试支付

Robin 6 年之前
父节点
当前提交
5b1fc44d6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      normandcrm/service/common/pay/payplat/PayUtils.php

+ 1 - 1
normandcrm/service/common/pay/payplat/PayUtils.php

@@ -42,7 +42,7 @@ class PayUtils
         if ($sign == null) {
             return false;
         }
-        return self::makeSign($data) === $sign;
+        return self::makeSign($data) === strtoupper($sign);
     }