|
...
|
...
|
@@ -137,7 +137,7 @@ class ProjectAssociationServices extends BaseService |
|
|
|
$apiUrl = ProjectAssociation::getApplicationApiUrl($type);
|
|
|
|
$url = env('AICC_URL') . $apiUrl;
|
|
|
|
$result = curlGet($url);
|
|
|
|
if ($result['data']) {
|
|
|
|
if (!empty($result['data'])) {
|
|
|
|
redis_set($redis_key, json_encode($result), 60);
|
|
|
|
}
|
|
|
|
} else {
|
...
|
...
|
|