mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 不再实时刷新APPSecret
This commit is contained in:
parent
8c9a9a894e
commit
ee742de7e2
@ -85,14 +85,7 @@ class App extends Base {
|
||||
* @return array
|
||||
*/
|
||||
public function refreshAppSecret() {
|
||||
$id = $this->request->get('id', 0);
|
||||
$data['app_secret'] = Strs::randString(32);
|
||||
if ($id) {
|
||||
$res = AdminApp::update($data, ['id' => $id]);
|
||||
if ($res === false) {
|
||||
return $this->buildFailed(ReturnCode::DB_SAVE_ERROR);
|
||||
}
|
||||
}
|
||||
|
||||
return $this->buildSuccess($data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user