简要描述:

  • 电费充值:获取户号列表

请求URL:

GET/route=plugin.electricity-bill-pro.frontend.accountUser.getAccountList

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "获取成功",
	"data": [
		{
			"id": 1,
			"uniacid": 1,
			"member_id": 164936,
			"account_name": "asdfsdf",
			"account_number": 0,
			"province": "wefsdf",
			"city": "ggdfv",
			"charge_type": 1,
			"is_default": 0,
			"created_at": "2021-12-23 17:40:06",
			"charge_type_name": "住宅"
		},
		{
			"id": 2,
			"uniacid": 1,
			"member_id": 164936,
			"account_name": "asdfsdf",
			"account_number": 0,
			"province": "wefsdf",
			"city": "ggdfv",
			"charge_type": 1,
			"is_default": 0,
			"created_at": "2021-12-23 17:40:52",
			"charge_type_name": "住宅"
		},
		{
			"id": 3,
			"uniacid": 1,
			"member_id": 164936,
			"account_name": "asdfsdf",
			"account_number": 0,
			"province": "wefsdf",
			"city": "ggdfv",
			"charge_type": 1,
			"is_default": 0,
			"created_at": "2021-12-23 17:44:33",
			"charge_type_name": "住宅"
		}
	]
}

返回参数说明:

参数名 类型 说明
id int 户号id
member_id int 用户id
account_name string 户名
account_number string 户号
province string 所在省
city string 所在市
charge_type_name string 类型