fly 5 년 전
부모
커밋
0420ffc731
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Libs/Pay/Merchants/UnionPay.php

+ 1 - 1
app/Libs/Pay/Merchants/UnionPay.php

@@ -126,7 +126,7 @@ class UnionPay implements PayMerchantInterface
         return $this->msgSrcId . date("YmdHis") . substr(uniqid(), 0, 12);
     }
 
-    private function makeSign(array $data)
+    public function makeSign(array $data)
     {
         //签名步骤一:按字典序排序参数
         ksort($data);