...
|
...
|
@@ -498,7 +498,7 @@ class YHMApi_App_V2_Goods extends YHMApi_App_V1_Goods |
|
|
}
|
|
|
YHMProduct_Models_GoodsCount_Client::setGoodsCount($params ['product_skc'], 1);
|
|
|
$sellerInfo = self::_getUserInfo($goods_info ['uid']);
|
|
|
$reputably = floor(YHMComment_Models_Comment_Client::getReputablyByStoreid($goods_info ['store_id']) * 100);
|
|
|
$reputably = sprintf("%.1f", YHMComment_Models_Comment_Client::getReputablyByStoreid($goods_info ['store_id']) * 100);
|
|
|
$goodsInfo = array(
|
|
|
'seller_uid' => $goods_info ['uid'],
|
|
|
'store_id' => $goods_info ['store_id'],
|
...
|
...
|
|