简要描述:

  • 已安装插件

请求action:

GET/addons/yun_shop/api.php?i=6&route=plugins.get-plugin-data

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "获取数据成功!",
    "data": {
		market: [{
				name: "ranking",
				title: "排行榜",
				class: "icon-member-bank-list1",
				url: "rankingIndex"
			}, {
				name: "article",
				title: "文章营销",
				class: "icon-member-collect1",
				url: "notice",
				param: 0
			}
		],
		asset_equity: [{
			name: "credit",
			title: "信用值",
			class: "icon-member-credit01",
			url: "creditInfo"
		}, {
			name: "integral",
			title: "消费积分",
			class: "icon-member_integral",
			url: "Integral_love"
		}],
		tool: [{
			name: "separate",
			title: "绑定银行卡",
			class: "icon-member_card",
			url: "BankCard"
		}],
		ViewSet: {
			extension: {
			name: "02"
			},
			member: {
			name: "02"
			}
		}
	}
}
参数名 类型 说明
参数名 类型 说明
name string 插件标识
version string 版本
title string 插件名称
description string 插件描述
author string author
namespace string namespace
config string config

错误时返回:

  {
    "result": 0,
    "msg":"错误提示",
    "data": ""
  }

备注:

  • 更多返回错误代码请看首页的错误代码描述