✏️ 正在编辑: RequestsHistory.php
路径:
/srv/systems_dir/koruspay/application/models/RequestsHistory.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Model_RequestsHistory extends Core_Model { public static function saveRequest(string $json, string $type, int $companyId = null, string $url = null) { $table = Model_Container::getRequestsHistory(); $table->insert([ 'json' => $json, 'type' => $type, 'company_id' => $companyId, 'url' => $url, ]); } }
💾 保存文件
← 返回文件管理器