Browse Source

wesmiler 报恩寺项目

wesmiler 4 năm trước cách đây
mục cha
commit
99f982f10c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/WechatService.php

+ 1 - 1
app/Services/WechatService.php

@@ -685,7 +685,7 @@ class WechatService extends BaseService
         ksort($params, SORT_STRING);
         $key = $key ? $key : WechatService::getConfigs('wx_key');
         $unSignParaString = WechatService::formatParams($params, false);
-        //echo $unSignParaString.'++'.$key;
+        echo $unSignParaString.'++'.$key;
         $signStr = strtoupper(md5($unSignParaString . "&key=" . $key));
         return $signStr;
     }