| 错误码 | 说明 | 
|---|---|
| 21020 | item_id: xxxx 非法 | 
{
    "item_ids": [
        "77",
        "75",
        "72",
        "5",
        "75"
    ]
}curl --location --request POST 'https://open.weibanzhushou.com/open-api/order/get_item_detail?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
    "item_ids": [
        "77",
        "75",
        "72",
        "5",
        "75"
    ]
}'{
    "errcode": 0,
    "errmsg": "ok",
    "item_list": [
        {
            "amount": -1,
            "create_at": "2021-12-13 11:16:24",
            "id": "123",
            "item_fields": [
                {
                    "field_name": "商品描述",
                    "value": "编程视频"
                },
                {
                    "field_name": "商品类别",
                    "value": "虚拟商品"
                }
            ],
            "name": "测试商品5",
            "price": "4.111"
        },
        {
            "amount": 132,
            "create_at": "2021-12-13 11:16:24",
            "id": "321",
            "item_fields": [
                {
                    "field_name": "商品描述",
                    "value": "编程视频"
                },
                {
                    "field_name": "商品类别",
                    "value": "虚拟商品"
                }
            ],
            "name": "测试商品6",
            "price": "4.89"
        }
    ]
}