Lae/config/settings.php

12 lines
280 B
PHP
Raw Normal View History

<?php
return [
'wecom' => [
'robot_hook' => [
'default' => '4727b740-57dc-448c-a89a-840e28fb48dc',
'billing' => '50aa88b6-febe-4cf5-a18f-c714b3752548',
'cluster_ready' => '7de76311-280e-40eb-bfd0-c17c0e053e90',
],
]
];