This commit is contained in:
MeSHard
2025-11-10 16:12:07 +08:00
parent 99f88bc53e
commit 94f7e83679
181 changed files with 15770 additions and 0 deletions

19
config/hard.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
/**
* 特来电互联互通对接协议
* 特来电组织机构代码395815801
* 接口地址https://hlht.teld.cn/evcs/v20191230/
* 参数定义
*/
return [
"OperatorID" => "MACFHBM3X",//运营商标识
"OperatorSecret" => "kZ91W50hNZdjuKR2",//运营商秘钥 e30efd732c2eda2a
"DataSecret" => "DNY4L10eWqrw1Ei9",//消息密钥 48535870e30efd732c2eda2aafad899b
"DataSecretIV" => "jdJptx39XUdOhN1f",//消息密钥初始化向量 08c4202c5961b521
"SigSecret" => "p1d8h63I9Z3lxDnY",//签名密钥 4a62990208c4202c5961b521314782b4
//seq
"Seq" => '0001',
'url' => 'https://hlht.teld.cn/evcs/v20191230/',
];