ctms/dacms-home/cert/1098765230@qq.com.php
fm453 314745edf8 优化ctms-api语法、修复已知BUG;
主要修复ctms-api、dacms对PHP新版本的支持问题
2025-04-10 23:19:15 +08:00

26 lines
750 B
PHP
Executable File
Raw 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
/*
* 通讯证书文件
@status 站点状态,-1禁止 0只读 1可用
@siteId 站点ID
@suIp 允许访问的IP
@suDomain 允许访问的域名
@api 接口用户名(站点用户名)
@code 用户授权码
@token 接口通讯的accesstoken文件
*/
$cert = array();
$cert['id'] = '17';
$cert['siteId'] = '1534755679';
$cert['suIp'] = array('60.166.78.33');
$cert['siteName'] = '';
$cert['suDomain'] = array('http:');
$cert['siteUrl'] = '';
$cert['api'] = '1098765230@qq.com';
$cert['code'] = '';
$cert['token'] = '936cb496df78da7794f8d866ab4f9e0c';
$cert['status'] = '0';
$cert['remark'] = '新创建待审核,创建时间2018-08-20 17:01:19';
$cert['updatetime'] = '更新时间2018-08-20 17:01:19';
return $cert;