POST api/shoppingcart/getfile

獲取主題圖片列表

Request Information

URI Parameters

None.

Body Parameters

CartFileRQContract
NameDescriptionTypeAdditional information
planIds

會員ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "planIds": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CartFileRQContract'.

Response Information

Resource Description

獲取主題圖片列表

ReturnResultOfString
NameDescriptionTypeAdditional information
data

string

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": "sample string 1",
  "code": 2,
  "message": "sample string 3"
}