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