Commit 58f6a3b5 authored by luhongguang's avatar luhongguang

Merge branch 'develop' of https://git.yidian-inc.com:8021/bp/goods into develop

parents 88ffb253 64e3f6da
...@@ -145,7 +145,7 @@ class MarketingGoodsService ...@@ -145,7 +145,7 @@ class MarketingGoodsService
$content = $userId .'_' .$value['marketing_id']; $content = $userId .'_' .$value['marketing_id'];
$goodsShareId = Aes::encrypt($content); $goodsShareId = Aes::encrypt($content);
$list[$i]['distributor_code'] = $goodsShareId; $list[$i]['goods_share_code'] = $goodsShareId;
$i++; $i++;
} }
......
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