Browse Source

区分大小写

liugc 9 months ago
parent
commit
b0a2eb3ff4
1 changed files with 2 additions and 2 deletions
  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])
                 ],