Commit 96aaedaa by 王召彬

Merge branch 'master' into test

parents 1f655b0b 09a934b6
# 2.0.82
- 增加getRegStoreId方法
# 2.0.81
- 通知枚举
# 2.0.80 # 2.0.80
- 修复错误 - 修复错误
......
...@@ -62,6 +62,11 @@ class User ...@@ -62,6 +62,11 @@ class User
return $this->getValue('storeId'); return $this->getValue('storeId');
} }
public function getRegStoreId()
{
return $this->getValue('regStoreId');
}
public function getHeadImg() public function getHeadImg()
{ {
return $this->getValue('headImg'); return $this->getValue('headImg');
......
...@@ -39,6 +39,7 @@ class NoticeEnum ...@@ -39,6 +39,7 @@ class NoticeEnum
const PAGE_TYPE_MP = 3;//公众号 const PAGE_TYPE_MP = 3;//公众号
const PAGE_TYPE_TRAFFIC_SELLER = 4;//流量平台 卖家 const PAGE_TYPE_TRAFFIC_SELLER = 4;//流量平台 卖家
const PAGE_TYPE_TRAFFIC_BUYER = 5;//流量平台 买家 const PAGE_TYPE_TRAFFIC_BUYER = 5;//流量平台 买家
const PAGE_TYPE_CATERING_SELLER = 6;//餐饮 卖家
const TEMPLATE_GROUP_BOOKING_SUCCESS = "GROUP_BOOKING_SUCCESS";//拼团结果通知 const TEMPLATE_GROUP_BOOKING_SUCCESS = "GROUP_BOOKING_SUCCESS";//拼团结果通知
const TEMPLATE_BARGAIN_OVERDUE = "BARGAIN_OVERDUE"; //砍价活动过期通知 const TEMPLATE_BARGAIN_OVERDUE = "BARGAIN_OVERDUE"; //砍价活动过期通知
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment