简要描述:

  • 获取会员信息

请求URL:

plugin.store-projects.pos.project.getMemberData

参数:

参数名 是否必须 类型 说明
project_id int 会员项目ID

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "成功",
	"data": {
		"realname": "牢大",
		"gender": 1,
		"address": "東京都世田谷区北沢3丁目23番14号",
		"birthyear": 1978,
		"birthmonth": 8,
		"birthday": 23,
		"province_id": 440000,
		"city_id": 440100,
		"district_id": 440111
	}
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
realname string 姓名
gender int 性别 0未知 1男 2女
address string 详细地址
birthyear int 出生年份
birthmonth int 出生月份
birthmonth int 出生日期
province_id int 省ID
city_id int 市ID
district_id int 区ID

备注:

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