wugg 2 năm trước cách đây
mục cha
commit
bc34cbde11
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/admin/controller/Sale.php

+ 2 - 0
app/admin/controller/Sale.php

@@ -748,6 +748,7 @@ class Sale extends Base
                         "config"=>$zxinfo['config'],
                         "other_config"=>$zxinfo['other_config'],
                         "weight"=>$zxinfo['weight'],
+                        "good_weight"=>$zxinfo['good_weight'],
                         "is_diff"=>$zxinfo['is_diff'],
                         "supply_area"=>$zxinfo['supply_area'],
                         "pay_way"=>$zxinfo['pay_way'],
@@ -3055,6 +3056,7 @@ class Sale extends Base
         $palt =Db::name("platform")->where(["id"=>$order['platform_id']])->find();
         $order['platform_name']=isset($palt['platform_name']) ? $palt['platform_name']:"";
         $order["gold_price"] = isset($price['price'])?$price['price']:0;
+        $order["noble_weight"] = isset($order['weight'])?$order['weight']:0;
         return app_show(0,"获取成功",$order);
     }
 }