牟新芬 3 years ago
parent
commit
28b8e2d7bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/v1/Index.php

+ 1 - 1
app/api/controller/v1/Index.php

@@ -101,7 +101,7 @@ class Index extends BaseController
         if($storeInfo['price'] == 0){
             $storeInfo['price'] = round($storeInfo['ot_price'] * 1.15, 2);
         }
-        $storeInfo['market_price'] = round($storeInfo['price'] * 1.3, 2);
+        $storeInfo['market_price'] = round($storeInfo['price'] * 1.2, 2);
         $score = Db::name("product_score")->where('product_id', $id)->find();
         if($score) {
             $attr = json_decode($score['attribute'], true);