Commit 68dc4823 by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into test

parents e8e8cc92 a82b1bea
...@@ -19,7 +19,7 @@ interface CommentsInterface ...@@ -19,7 +19,7 @@ interface CommentsInterface
* [1=>['virtual'=>1,'real'=>2]] * [1=>['virtual'=>1,'real'=>2]]
* @throws BaseException * @throws BaseException
*/ */
public function getNum(array $itemIds); public function getNum(array $itemIds, $oemId = 0);
} }
\ No newline at end of file
<?php
namespace Hdll\Services\Vip\Enum;
class VipCmqEnum
{
const TOPIC = "oem";
const BUY_OEM_VIP = "buyOemVip";
const ADD_VIP_NUM = "addVipNum";
}
\ No newline at end of file
...@@ -30,4 +30,5 @@ class VipEnum ...@@ -30,4 +30,5 @@ class VipEnum
const IS_DISTRIBUTION_ON = 1;//开启分销 const IS_DISTRIBUTION_ON = 1;//开启分销
const IS_DISTRIBUTION_OFF = 0;//关闭分销 const IS_DISTRIBUTION_OFF = 0;//关闭分销
} }
\ 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