Browse Source

电子商城-提交订单

whitefang 2 năm trước cách đây
mục cha
commit
e91f7af965

+ 1 - 1
app/workerapi/logic/shops/ShopOrderLogic.php

@@ -92,7 +92,7 @@ class ShopOrderLogic extends BaseLogic
                 'paw_way' => 2,
                 'paw_way' => 2,
                 'order_terminal' => $params['terminal'],
                 'order_terminal' => $params['terminal'],
                 'amount_total' => $amount_total,
                 'amount_total' => $amount_total,
-                'amount' => $amount,
+                'order_amount' => $amount,
             ]);
             ]);
 
 
             //生成订单商品镜像
             //生成订单商品镜像