GET api/ProductAdmin/getCardSettingList?pid={pid}&platformId={platformId}

“getCardSettingList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
pid
“pid”的文档。

Define this parameter in the request URI.

platformId
“platformId”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "Id": 1,
      "ProductId": 2,
      "CardName": "sample string 3",
      "Money": 4.0,
      "Quantity": 5,
      "EndTime": "2025-06-25T17:51:09.0154843+08:00",
      "EndDay": 6,
      "CreateTime": "sample string 7",
      "ShowEndTime": "sample string 8",
      "CardType": 9,
      "CardTypeShow": "sample string 10",
      "PlatformId": 11,
      "Code": "sample string 12"
    },
    {
      "Id": 1,
      "ProductId": 2,
      "CardName": "sample string 3",
      "Money": 4.0,
      "Quantity": 5,
      "EndTime": "2025-06-25T17:51:09.0154843+08:00",
      "EndDay": 6,
      "CreateTime": "sample string 7",
      "ShowEndTime": "sample string 8",
      "CardType": 9,
      "CardTypeShow": "sample string 10",
      "PlatformId": 11,
      "Code": "sample string 12"
    },
    {
      "Id": 1,
      "ProductId": 2,
      "CardName": "sample string 3",
      "Money": 4.0,
      "Quantity": 5,
      "EndTime": "2025-06-25T17:51:09.0154843+08:00",
      "EndDay": 6,
      "CreateTime": "sample string 7",
      "ShowEndTime": "sample string 8",
      "CardType": 9,
      "CardTypeShow": "sample string 10",
      "PlatformId": 11,
      "Code": "sample string 12"
    }
  ]
}

application/xml, text/xml

Sample:
<CardSettingListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
  <Items>
    <CardSettingModel>
      <CardName>sample string 3</CardName>
      <CardType>9</CardType>
      <CardTypeShow>sample string 10</CardTypeShow>
      <Code>sample string 12</Code>
      <CreateTime>sample string 7</CreateTime>
      <EndDay>6</EndDay>
      <EndTime>2025-06-25T17:51:09.0154843+08:00</EndTime>
      <Id>1</Id>
      <Money>4</Money>
      <PlatformId>11</PlatformId>
      <ProductId>2</ProductId>
      <Quantity>5</Quantity>
      <ShowEndTime>sample string 8</ShowEndTime>
    </CardSettingModel>
    <CardSettingModel>
      <CardName>sample string 3</CardName>
      <CardType>9</CardType>
      <CardTypeShow>sample string 10</CardTypeShow>
      <Code>sample string 12</Code>
      <CreateTime>sample string 7</CreateTime>
      <EndDay>6</EndDay>
      <EndTime>2025-06-25T17:51:09.0154843+08:00</EndTime>
      <Id>1</Id>
      <Money>4</Money>
      <PlatformId>11</PlatformId>
      <ProductId>2</ProductId>
      <Quantity>5</Quantity>
      <ShowEndTime>sample string 8</ShowEndTime>
    </CardSettingModel>
    <CardSettingModel>
      <CardName>sample string 3</CardName>
      <CardType>9</CardType>
      <CardTypeShow>sample string 10</CardTypeShow>
      <Code>sample string 12</Code>
      <CreateTime>sample string 7</CreateTime>
      <EndDay>6</EndDay>
      <EndTime>2025-06-25T17:51:09.0154843+08:00</EndTime>
      <Id>1</Id>
      <Money>4</Money>
      <PlatformId>11</PlatformId>
      <ProductId>2</ProductId>
      <Quantity>5</Quantity>
      <ShowEndTime>sample string 8</ShowEndTime>
    </CardSettingModel>
  </Items>
</CardSettingListModel>