xiaoyu 2 年之前
父节点
当前提交
79e4fa9ee0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/refill/api/xyz/douxun/RefillPhone.php

+ 1 - 1
helper/refill/api/xyz/douxun/RefillPhone.php

@@ -113,7 +113,7 @@ class RefillPhone extends refill\IRefillPhone
         $head['version'] = 1;
 
         $content = $head['custInteId'] . config::KEY . $head['echo'] . $head['timestamp'];
-        $head['chargeSign'] = base64_encode(md5($content));
+        $head['chargeSign'] = base64_encode(md5($content, true));
 
         $data = [
             'head' => $head,