GET api/WebsiteUrl/GetBackupLink?site={site}&type={type}

获取备用站点地址

Request Information

URI Parameters

NameDescriptionTypeAdditional information
site

站点号

integer

Required

type

获取的类型, 1=会员端,2=五级端

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfBackupLinkResModel
NameDescriptionTypeAdditional information
Data

Collection of BackupLinkResModel

None.

Code

状态码

integer

None.

Message

错误信息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": 1,
      "ImgUrl": "sample string 2",
      "LinkUrl": "sample string 3"
    },
    {
      "Id": 1,
      "ImgUrl": "sample string 2",
      "LinkUrl": "sample string 3"
    }
  ],
  "Code": 0,
  "Message": "sample string 1"
}