Commit f014877a by 朱继来

Merge branch 'master' of http://119.23.72.7/zhujilai/Order into zjl_product_tracking_20201117

parents cf4e073e 189ece97
Showing with 2 additions and 0 deletions
......@@ -933,6 +933,8 @@ Class OrderController extends Controller
'brand_name' => $v['brand_name'],
);
$v['goods_id'] && $data['goods_id'] = $v['goods_id'];
$res = $client->SelfGoodsInfo(json_encode($data));
if (!$res) return ['errcode'=>-1, 'errmsg'=>'请求基石库存接口失败'];
......
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 sign in to comment