初始版本发布
This commit is contained in:
@@ -15,3 +15,10 @@ Route::get('think', function () {
|
||||
});
|
||||
|
||||
Route::get('hello/:name', 'index/hello');
|
||||
|
||||
// 爬虫工具路由
|
||||
Route::get('crawler', 'crawler/index');
|
||||
Route::post('crawler/getDsdmOptions', 'crawler/getDsdmOptions');
|
||||
Route::post('crawler/getZwdmList', 'crawler/getZwdmList');
|
||||
Route::post('crawler/getPositionInfo', 'crawler/getPositionInfo');
|
||||
Route::post('crawler/batchGetPositionInfo', 'crawler/batchGetPositionInfo');
|
||||
|
||||
Reference in New Issue
Block a user