Files
charge-pile-serve/config/hard.php
MeSHard 94f7e83679 init
2025-11-10 16:12:07 +08:00

19 lines
651 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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/',
];