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);