Commit ec95ea75 by 王召彬

Merge branch 'ft-region' into test

parents 43001e3e 53323ce0
# 2.0.67
- 流量平台迁移业务员
# 2.0.66
- 添加getStoreByCondition接口
# 2.0.65
- 流量平台商品
# 2.0.64 # 2.0.64
- 修改sgo函数 - 修改sgo函数
......
...@@ -140,6 +140,11 @@ class User ...@@ -140,6 +140,11 @@ class User
$this->setValue('subStoreId', $value); $this->setValue('subStoreId', $value);
} }
public function setRgId($value)
{
return $this->setValue('rgId', $value);
}
public function getSubStoreId() public function getSubStoreId()
{ {
return $this->getValue('subStoreId')??0; return $this->getValue('subStoreId')??0;
...@@ -193,6 +198,11 @@ class User ...@@ -193,6 +198,11 @@ class User
return $this->getValue('scope'); return $this->getValue('scope');
} }
public function getRgId()
{
return $this->getValue('rgId');
}
/** /**
* 是否是通过托管的小程序授权 * 是否是通过托管的小程序授权
* *
......
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