GET Api/Invoke/GetDefrayProviders

获取所有支付源列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取所有支付源列表

Collection of SpeedPower.Utility.Models.Project.Agents.Service.Setting.GetDefrayProviderModel
NameDescriptionTypeAdditional information
PaymentCode

支付源主代码

string

Required

String length: inclusive between 0 and 20

Remark

备注内容

string

Required

String length: inclusive between 0 and 500

Response Formats

application/json, text/json

Sample:
[
  {
    "PaymentCode": "sample string 1",
    "Remark": "sample string 2"
  },
  {
    "PaymentCode": "sample string 1",
    "Remark": "sample string 2"
  }
]