|
@@ -54,9 +54,9 @@ class Payment
|
|
private function getNoticeData()
|
|
private function getNoticeData()
|
|
{
|
|
{
|
|
$notify = \request()->all();
|
|
$notify = \request()->all();
|
|
- $notify = '{"msg":"{\"appid\":\"tt5b312d8cc40f46b701\",\"cp_orderno\":\"10022082800824490007\",\"cp_extra\":\"\",\"way\":\"2\",\"channel_no\":\"2022082822001477591433078541\",\"channel_gateway_no\":\"\",\"payment_order_no\":\"PCP2022082822540531221069106962\",\"out_channel_order_no\":\"2022082822001477591433078541\",\"total_amount\":1,\"status\":\"SUCCESS\",\"seller_uid\":\"71227862181355706950\",\"extra\":\"\",\"item_id\":\"\",\"paid_at\":1661698458,\"message\":\"\",\"order_id\":\"7136939355201063205\",\"trade_item_list\":null,\"ec_pay_trade_no\":\"NEP2022082822540409483061846962\"}","msg_signature":"804a60e48936b14a739230cef21fe6204427732e","nonce":"78","timestamp":"1661698459","type":"payment"}';
|
|
|
|
|
|
+ //$notify = '{"msg":"{\"appid\":\"tt5b312d8cc40f46b701\",\"cp_orderno\":\"10022082800824490007\",\"cp_extra\":\"\",\"way\":\"2\",\"channel_no\":\"2022082822001477591433078541\",\"channel_gateway_no\":\"\",\"payment_order_no\":\"PCP2022082822540531221069106962\",\"out_channel_order_no\":\"2022082822001477591433078541\",\"total_amount\":1,\"status\":\"SUCCESS\",\"seller_uid\":\"71227862181355706950\",\"extra\":\"\",\"item_id\":\"\",\"paid_at\":1661698458,\"message\":\"\",\"order_id\":\"7136939355201063205\",\"trade_item_list\":null,\"ec_pay_trade_no\":\"NEP2022082822540409483061846962\"}","msg_signature":"804a60e48936b14a739230cef21fe6204427732e","nonce":"78","timestamp":"1661698459","type":"payment"}';
|
|
//获取订单信息
|
|
//获取订单信息
|
|
- $notify = json_decode($notify,true);
|
|
|
|
|
|
+ //$notify = json_decode($notify,true);
|
|
\Log::info('抖音支付回调==>'.json_encode($notify,JSON_UNESCAPED_SLASHES));
|
|
\Log::info('抖音支付回调==>'.json_encode($notify,JSON_UNESCAPED_SLASHES));
|
|
|
|
|
|
if($notify['msg_signature'] !== $this->app->getNotifySign($notify)){
|
|
if($notify['msg_signature'] !== $this->app->getNotifySign($notify)){
|