### WeEngine Android、IOS detail api
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.goods.picker
*string:id=默认值#商品ID
<<<
success
{
"status": 1,
"result": {
"specs": [
{
"id": "281",
"uniacid": "4",
"goodsid": "649",
"title": "颜色",
"description": "",
"displaytype": "0",
"content": "a:2:{i:0;s:3:\"896\";i:1;s:3:\"897\";}",
"displayorder": "0",
"propId": "",
"items": [
{
"id": "896",
"uniacid": "4",
"specid": "281",
"title": "白",
"thumb": "",
"show": "1",
"displayorder": "0",
"valueId": "",
"virtual": "0"
},
{
"id": "897",
"uniacid": "4",
"specid": "281",
"title": "红",
"thumb": "",
"show": "1",
"displayorder": "1",
"valueId": "",
"virtual": "0"
}
]
}
],
}
}
<<<
error
{
"status": 0,
"result": {
"message": "错误信息!"
}
}
~~~