12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php
- return [
- 'adminEmail' => 'admin@example.com',
- 'senderEmail' => 'noreply@example.com',
- 'senderName' => 'Example.com mailer',
- 'task_status' =>[
- 'color' => [1 => '#D8D8D8',2 => '#FFFBBA',3 => '#FFFBBA',4 => '#FFFBBA',5 => '#AEFFAE',7 => '#FF7D79'],
- 'attributes' => [1 => 'В ожидании',2 => 'Принята',3 => 'На исполнении',4 => 'Ждет проверки',5 => 'Готова', 7 => 'Просрочена'],
- ],
- 'maskArray' => ['А','Б','В','Г','а','б','в','г'],
- 'sections_letter' => ['А'=>'section_a','Б'=>'section_b','В'=>'section_c'],
- 'onlineMobileTimeoutSeconds' => 600,
- 'oilstatSessionTimeoutSeconds' => 3600,
- 'leveladmin' => 10,
- 'supercycleplan' => 1376,
- 'supercycletype' => 2105,
- 'countPriority' => 1,
- 'api' =>[
- 'companyId' => 3,
-
- 'appKey' => '33cd23bb-3b03-4638-afef-7104a13e9211',
- 'authAppKey' => '07a13c8907d1-6a7bdba1-a2fz-aatgu4j',
-
- 'domain' => 'qaplatform.digitaldepot.ru:8085',
-
- 'pathListOfSections' => '/Thingworx/Things/connSmoppLibrary/Services/get_section_list',
- 'pathListofperformers' => '/Thingworx/Things/connSmoppLibrary/Services/get_workers',
- 'pathScheduleByPerformer' => '/Thingworx/Things/connSmoppLibrary/Services/get_worker_timetable' ,
- 'pathListCurrentComments' => '/Thingworx/Things/connSmoppLibrary/Services/get_section_remarks',
- 'pathInspectionPerformance' => '/Thingworx/Things/connSmoppLibrary/Services/add_work',
- 'pathCheckRfid' => '/Thingworx/Things/connSmoppLibrary/Services/add_work_rfid',
- 'pathStatusOfEmployee' => '/Thingworx/Things/connSmoppLibrary/Services/get_employee_status',
- 'pathExecuteReceiving' => '/Thingworx/Things/connSmoppLibrary/Services/add_completed_work',
- 'pathCommentSection' => '/Thingworx/Things/connSmoppLibrary/Services/add_remark',
- 'pathGetSldList' => '/Thingworx/Things/connSmoppLibrary/Services/get_sld_list',
- 'pathGetSourcesOfComents' => '/Thingworx/Things/connSmoppLibrary/Services/get_sources_of_coments',
- 'pathGetRepairSites' => '/Thingworx/Things/connSmoppLibrary/Services/get_repair_sites',
- 'pathGetPositionList' => '/Thingworx/Things/connSmoppLibrary/Services/get_position_list',
- 'pathGetSectionInfo' => '/Thingworx/Things/connSmoppLibrary/Services/get_section_info',
- 'testApiRequest' => [['fio' => 'Александр Сергеевич Пушкин','user_id' => 40, 'jobtypes_id' => 64],
- ['fio' => 'Михаил Юрьевич Лермонтов','user_id' => 41, 'jobtypes_id' => 64],
- ['fio' => 'Федор Михайлович Достоевский','user_id' => 42, 'jobtypes_id' => 64],
- ['fio' => 'Сергей Александрович Есенин','user_id' => 43, 'jobtypes_id' => 64],
- ['fio' => 'Николай Васильевич Гоголь','user_id' => 44, 'jobtypes_id' => 64],
- ['fio' => 'Лев Николаевич Толстой','user_id' => 45, 'jobtypes_id' => 64]
- ],
- 'testApiRequestSuit' => [['fio' => 'Александр Сергеевич Пушкин','user_id' => 40, 'jobtypes_id' => 64],
- ['fio' => 'Михаил Юрьевич Лермонтов','user_id' => 41, 'jobtypes_id' => 64]
- ],
- 'addworkRequestParams' => ['diagnosticCard', 'subnumber','number'],
- 'mesrmntParam' => [],
- 'mesrmntMainTaskType' => 2161,
- 'mesrmntTaskType' => 2160,
- 'hw_msrmnt_stat' => ['no_task' => false, 'waiting' => true],
- ],
-
- ];
|