|
@@ -30,6 +30,7 @@ class ConfigController extends Controller
|
|
'virus_app_id' => config('customer.VIRUS_APP_ID'),
|
|
'virus_app_id' => config('customer.VIRUS_APP_ID'),
|
|
'virus_app_secret' => config('customer.VIRUS_APP_SECRET'),
|
|
'virus_app_secret' => config('customer.VIRUS_APP_SECRET'),
|
|
'virus' => $this->getAllBehavior(),
|
|
'virus' => $this->getAllBehavior(),
|
|
|
|
+ 'find_friend_img' => config('customer.find_friend_img'),
|
|
];
|
|
];
|
|
return $this->jsonSuccess($data, '成功');
|
|
return $this->jsonSuccess($data, '成功');
|
|
}
|
|
}
|