<?php /** * Created by PhpStorm. * User: Bear * Date: 2019/3/29 * Time: 下午4:59 */ namespace app\main\constants; class PayConstents { const PALMPAY_ACCOUNT_DZ = '1';//点众子商户 const PALMPAY_ACCOUNT_CHANNEL = '2';//渠道子商户 }