Commit cb0668f0 authored by jianghaiming's avatar jianghaiming

update:set

parent e3139092
...@@ -25,6 +25,8 @@ use App\Models\shop\mysql\SubShop; ...@@ -25,6 +25,8 @@ use App\Models\shop\mysql\SubShop;
use App\Services\marketing\DistributorService; use App\Services\marketing\DistributorService;
use App\Services\marketing\MarketingGoodsService; use App\Services\marketing\MarketingGoodsService;
use App\Services\shop\ShopService; use App\Services\shop\ShopService;
use App\Services\common\CommonService;
use Api\PhpUtils\Http\Request; use Api\PhpUtils\Http\Request;
use App\Exception\custom\InterfaceException; use App\Exception\custom\InterfaceException;
...@@ -829,6 +831,9 @@ class GoodsService ...@@ -829,6 +831,9 @@ class GoodsService
$data["goods_info"]["is_fenxiao"] = true; $data["goods_info"]["is_fenxiao"] = true;
} }
$data["goods_info"]['goods_share_code'] = CommonService::getGoodsShareId($params)
//当前人是否是团长 //当前人是否是团长
$data["goods_info"]["is_tuanzhang"] = false; $data["goods_info"]["is_tuanzhang"] = false;
if (!empty($params["user_id"])) { if (!empty($params["user_id"])) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment