app.user.birthdayHistory.md
1013 Bytes
#用户生日历史记录
接口列表
接口名称 | 接口描述 |
---|---|
app.user.birthdayHistory | 查询用户优惠券的列表 购物车页面用 |
接口描述
1、查询用户生日历史记录(app.user.birthdayHistory)
请求参数
Param Name | Param Type | Required | Param Value | Desc |
---|---|---|---|---|
method | String | true | app.user.birthdayHistory | 请求方法 |
uid | int | true | 7893817 | 用户ID |
响应内容
{
"alg": "SALT_MD5",
"code": 200,
"data": [
{
"modifiedTimeStamp": 1496729187,
"newBirthday": "2017-06-06",
"orgBirthday": "2017-05-06",
"uid": 1
}
],
"md5": "f2751a4047382120a55e84275af5aee4",
"message": "操作成功"
}
说明:modifiedTimeStamp 修改时间戳
orgBirthday 修改前生日
newBirthday 修改后生日
uid 用户ID