|
|
|
|
@ -10,8 +10,6 @@ use Illuminate\Support\Facades\Schema;
|
|
|
|
|
|
|
|
|
|
class FenzhenController extends Controller
|
|
|
|
|
{
|
|
|
|
|
public static $url = 'https://lkt3.work.cjy.net.cn';
|
|
|
|
|
// public static $url = 'http://10.0.20.231:8848';
|
|
|
|
|
public static $log = null;
|
|
|
|
|
|
|
|
|
|
public function abandon()
|
|
|
|
|
@ -195,7 +193,7 @@ class FenzhenController extends Controller
|
|
|
|
|
'time' => '/api/Open/TiJian/get',
|
|
|
|
|
'info' => '/api/Open/TiJian/info',
|
|
|
|
|
];
|
|
|
|
|
$url = self::$url;
|
|
|
|
|
$url = env('FENZHEN_URL');
|
|
|
|
|
$res = self::post("$url{$url_map[$type]}", $content);
|
|
|
|
|
// /api/Open/TiJian/get
|
|
|
|
|
self::$log->callback = $res;
|
|
|
|
|
|