数据同步

This commit is contained in:
wong
2025-10-16 15:36:44 +08:00
parent 8bf6cbe1d4
commit d319264349
2 changed files with 83 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ Route::group('v1/', function () {
});
Route::post('dataProcessing', 'app\chukebao\controller\DataProcessing@index'); // 修改数据
});