You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/dingdingcallback/config.php

12 lines
400 B
PHP

<?php
define('DIR_ROOT', dirname(__FILE__).'/');
define("OAPI_HOST", "https://oapi.dingtalk.com");
//Suite
define("CREATE_SUITE_KEY", "");
define("SUITE_KEY", "ding48bce8fd3957c96b");
define("SUITE_SECRET", "
C4-8rUDK1u5Twpsw7U3yo42s_bbYxFIqzLMp2j7uI80Sa8D-OPbtSoCMgZxHxo2d");
define("TOKEN", "123456");
define("APPID", "");
define("ENCODING_AES_KEY", "abcdefgABCDEFG0123456789hHiIjJKkLlMmnNOpQrs");