Commit d2e0897a by 王召彬

配合h5前台修改

parent f67db4d7
...@@ -163,6 +163,10 @@ class User ...@@ -163,6 +163,10 @@ class User
return $this->getValue('openid'); return $this->getValue('openid');
} }
public function getMpOpenId()
{
return $this->getValue('mpOpenid');
}
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