提交 c23dd058 编写于 作者: D devil_gong

头条支付

上级 77f2dad2
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册