This commit is contained in:
gaoshuaixing
2024-01-03 17:26:32 +08:00
parent 7d461be244
commit 2d77481d80
4 changed files with 21 additions and 6 deletions

View File

@@ -33,6 +33,10 @@ class ExampleController extends Controller {
const goEntity = Cross.getProcByName('goapp');
Log.info('goEntity name:', goEntity.name);
Log.info('goEntity config:', goEntity.config);
Log.info('goEntity args:', goEntity.getArgsObj());
// const result1 = await Services.get('example').test('electron');
// Log.info('service result1:', result1);