Commit 716ea773 by 朱继来

Merge branch 'zjl_create_order_20180813' into development

parents ced3c368 e4edf262
Showing with 1 additions and 1 deletions
......@@ -293,7 +293,7 @@ Class AddOrderController extends Controller
$response = json_decode(curlApi($url, $data, 'POST'), true);
if (!empty($response['data']['data'])) {
return ['errcode' => 0, 'errmsg' => '', 'data' => $response['data']['data'][0]];
return ['errcode' => 0, 'errmsg' => '', 'data' => $response['data']['data'][$data['sku_id']]];
} else {
return ['errcode' => -1, 'errmsg' => '未找SKU信息'];
}
......
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