liugc 9 месяцев назад
Родитель
Сommit
2fec3ff36e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/api/service/DouYinService.php

+ 1 - 1
app/api/service/DouYinService.php

@@ -434,7 +434,7 @@ class DouYinService
                     "path" => "pages/order/detail",
                     "params" => json_encode(['order_number' => $path_order_number])
                 ],
-                "payNotifyUrl" => $payNotifyUrl
+                "pay_notify_url" => $payNotifyUrl
             ];
         } catch (\Exception $e) {
             throw new \Exception($e->getMessage());