Browse Source

常规更新

master
torsenli 2 years ago
parent
commit
89cab2e59b
  1. 4
      app/Admin/Forms/Place/ToBeAgent.php
  2. 7
      app/Admin/Forms/User/UpdateToAgent.php

4
app/Admin/Forms/Place/ToBeAgent.php

@ -1,7 +1,7 @@
<?php
/*
* @Descripttion:
* @version:
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-27 16:43:03
* @LastEditors: GuaPi

7
app/Admin/Forms/User/UpdateToAgent.php

@ -1,7 +1,7 @@
<?php
/*
* @Descripttion:
* @version:
* @Descripttion:
* @version:
* @Author: GuaPi
* @Date: 2021-07-31 18:43:21
* @LastEditors: GuaPi
@ -16,6 +16,7 @@ use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Validator;
use App\Models\AgentUser;
use App\Models\User;
use Illuminate\Support\Facades\Log;
class UpdateToAgent extends Form
{
@ -74,7 +75,7 @@ class UpdateToAgent extends Form
} catch (\Exception $e) {
info($e);
DB::rollBack();
return $this->error('升级失败');
return $this->error('升级失败555555');
}
}
public function form()

Loading…
Cancel
Save