简要描述:

  • 早起打卡-插件设置

请求域名:

  • http://test.yunzshop.com

请求URL:

GET: plugin.clock-in.api.clock-in.get-set

参数:

参数名 是否必须 类型 说明
i int 店铺ID

返回示例:

正确时返回:

{
	result: 1,
	msg: "启用",
	data: {
		is_clock_in: "1",
		plugin_name: "早起打卡",
		share: {
			share_title: "asdasdasd",
			share_icon: "http://a.com/attachment/images/2/2018/01/hxvFGVhVX2V922hF9L1f91JVV12Xs2.jpg",
			share_desc: "ffasdasdasd"
			}
	}
}

错误时返回:

{
    "result":0,
    "msg":"未检测到数据!",
    "data": {
    }
}

返回参数说明:

参数名 类型 说明
is_clock_in int 插件状态 0开关 1开启
plugin_name string 插件名称

备注:

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