AppBegin.php 339 B

12345678910111213141516
  1. <?php
  2. namespace app\service;
  3. use app\service\pay_user\PayUser;
  4. class AppBegin{
  5. public function run($params){
  6. //$type=config('site.settle_type');
  7. //PayUser::setType($type);
  8. bcscale(2);
  9. define('TIME_C','created_at');
  10. define('TIME_U','updated_at');
  11. define('TIME_D','deleted_at');
  12. }
  13. }