Commit 09e1d13a by feixiang

小程序开发

parent 77f94bc2
......@@ -9,6 +9,8 @@ namespace Hdll\Services\Order\Enum;
class OrderCate
{
const TYPE_BUYER = 1;
const TYPE_SELLER = 2;
const TYPE_BUYER = 1;//小程序买家签名类型
const TYPE_SELLER = 2; //小程序卖家签名类型
const TYPE_MP = 3; //公众号签名类型
}
\ 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