PayConstents.php 257 B

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