|
@@ -121,7 +121,7 @@ class Order extends Base
|
|
|
"order_sn" => $order['order_sn'],
|
|
"order_sn" => $order['order_sn'],
|
|
|
"total" => $order['price'],
|
|
"total" => $order['price'],
|
|
|
"name" => $order['product']['product_name'],
|
|
"name" => $order['product']['product_name'],
|
|
|
- "notify_url" => ""
|
|
|
|
|
|
|
+ "notify_url" => "https://tran.jsshuita.cn/notify/douyin"
|
|
|
];
|
|
];
|
|
|
$byteAuthorization = (new Pay)->config([
|
|
$byteAuthorization = (new Pay)->config([
|
|
|
"appid" => sConf("wechat.mini_appid"),
|
|
"appid" => sConf("wechat.mini_appid"),
|