简要描述:

  • 提现记录

请求URL:

GET/route=plugin.store-attendance.frontend.member.withdraw

返回示例:

{
	"result": 1,
	"msg": "ok",
	"data": {
	"current_page": 1,
		"data": [
			{
				"created_at": "2022-03-16T14:27:12.000000Z",
				"type_name": "爱心值加速池",
				"amount": 3
			}
		],
		"first_page_url": "http://localhost:8788/addons/yun_shop/api.php?page=1",
		"from": 1,
		"last_page": 1,
		"last_page_url": "http://localhost:8788/addons/yun_shop/api.php?page=1",
		"next_page_url": null,
		"path": "http://localhost:8788/addons/yun_shop/api.php",
		"per_page": 15,
		"prev_page_url": null,
		"to": 1,
		"total": 1
		},
}

返回参数说明:

参数名 类型 说明
type_name string 提现类型
created_at string 创建时间
amount string 提现金额