|
@@ -42,7 +42,7 @@ class Wechat extends Core
|
|
|
$input->SetBody($name);
|
|
|
$input->SetAttach($name);
|
|
|
$input->SetOut_trade_no($order_id);
|
|
|
- $input->SetTotal_fee($num);
|
|
|
+ $input->SetTotal_fee($cash);
|
|
|
$input->SetTime_start(date("YmdHis"));
|
|
|
$input->SetTime_expire(date("YmdHis", time() + $this->config->GetTimeOut()));
|
|
|
//$input->SetGoods_tag($name);
|