[TOC]
* * * * *
### WeEngine Android、IOS Notice api
#### 通知列表
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.notice.get_list
*string:page=1#页码
*string:openid=默认值#openid
*string:userid=默认值#userid
<<<
success
{
"status": 1,
"result": {
"list": [
{
"id": "1",
"userid": "3015",
"title": "订单提醒",
"thumb": "",
"content": "您好,您的订单由于长时间未付款已经关闭!",
"type": "order",
"paramid": "3681",
"status": "0",
"createtime": "2017-11-29 17:02:37",
"uniacid": "3"
}
],
"total": "1",
"pagesize": 10,
}
}
<<<
error
{
"status": 0,
"result": {
"message": "错误信息"
}
}
~~~