Commit 0b834ee2 by 王召彬

Merge branch 'ft-hdllh5'

parents f67db4d7 2b37be24
...@@ -163,6 +163,10 @@ class User ...@@ -163,6 +163,10 @@ class User
return $this->getValue('openid'); return $this->getValue('openid');
} }
public function getOrigin()
{
return $this->getValue('origin');
}
public function getUnionid() public function getUnionid()
{ {
......
...@@ -8,5 +8,6 @@ class PayOriginEnum ...@@ -8,5 +8,6 @@ class PayOriginEnum
const SELLER_MP = 3;//卖家公众号 const SELLER_MP = 3;//卖家公众号
const CARD = 4;//储值卡支付 const CARD = 4;//储值卡支付
const TIMESCARD = 5;//次卡支付 const TIMESCARD = 5;//次卡支付
const BUYER_MP = 6;//买家公众号
} }
\ No newline at end of file
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