Basic.ProductDAL.GetDescriptionFileNames
| Name | Type | Description |
|---|---|---|
| ProductId | String | 产品Id |
{
"jsonrpc": "2.0",
"method": "Basic.ProductDAL.GetDescriptionFileNames",
"params": {
"ProductId" : "" /*产品Id [String]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": [
""
],
"error": null,
"id": 1
}