GET Api/Service/Setting/GetPaymentPlatSettingsCache

基于公司获取所有收付款账户设置列表(Cache)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

基于公司获取所有收付款账户设置列表(Cache)

Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.ParentPaymentPlatSettingModel
NameDescriptionTypeAdditional information
PaymentAccountSettings

支付平台账户设置列表

Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.GetPaymentAccountSettingModel

None.

CompanyId

公司ID

string

Required

String length: inclusive between 0 and 128

Time

添加时间

date

None.

ID

设置ID

globally unique identifier

None.

PlatType

收付款平台类型

SpeedPower.Utility.Models.Untility.Datas.Enums.PaymentPlatType

None.

PlatName

平台名称(支付宝,微信...)

string

Required

String length: inclusive between 0 and 50

Remarks

备注

string

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentAccountSettings": [
      {
        "Time": "2025-12-10T14:28:36.4820758+08:00",
        "ID": "30b76b7a-42e1-4b03-8c55-919137b755f0",
        "PaymentPlatSettingId": "e188be5c-0afd-4e1d-8daa-2758c1da2f6d",
        "Name": "sample string 4",
        "Remarks": "sample string 5"
      },
      {
        "Time": "2025-12-10T14:28:36.4820758+08:00",
        "ID": "30b76b7a-42e1-4b03-8c55-919137b755f0",
        "PaymentPlatSettingId": "e188be5c-0afd-4e1d-8daa-2758c1da2f6d",
        "Name": "sample string 4",
        "Remarks": "sample string 5"
      }
    ],
    "CompanyId": "sample string 1",
    "Time": "2025-12-10T14:28:36.4830517+08:00",
    "ID": "764c8fff-bd9d-4174-9e5e-118ce415d631",
    "PlatType": 0,
    "PlatName": "sample string 4",
    "Remarks": "sample string 5"
  },
  {
    "PaymentAccountSettings": [
      {
        "Time": "2025-12-10T14:28:36.4820758+08:00",
        "ID": "30b76b7a-42e1-4b03-8c55-919137b755f0",
        "PaymentPlatSettingId": "e188be5c-0afd-4e1d-8daa-2758c1da2f6d",
        "Name": "sample string 4",
        "Remarks": "sample string 5"
      },
      {
        "Time": "2025-12-10T14:28:36.4820758+08:00",
        "ID": "30b76b7a-42e1-4b03-8c55-919137b755f0",
        "PaymentPlatSettingId": "e188be5c-0afd-4e1d-8daa-2758c1da2f6d",
        "Name": "sample string 4",
        "Remarks": "sample string 5"
      }
    ],
    "CompanyId": "sample string 1",
    "Time": "2025-12-10T14:28:36.4830517+08:00",
    "ID": "764c8fff-bd9d-4174-9e5e-118ce415d631",
    "PlatType": 0,
    "PlatName": "sample string 4",
    "Remarks": "sample string 5"
  }
]