Browse Source

调试支付

Robin 6 năm trước cách đây
mục cha
commit
5b1fc44d6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }