Commit 53323ce0 by 王召彬

region id

parent ca285118
...@@ -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