Authored by 郝肖肖

showurl 改成http

@@ -58,7 +58,7 @@ class AliwapService @@ -58,7 +58,7 @@ class AliwapService
58 'out_trade_no' => $params->orderCode, 58 'out_trade_no' => $params->orderCode,
59 'subject' => $params->goodsName, 59 'subject' => $params->goodsName,
60 'total_fee' => $params->totalFee / 100, //单位为元 60 'total_fee' => $params->totalFee / 100, //单位为元
61 - "show_url" => Helpers::url(''), 61 + "show_url" => Helpers::transHttpsUrl(Helpers::url('')),
62 ); 62 );
63 63
64 ksort($parameter); 64 ksort($parameter);