## 通过课程id列表获取客户才能基本信息及课程包分类列表
```
app('rpc.course')->call('apps.info.getCourseListAndPacketInfo',[$idList = [1,2,3,4,5,6,7,8]]);
```
~~~[api]
apps.info.get
id=1
<<<
Array{
"jsonrpc": "2.0",
"result": {
"1": {
"id": "1",
"grade": "1",
"tpl": "Shuxue",
"title": "认识图形(2)",
"packid": "1",
"type": "1"
},
"2": {
"id": "2",
"grade": "1",
"tpl": "Shuxue",
"title": "剪拼图形",
"packid": "1",
"type": "1"
},
"3": {
"id": "3",
"grade": "1",
"tpl": "Shuxue",
"title": "20以内的退位减法",
"packid": "1",
"type": "1"
}
},
"id": "66cc65622fe92bd39282ab314f504d49"
}
<<<
error
Array
(
[error] => Array
(
[code] => -32602
[message] => Invalid params
[data] =>
)
)
~~~