请求URL:

POST/plugin.wechat-chat-sidebar.frontend.controller.customer.business-card.index

参数:

参数名 是否必须 类型 说明
client string 值是:work 代表是企业微信端
type int 值是:17 代表是企业微信端

返回示例:

正确时返回:

{
	result: 1,
	msg: "",
	data: {
		current_page: 1,
		first_page_url: "http://www.wq.com/addons/yun_shop/api.php?page=1",
		from: 1,
		last_page: 1,
		last_page_url: "http://www.wq.com/addons/yun_shop/api.php?page=1",
		next_page_url: null,
		path: "http://www.wq.com/addons/yun_shop/api.php",
		per_page: 15,
		prev_page_url: null,
		to: 1,
		total: 1,
		member_histories: [{
			id: 322,
			member_id: 1,
			uniacid: 2,
			goods_id: 18254,
			created_at: "2021-09-07 18:42:00",
			updated_at: "2021-09-07 18:42:00",
			deleted_at: null,
			owner_id: 0,
			vip_level_status: {
				status: 0,
				word: "",
				tips: ""
			},
			goods: {
				id: 18254,
				thumb: "http://www.wq.com/attachment/images/2/2019/07/m111GM5VuG0iPdxp5t4B4xM1PG01u4.jpg",
				price: "101.11",
				market_price: "100.00",
				title: "测试发布商品",
				vip_level_status: {
					status: 0,
					word: "",
					tips: ""
				}
			}
		}]
	}
}

返回参数说明:

参数名 类型 说明
result int 0:失败,1:成功
msg string 提示消息
data array 返回数据

返回参数 data 说明:

参数名 类型 说明
has_one_card array 名片信息
yz_member array 会员信息

返回参数 data.has_one_card 说明:

参数名 类型 说明
id int 名片ID
card_avatar string 名片头像
card_name string 名片姓名
role_name string 角色名
card_mobile int 电话
card_wechat string 微信
card_statistics array 名片统计集合

返回参数 data.has_one_card.card_statistics 说明:

参数名 类型 说明
visit int 访问量
collection int 收藏量
reliable int 靠谱量

返回参数 data.area_name 说明:

参数名 类型 说明
array 省市区集合

返回参数 data.role_name 说明:

参数名 类型 说明
level_name string 等级名称
role_name string 角色名称

备注:

  • 没有数据就显示未设置