提交 c16f6d9c 编写于 作者: D devil_gong

头条支付

上级 6132bed2
......@@ -67,7 +67,7 @@ class ToutiaoService
'currency' => 'CNY',
'subject' => '订单支付',
'body' => $order['order_no'],
'trade_time' => $order['add_time'],
'trade_time' => time(),
'valid_time' => intval(MyC('common_order_close_limit_time', 30, true))*60,
'notify_url' => __MY_URL__,
];
......
......@@ -237,7 +237,8 @@ Page({
console.log(res.data.data.order_info)
tt.pay({
orderInfo: res.data.data.order_info,
service: res.data.data.service,
//service: res.data.data.service,
service: 1,
_debug: 1,
getOrderStatus(res) {
let { out_order_no } = res;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册