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

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

@@ -367,8 +367,8 @@ class DouYinService
                 ]);
             }
             return [
-                "outOrderNo" => $order_number,
-                "orderEntrySchema" => [
+                "out_order_no" => $order_number,
+                "order_entry_schema" => [
                     "path" => "pages/order/detail",
                     "params" => json_encode(['order_number' => $order_number])
                 ],