简要描述:

-子平台-获取平台入口

请求域名:

  • http://xx.com

请求URL:

plugin.sub-platform.frontend.index.platform

请求参数说明:

参数名 类型 是否必需 说明

返回示例:

正确时返回:

{
	result: 1,
	msg: "",
	data: [
		{
			platform: "business_pc",
			name: "进入企业",
			platform_type: 1,
		}
	]
}

错误时返回:

{
    "result": 0,
    "msg": "请登录",
    "data": []
}

返回参数说明:

参数名 类型 说明
platform string 平台key
name string 平台入口名称
platform_type int 平台类型:1普通平台,2有多种身份的平台