头条支付

feat/task1-c-wallet
devil_gong 2019-10-29 14:56:13 +08:00
parent 77f2dad2f1
commit c23dd058e6
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ class ToutiaoService
'currency' => 'CNY',
'subject' => '订单支付',
'body' => $order['order_no'],
'trade_time' => $order['add_time'],
'valid_time' => (string) intval(MyC('common_order_close_limit_time', 30, true))*60,
'trade_time' => (string) $order['add_time'],
'valid_time' => (string) MyC('common_order_close_limit_time', 30, true)*60,
'notify_url' => __MY_URL__,
];
$order_info['sign'] = (new \base\Toutiao())->PaySignCreated($order_info, $secret);