Commit 53e59269 authored by wanjilong's avatar wanjilong

add: 增加过期支付时间

parent 92ac74f2
...@@ -141,6 +141,7 @@ class PingxxService ...@@ -141,6 +141,7 @@ class PingxxService
"body" => "购买商品", "body" => "购买商品",
"uid" => $order['user_id'], "uid" => $order['user_id'],
"client_ip" => IP::ip(), "client_ip" => IP::ip(),
"time_expire" => strtotime($order['expire_time']), //订单过期时间 expire_time
'receipt_app' => Pingpp::getAppId(), // 收款方应用 'receipt_app' => Pingpp::getAppId(), // 收款方应用
'service_app' => Pingpp::getAppId(), // 服务方应用 'service_app' => Pingpp::getAppId(), // 服务方应用
'metadata' => $metadata, // 商户定制信息 'metadata' => $metadata, // 商户定制信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment