Commit 189ece97 by 朱继来

审单基石接口添加goods_id

parent bac54290
Showing with 2 additions and 0 deletions
......@@ -925,6 +925,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