Authored by 郝肖肖

showurl 改成http

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