Commit 6ce94de3 by feixiang

支付来源

parent 217f0ee9
<?php
namespace Hdll\Services\Order\Enum;
class PayOriginEnum
{
const BUYER_MINI_PROGRAM = 1;//买家小程序
const SELLER_MINI_PROGRAM = 2;//卖家小程序
const SELLER_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