Businese.CartDAL.AddToCart
| Name | Type | Description |
|---|---|---|
| ProductId | String | 商品Id |
| Qty | Int32 | 数量 |
{
"jsonrpc": "2.0",
"method": "Businese.CartDAL.AddToCart",
"params": {
"ProductId" : "" /*商品Id [String]*/,
"Qty" : 1 /*数量 [Int32]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": null,
"error": null,
"id": 1
}