|
@@ -5,8 +5,8 @@ use app\service\pay_user\PayUser;
|
|
|
|
|
|
class AppBegin{
|
|
|
public function run($params){
|
|
|
- $type=config('site.settle_type');
|
|
|
- PayUser::setType($type);
|
|
|
+ //$type=config('site.settle_type');
|
|
|
+ //PayUser::setType($type);
|
|
|
|
|
|
bcscale(2);
|
|
|
define('TIME_C','created_at');
|