Commit b612d1f4 authored by 董先生's avatar 董先生

持仓列表

parent 2c909e78
......@@ -69,6 +69,7 @@ class Index extends Common
$res[$k]['code']=$v['code'];
$res[$k]['name']=$v['title'];
$res[$k]['pin']=$v['pinyin'];
$res[$k]['market']=$v['market'];
}
}
return json(['data' => $res, 'status' => 1, 'message' => '操作成功']);
......
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