Log Messages

总计128条数据
TimeLevelCategoryMessage
 
09:53:53.753traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
09:53:53.753traceyii\base\Module::getModuleLoading module: debug
09:53:53.753traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
09:53:53.754traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
09:53:53.754traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
09:53:53.754traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.754traceyii\base\Module::getModuleLoading module: gii
09:53:53.754traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
09:53:53.754traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
09:53:53.754traceyii\web\Application::handleRequestRoute requested: 'v2/case/save-new-callback'
09:53:53.754traceyii\base\Module::getModuleLoading module: v2
09:53:53.755infoyii\web\Session::openSession started
09:53:53.755infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
09:53:53.757infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH'
09:53:53.760traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.760traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.760traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.760traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.761infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:53:53.762traceyii\base\Controller::runActionRoute to run: v2/case/save-new-callback
09:53:53.762traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.763traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
09:53:53.763traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\CaseController::actionSaveNewCallback()
09:53:53.763infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"='8249'
09:53:53.764traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.764traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.764infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_callback_records" WHERE "case_id"='8249'
09:53:53.765traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.765infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_callback_records' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
09:53:53.770infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_callback_records' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
09:53:53.782traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.782traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
09:53:53.782traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'caseServices' in 'app\models\CallbackRecords'.
09:53:53.782traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'case_id' in 'app\models\CallbackRecords'.
09:53:53.782traceyii\base\Model::onUnsafeAttributeFailed to set unsafe attribute 'pointDivision' in 'app\models\CallbackRecords'.
09:53:53.783infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='90')
09:53:53.783infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_contacts" WHERE "id"='5144')
09:53:53.784infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
09:53:53.784infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='90')
09:53:53.785infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_contacts" WHERE "id"='5144')
09:53:53.785infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
09:53:53.785infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_callback_records" ("callback_date", "client_id", "contact_id", "created_by", "description", "satisfaction_score", "skill_score", "case_id") VALUES ('2025-07-11', 90, 5144, 1000, '', 10, 10, 8249) RETURNING "id"
09:53:53.789traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.790traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.790infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\CallbackRecords', 7276, 'a:13:{s:2:"id";i:7276;s:9:"client_id";s:2:"90";s:10:"contact_id";s:4:"5144";s:11:"description";s:0:"";s:13:"callback_date";s:10:"2025-07-11";s:10:"created_by";i:1000;s:10:"created_at";N;s:10:"updated_at";N;s:12:"implement_id";N;s:18:"satisfaction_score";s:2:"10";s:11:"skill_score";s:2:"10";s:7:"case_id";s:4:"8249";s:20:"mp_submit_contact_id";N;}', '', 1000, '223.104.40.121')
09:53:53.791infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"='90'
09:53:53.792traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.792traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.792infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_case_services" WHERE "case_id"=8249
09:53:53.793traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.793traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.793infoyii\db\Command::executeDELETE FROM "a57be577deb434"."tbl_case_services" WHERE "case_id"=8249
09:53:53.794infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8249)
09:53:53.794infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=230)
09:53:53.795infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_case_services" ("case_id", "service_id", "quantity") VALUES (8249, 230, 1) RETURNING "id"
09:53:53.797infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\CaseServices', 13465, 'a:4:{s:2:"id";i:13465;s:7:"case_id";i:8249;s:10:"service_id";i:230;s:8:"quantity";s:1:"1";}', '', 1000, '223.104.40.121')
09:53:53.798infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8249)
09:53:53.798infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=233)
09:53:53.798infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_case_services" ("case_id", "service_id", "quantity") VALUES (8249, 233, 1) RETURNING "id"
09:53:53.799infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\CaseServices', 13466, 'a:4:{s:2:"id";i:13466;s:7:"case_id";i:8249;s:10:"service_id";i:233;s:8:"quantity";s:1:"1";}', '', 1000, '223.104.40.121')
09:53:53.800infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_case_services" WHERE "case_id"=8249
09:53:53.801infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=230
09:53:53.801traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.801traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.801infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_services" WHERE "id"=233
09:53:53.802infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Cases', 8249, 'a:2:{s:8:"start_at";s:19:"2025-03-14 15:30:00";s:12:"completed_at";s:19:"2025-03-14 18:37:18";}', '', 1000, '223.104.40.121')
09:53:53.803infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_cases" SET "case_status"=5, "closed_at"='now()', "updated_at"='now()' WHERE "id"=8249
09:53:53.804infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Cases', 8249, 'a:4:{s:11:"case_status";i:5;s:8:"start_at";s:19:"2025-03-14 15:30:00";s:12:"completed_at";s:19:"2025-03-14 18:37:18";s:9:"closed_at";s:19:"1970-01-01 08:00:00";}', '', 1000, '223.104.40.121')
09:53:53.805infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_case_assignments" WHERE ("case_id"=8249) AND ("engineer_id"=1023)
09:53:53.806traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.806traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.806infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8249)
09:53:53.806infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1023)
09:53:53.807infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5445)
09:53:53.807infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_case_assignments" SET "points"=75, "updated_at"='now()', "percent"=1 WHERE "id"=8295
09:53:53.808infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\CaseAssignments', 8295, 'a:2:{s:6:"points";d:75;s:7:"percent";s:1:"1";}', '', 1000, '223.104.40.121')
09:53:53.809infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=90
09:53:53.809traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.809traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.809infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (10, 'case_status', 8249, 18, 1000, 'now()', '[5]', '[5]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u5173\u95ed\u4e86","d3":"Case","d4":[]}')
09:53:53.811traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.811traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.811infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_user_action_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "users", "description") VALUES (10, 'case_status', 8249, 18, 1000, 'now()', '[5]', '[5]', array[1000,5295], '{"d1":"\u66f9\u6c38\u751f","d2":"\u5173\u95ed\u4e86","d3":"Case","d4":[]}')
09:53:53.812infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (2, 'update', 90, 10, 8249, 18, 1000, '8249', '8249', '{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:IM250314005"]}') RETURNING "id"
09:53:53.813infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 510485, 'a:13:{s:2:"id";i:510485;s:9:"object_id";i:90;s:11:"object_type";i:10;s:9:"target_id";i:8249;s:18:"target_object_type";i:18;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:4:"8249";s:9:"new_value";s:4:"8249";s:11:"description";s:103:"{"d1":"\u66f9\u6c38\u751f","d2":"\u66f4\u65b0\u4e86","d3":"Case","d4":["Case\u7f16\u53f7:IM250314005"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '223.104.40.121')
09:53:53.814infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_case_carbon_copy_rels" WHERE "case_id"=8249
09:53:53.814traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.814traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.815infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8249
09:53:53.815infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
09:53:53.816infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1000, '18', 8249, '此Case已关闭', TRUE, 'netapp硬盘更换技术支持') RETURNING "id"
09:53:53.817infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Comments', 170395, 'a:11:{s:2:"id";i:170395;s:9:"object_id";i:8249;s:11:"object_type";s:2:"18";s:6:"parent";N;s:11:"description";s:16:"此Case已关闭";s:10:"created_by";i:1000;s:10:"created_at";N;s:8:"reply_to";N;s:9:"is_system";b:1;s:8:"for_user";N;s:12:"description2";s:30:"netapp硬盘更换技术支持";}', '', 1000, '223.104.40.121')
09:53:53.818traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.818traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.818infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_unread_comments" ("object_id", "object_type", "comment_id", "remind_user_id") VALUES (8249, '18', 170395, 1023), (8249, '18', 170395, 5295)
09:53:53.819infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE ("id" IN (1023, 5295)) AND ("id" != 1000) AND (channel_id IS NOT NULL)
09:53:53.820infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=8249
09:53:53.820infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=90
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
09:53:53.821traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
09:53:53.821infoyii\db\Command::querySELECT * FROM "global"."tbl_enterprises" WHERE "id"=2
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
09:53:53.822infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=90
09:53:53.822traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.823traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:53.824infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_cases" WHERE ("case_type"=1) AND ("case_status"=5) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("client_id"=90)
09:53:53.825infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_cases" WHERE ("case_type"=2) AND ("case_status"=5) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("client_id"=90)
09:53:53.827infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "case_implement_count"=3 WHERE "id"=90
09:53:53.828infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=90) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
09:53:54.091traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:54.091traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:54.091infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (90, 5295, 'now()', NULL) RETURNING "id"
09:53:54.095infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ClientAmChangeLogs', 165232, 'a:5:{s:2:"id";i:165232;s:9:"client_id";i:90;s:9:"sales_rep";i:5295;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1000, '223.104.40.121')
09:53:54.096infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Clients', 90, 'a:1:{s:20:"case_implement_count";i:3;}', '', 1000, '223.104.40.121')
09:53:54.097traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
09:53:54.098traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
09:53:54.098traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
09:53:54.098traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:53:54.098traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:53:54.098infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 2, 1141, 'v2/case/save-new-callback', '{"CallbackRecords":{"callback_date":"2025-07-11","caseServices":{"230":"1","233":"1"},"case_id":"8249","client_id":"90","contact_id":"5144","created_by":"1000","description":"","pointDivision":{"1023":"1"},"satisfaction_score":"10","skill_score":"10"},"access_token":"oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH","device_type":"2","posttime":"1752198784","token":"a39027a611f1c86df26fc9ce2f294150","version_code":"1141"}', '{"code":200,"data":{"id":7276},"status":1,"msg":[{"name":"success","success":"Case\u5df2\u88ab\u6210\u529f\u5173\u95ed","error":""}]}', FALSE, '2025-07-11 09:53:54') RETURNING "id"