<alibaba_jym_item_external_goods_detail_query_response>
<result>
<goods_detail>
<goods_base_info>
<description>xx商品描述</description>
<storage>1</storage>
<price>9.99</price>
<title>xx商品</title>
</goods_base_info>
<category>
<second_category_name>成品号</second_category_name>
<second_category_id>10</second_category_id>
<first_category_name>账号</first_category_name>
<first_category_id>1</first_category_id>
</category>
<image_list>
<goods_image_dto>
<origin_image>http://www.xxx.xx/xx.jpg</origin_image>
<image_id>11000</image_id>
<note>备注</note>
</goods_image_dto>
</image_list>
<game_property>
<server_id>124</server_id>
<client_id>12</client_id>
<platform_id>1</platform_id>
<game_id>10000</game_id>
</game_property>
<goods_property_list>
<goods_property_value_dto>
<value>英雄数量</value>
<value_id>1213</value_id>
<property_id>123</property_id>
</goods_property_value_dto>
</goods_property_list>
<seller_account_property_list>
<goods_property_value_dto>
<value>账号</value>
<value_id>1214</value_id>
<property_id>124</property_id>
</goods_property_value_dto>
</seller_account_property_list>
<support_retrieve_compensation>true</support_retrieve_compensation>
<can_bargain>true</can_bargain>
</goods_detail>
<goods_id>1627967963131647</goods_id>
</result>
<succeed>true</succeed>
<state_code>ILLEGAL_PARAM</state_code>
<extra_err_msg>请求参数不合法</extra_err_msg>
</alibaba_jym_item_external_goods_detail_query_response>
{
"alibaba_jym_item_external_goods_detail_query_response":{
"result":{
"goods_detail":{
"goods_base_info":{
"description":"xx商品描述",
"storage":1,
"price":"9.99",
"title":"xx商品"
},
"category":{
"second_category_name":"成品号",
"second_category_id":10,
"first_category_name":"账号",
"first_category_id":1
},
"image_list":{
"goods_image_dto":[
{
"origin_image":"http:\/\/www.xxx.xx\/xx.jpg",
"image_id":11000,
"note":"备注"
}
]
},
"game_property":{
"server_id":124,
"client_id":12,
"platform_id":1,
"game_id":10000
},
"goods_property_list":{
"goods_property_value_dto":[
{
"value":"英雄数量",
"value_id":1213,
"property_id":123
}
]
},
"seller_account_property_list":{
"goods_property_value_dto":[
{
"value":"账号",
"value_id":1214,
"property_id":124
}
]
},
"support_retrieve_compensation":true,
"can_bargain":true
},
"goods_id":1627967963131647
},
"succeed":true,
"state_code":"ILLEGAL_PARAM",
"extra_err_msg":"请求参数不合法"
}
}