Commit 02e2270c by 王召彬

添加PayClientEnum

parent db1d553f
<?php
namespace Hdll\Services\Pay\Enum;
class PayClientEnum
{
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