作者 lyh

gx

... ... @@ -24,6 +24,7 @@ use App\Models\User\DeptUser;
use App\Models\User\ProjectRole;
use App\Models\User\User;
use App\Utils\EncryptUtils;
use http\Client\Response;
use Illuminate\Support\Facades\Cache;
use Mrgoon\AliSms\AliSms;
... ... @@ -324,6 +325,7 @@ class LoginController extends BaseController
$url = 'https://v6-file.globalso.com/upload.php';
$rs = http_post($url,$param,['charset=utf-8'],false);
if(200 == (int)$rs){
return ['code'=>200];
$this->response('success',Code::SUCCESS,$rs);
}
return 0;
... ...