/* Navicat Premium Dump SQL Source Server : ai Source Server Type : MySQL Source Server Version : 80043 (8.0.43) Source Host : database-1.cvs822qoc391.ap-southeast-1.rds.amazonaws.com:3306 Source Schema : byteai Target Server Type : MySQL Target Server Version : 80043 (8.0.43) File Encoding : 65001 Date: 12/01/2026 10:19:56 */ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for ai_balance_change_record -- ---------------------------- DROP TABLE IF EXISTS `ai_balance_change_record`; CREATE TABLE `ai_balance_change_record` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `order_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '关联订单号', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `type` tinyint(1) NULL DEFAULT NULL COMMENT '操作类型', `change_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '变更金额', `result_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '变更后金额', PRIMARY KEY (`id`) USING BTREE, KEY `idx_order_no` (`order_no`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1159 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '余额使用记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_balance_change_record -- ---------------------------- INSERT INTO `ai_balance_change_record` VALUES (1, '0', '', '2025-12-02 10:41:48', '', '2025-12-02 02:41:47', NULL, 5, 5, -2.00, 9998743.00); INSERT INTO `ai_balance_change_record` VALUES (2, '0', '', '2025-12-02 10:43:46', '', '2025-12-02 02:43:46', NULL, 5, 5, -2.00, 9998741.00); INSERT INTO `ai_balance_change_record` VALUES (3, '0', '', '2025-12-02 10:47:00', '', '2025-12-02 02:46:59', NULL, 5, 5, -2.00, 9998739.00); INSERT INTO `ai_balance_change_record` VALUES (4, '0', '', '2025-12-02 10:48:48', '', '2025-12-02 02:48:48', NULL, 5, 5, -2.00, 9998737.00); INSERT INTO `ai_balance_change_record` VALUES (5, '0', '', '2025-12-02 10:49:55', '', '2025-12-02 02:49:54', NULL, 5, 5, -2.00, 9998735.00); INSERT INTO `ai_balance_change_record` VALUES (6, '0', '', '2025-12-02 10:51:14', '', '2025-12-02 02:51:14', NULL, 5, 5, -2.00, 9998733.00); INSERT INTO `ai_balance_change_record` VALUES (7, '0', '', '2025-12-02 10:52:21', '', '2025-12-02 02:52:20', NULL, 5, 5, -2.00, 9998731.00); INSERT INTO `ai_balance_change_record` VALUES (8, '0', '', '2025-12-02 10:53:18', '', '2025-12-02 02:53:18', NULL, 5, 5, -2.00, 9998729.00); INSERT INTO `ai_balance_change_record` VALUES (9, '0', '', '2025-12-02 10:54:22', '', '2025-12-02 02:54:22', NULL, 5, 5, -2.00, 9998727.00); INSERT INTO `ai_balance_change_record` VALUES (10, '0', '', '2025-12-02 10:57:01', '', '2025-12-02 02:57:01', NULL, 5, 5, -2.00, 9998725.00); INSERT INTO `ai_balance_change_record` VALUES (11, '0', '', '2025-12-02 12:32:18', '', '2025-12-02 04:32:17', NULL, 5, 8, -2.00, 9998723.00); INSERT INTO `ai_balance_change_record` VALUES (12, '0', '', '2025-12-02 12:32:30', '', '2025-12-02 04:32:30', NULL, 5, 8, -2.00, 9998721.00); INSERT INTO `ai_balance_change_record` VALUES (13, '0', '', '2025-12-02 12:33:42', '', '2025-12-02 04:33:41', NULL, 5, 8, -2.00, 9998719.00); INSERT INTO `ai_balance_change_record` VALUES (14, '0', '', '2025-12-02 12:34:15', '', '2025-12-02 04:34:15', NULL, 5, 8, -2.00, 9998717.00); INSERT INTO `ai_balance_change_record` VALUES (15, '0', '', '2025-12-02 12:34:25', '', '2025-12-02 04:34:25', NULL, 5, 8, -2.00, 9998715.00); INSERT INTO `ai_balance_change_record` VALUES (16, '0', '', '2025-12-02 12:34:33', '', '2025-12-02 04:34:32', NULL, 5, 8, -2.00, 9998713.00); INSERT INTO `ai_balance_change_record` VALUES (17, '0', '', '2025-12-02 12:34:47', '', '2025-12-02 04:34:47', NULL, 5, 8, -2.00, 9998711.00); INSERT INTO `ai_balance_change_record` VALUES (18, '0', '', '2025-12-02 12:35:01', '', '2025-12-02 04:35:00', NULL, 5, 8, -2.00, 9998709.00); INSERT INTO `ai_balance_change_record` VALUES (19, '0', '', '2025-12-02 12:35:31', '', '2025-12-02 04:35:31', NULL, 5, 8, -2.00, 9998707.00); INSERT INTO `ai_balance_change_record` VALUES (20, '0', '', '2025-12-02 12:35:39', '', '2025-12-02 04:35:38', NULL, 5, 8, -2.00, 9998705.00); INSERT INTO `ai_balance_change_record` VALUES (21, '0', '', '2025-12-02 12:36:27', '', '2025-12-02 04:36:26', NULL, 5, 8, -2.00, 9998703.00); INSERT INTO `ai_balance_change_record` VALUES (22, '0', '', '2025-12-02 12:36:36', '', '2025-12-02 04:36:35', NULL, 5, 8, -2.00, 9998701.00); INSERT INTO `ai_balance_change_record` VALUES (23, '0', '', '2025-12-02 12:37:25', '', '2025-12-02 04:37:25', NULL, 5, 9, -6.00, 9998695.00); INSERT INTO `ai_balance_change_record` VALUES (24, '0', '', '2025-12-02 12:37:54', '', '2025-12-02 04:37:54', NULL, 5, 9, -6.00, 9998689.00); INSERT INTO `ai_balance_change_record` VALUES (25, '0', '', '2025-12-02 17:22:05', '', '2025-12-02 09:22:04', NULL, 5, 5, -2.00, 9998687.00); INSERT INTO `ai_balance_change_record` VALUES (28, '0', '', '2025-12-02 17:23:07', '', '2025-12-02 09:23:07', NULL, 5, 6, -2.00, 9998685.00); INSERT INTO `ai_balance_change_record` VALUES (31, '0', '', '2025-12-02 17:47:56', '', '2025-12-02 09:47:55', NULL, 14, 5, -2.00, 831.00); INSERT INTO `ai_balance_change_record` VALUES (32, '0', '', '2025-12-02 17:47:59', '', '2025-12-02 09:47:59', NULL, 14, 5, -2.00, 829.00); INSERT INTO `ai_balance_change_record` VALUES (33, '0', '', '2025-12-02 17:48:04', '', '2025-12-02 09:48:03', NULL, 14, 5, -2.00, 827.00); INSERT INTO `ai_balance_change_record` VALUES (34, '0', '', '2025-12-02 17:48:19', '', '2025-12-02 09:48:18', NULL, 14, 5, -2.00, 825.00); INSERT INTO `ai_balance_change_record` VALUES (35, '0', '', '2025-12-02 20:21:32', '', '2025-12-02 12:21:32', NULL, 5, 8, -2.00, 9998683.00); INSERT INTO `ai_balance_change_record` VALUES (36, '0', '', '2025-12-02 20:26:26', '', '2025-12-02 12:26:26', NULL, 5, 5, -2.00, 9998681.00); INSERT INTO `ai_balance_change_record` VALUES (37, '0', '', '2025-12-02 20:26:32', '', '2025-12-02 12:26:32', NULL, 5, 5, -2.00, 9998679.00); INSERT INTO `ai_balance_change_record` VALUES (38, '0', '', '2025-12-02 20:27:08', '', '2025-12-02 12:27:07', NULL, 5, 5, -2.00, 9998677.00); INSERT INTO `ai_balance_change_record` VALUES (39, '0', '', '2025-12-02 22:04:13', '', '2025-12-02 14:04:12', NULL, 5, 5, -2.00, 9998675.00); INSERT INTO `ai_balance_change_record` VALUES (40, '0', '', '2025-12-02 22:05:12', '', '2025-12-02 14:05:12', NULL, 5, 5, -2.00, 9998673.00); INSERT INTO `ai_balance_change_record` VALUES (41, '0', '', '2025-12-03 16:55:20', '', '2025-12-03 08:55:19', NULL, 14, 9, -6.00, 819.00); INSERT INTO `ai_balance_change_record` VALUES (42, '0', '', '2025-12-03 16:56:10', '', '2025-12-03 08:56:09', NULL, 14, 9, -6.00, 813.00); INSERT INTO `ai_balance_change_record` VALUES (43, '0', '', '2025-12-03 16:58:45', '', '2025-12-03 08:58:44', NULL, 14, 9, -6.00, 807.00); INSERT INTO `ai_balance_change_record` VALUES (44, '0', '', '2025-12-03 16:59:48', '', '2025-12-03 08:59:47', NULL, 14, 9, -6.00, 801.00); INSERT INTO `ai_balance_change_record` VALUES (45, '0', '', '2025-12-03 17:00:23', '', '2025-12-03 09:00:23', NULL, 5, 9, -6.00, 9998667.00); INSERT INTO `ai_balance_change_record` VALUES (46, '0', '', '2025-12-03 17:09:15', '', '2025-12-03 09:09:14', NULL, 5, 5, -2.00, 9998665.00); INSERT INTO `ai_balance_change_record` VALUES (47, '0', '', '2025-12-03 17:30:30', '', '2025-12-03 09:30:29', NULL, 5, 9, -6.00, 9998659.00); INSERT INTO `ai_balance_change_record` VALUES (48, '0', '', '2025-12-03 17:36:03', '', '2025-12-03 09:36:02', NULL, 5, 9, -6.00, 9998653.00); INSERT INTO `ai_balance_change_record` VALUES (49, '0', '', '2025-12-03 17:37:25', '', '2025-12-03 09:37:25', NULL, 5, 9, -6.00, 9998647.00); INSERT INTO `ai_balance_change_record` VALUES (50, '0', '', '2025-12-03 17:41:38', '', '2025-12-03 09:41:37', NULL, 5, 9, -6.00, 9998641.00); INSERT INTO `ai_balance_change_record` VALUES (51, '0', '', '2025-12-03 18:10:18', '', '2025-12-03 10:10:18', NULL, 5, 9, -6.00, 9998635.00); INSERT INTO `ai_balance_change_record` VALUES (52, '0', '', '2025-12-03 18:14:16', '', '2025-12-03 10:14:15', NULL, 5, 9, -6.00, 9998629.00); INSERT INTO `ai_balance_change_record` VALUES (53, '0', '', '2025-12-03 18:14:18', '', '2025-12-03 10:14:18', NULL, 5, 9, -6.00, 9998623.00); INSERT INTO `ai_balance_change_record` VALUES (54, '0', '', '2025-12-03 18:15:22', '', '2025-12-03 10:15:21', NULL, 5, 9, -6.00, 9998617.00); INSERT INTO `ai_balance_change_record` VALUES (55, '0', '', '2025-12-03 19:38:09', '', '2025-12-03 11:38:09', NULL, 5, 9, -6.00, 9998611.00); INSERT INTO `ai_balance_change_record` VALUES (56, '0', '', '2025-12-03 19:42:44', '', '2025-12-03 11:42:44', NULL, 5, 9, -6.00, 9998605.00); INSERT INTO `ai_balance_change_record` VALUES (57, '0', '', '2025-12-03 19:44:15', '', '2025-12-03 11:44:15', NULL, 5, 9, -6.00, 9998599.00); INSERT INTO `ai_balance_change_record` VALUES (58, '0', '', '2025-12-03 19:48:49', '', '2025-12-03 11:48:48', NULL, 5, 5, -2.00, 9998597.00); INSERT INTO `ai_balance_change_record` VALUES (59, '0', '', '2025-12-03 19:49:47', '', '2025-12-03 11:49:47', NULL, 5, 5, -2.00, 9998595.00); INSERT INTO `ai_balance_change_record` VALUES (60, '0', '', '2025-12-03 19:51:44', '', '2025-12-03 11:51:44', NULL, 5, 9, -6.00, 9998589.00); INSERT INTO `ai_balance_change_record` VALUES (61, '0', '', '2025-12-03 19:55:35', '', '2025-12-03 11:55:35', NULL, 5, 9, -6.00, 9998583.00); INSERT INTO `ai_balance_change_record` VALUES (62, '0', '', '2025-12-03 19:56:25', '', '2025-12-03 11:56:24', NULL, 5, 9, -6.00, 9998577.00); INSERT INTO `ai_balance_change_record` VALUES (63, '0', '', '2025-12-03 19:58:12', '', '2025-12-03 11:58:11', NULL, 5, 9, -6.00, 9998571.00); INSERT INTO `ai_balance_change_record` VALUES (64, '0', '', '2025-12-03 20:34:49', '', '2025-12-03 12:34:49', NULL, 5, 8, -2.00, 9998569.00); INSERT INTO `ai_balance_change_record` VALUES (65, '0', '', '2025-12-03 20:35:10', '', '2025-12-03 12:35:09', NULL, 5, 8, -2.00, 9998567.00); INSERT INTO `ai_balance_change_record` VALUES (66, '0', '', '2025-12-03 20:35:31', '', '2025-12-03 12:35:31', NULL, 5, 8, -2.00, 9998565.00); INSERT INTO `ai_balance_change_record` VALUES (67, '0', '', '2025-12-03 20:35:50', '', '2025-12-03 12:35:49', NULL, 5, 8, -2.00, 9998563.00); INSERT INTO `ai_balance_change_record` VALUES (68, '0', '', '2025-12-03 20:36:02', '', '2025-12-03 12:36:02', NULL, 5, 8, -2.00, 9998561.00); INSERT INTO `ai_balance_change_record` VALUES (69, '0', '', '2025-12-03 21:21:37', '', '2025-12-03 13:21:37', NULL, 5, 8, -2.00, 9998559.00); INSERT INTO `ai_balance_change_record` VALUES (70, '0', '', '2025-12-03 21:22:19', '', '2025-12-03 13:22:18', NULL, 5, 8, -2.00, 9998557.00); INSERT INTO `ai_balance_change_record` VALUES (71, '0', '', '2025-12-03 21:22:38', '', '2025-12-03 13:22:37', NULL, 5, 8, -2.00, 9998555.00); INSERT INTO `ai_balance_change_record` VALUES (72, '0', '', '2025-12-03 21:22:49', '', '2025-12-03 13:22:48', NULL, 5, 8, -2.00, 9998553.00); INSERT INTO `ai_balance_change_record` VALUES (73, '0', '', '2025-12-03 21:26:21', '', '2025-12-03 13:26:20', NULL, 5, 8, -2.00, 9998551.00); INSERT INTO `ai_balance_change_record` VALUES (74, '0', '', '2025-12-03 21:27:35', '', '2025-12-03 13:27:35', NULL, 5, 8, -2.00, 9998549.00); INSERT INTO `ai_balance_change_record` VALUES (75, '0', '', '2025-12-03 21:28:52', '', '2025-12-03 13:28:52', NULL, 5, 8, -2.00, 9998547.00); INSERT INTO `ai_balance_change_record` VALUES (76, '0', '', '2025-12-03 21:30:45', '', '2025-12-03 13:30:44', NULL, 5, 5, -2.00, 9998545.00); INSERT INTO `ai_balance_change_record` VALUES (77, '0', '', '2025-12-03 21:32:54', '', '2025-12-03 13:32:53', NULL, 5, 5, -2.00, 9998543.00); INSERT INTO `ai_balance_change_record` VALUES (78, '0', '', '2025-12-03 21:34:37', '', '2025-12-03 13:34:37', NULL, 5, 5, -2.00, 9998541.00); INSERT INTO `ai_balance_change_record` VALUES (79, '0', '', '2025-12-03 21:36:20', '', '2025-12-03 13:36:20', NULL, 5, 5, -2.00, 9998539.00); INSERT INTO `ai_balance_change_record` VALUES (80, '0', '', '2025-12-03 21:48:24', '', '2025-12-03 13:48:24', NULL, 5, 5, -2.00, 9998537.00); INSERT INTO `ai_balance_change_record` VALUES (81, '0', '', '2025-12-03 21:49:53', '', '2025-12-03 13:49:52', NULL, 5, 8, -2.00, 9998535.00); INSERT INTO `ai_balance_change_record` VALUES (82, '0', '', '2025-12-03 21:50:11', '', '2025-12-03 13:50:11', NULL, 5, 8, -2.00, 9998533.00); INSERT INTO `ai_balance_change_record` VALUES (83, '0', '', '2025-12-03 21:50:30', '', '2025-12-03 13:50:30', NULL, 5, 8, -2.00, 9998531.00); INSERT INTO `ai_balance_change_record` VALUES (84, '0', '', '2025-12-03 21:50:47', '', '2025-12-03 13:50:47', NULL, 5, 8, -2.00, 9998529.00); INSERT INTO `ai_balance_change_record` VALUES (85, '0', '', '2025-12-03 21:51:04', '', '2025-12-03 13:51:03', NULL, 5, 8, -2.00, 9998527.00); INSERT INTO `ai_balance_change_record` VALUES (86, '0', '', '2025-12-03 21:51:24', '', '2025-12-03 13:51:24', NULL, 5, 8, -2.00, 9998525.00); INSERT INTO `ai_balance_change_record` VALUES (87, '0', '', '2025-12-03 21:51:40', '', '2025-12-03 13:51:39', NULL, 5, 8, -2.00, 9998523.00); INSERT INTO `ai_balance_change_record` VALUES (88, '0', '', '2025-12-03 21:51:55', '', '2025-12-03 13:51:54', NULL, 5, 8, -2.00, 9998521.00); INSERT INTO `ai_balance_change_record` VALUES (89, '0', '', '2025-12-03 21:52:24', '', '2025-12-03 13:52:23', NULL, 5, 8, -2.00, 9998519.00); INSERT INTO `ai_balance_change_record` VALUES (90, '0', '', '2025-12-03 21:52:38', '', '2025-12-03 13:52:38', NULL, 5, 8, -2.00, 9998517.00); INSERT INTO `ai_balance_change_record` VALUES (91, '0', '', '2025-12-03 21:52:50', '', '2025-12-03 13:52:49', NULL, 5, 8, -2.00, 9998515.00); INSERT INTO `ai_balance_change_record` VALUES (92, '0', '', '2025-12-03 21:53:12', '', '2025-12-03 13:53:11', NULL, 5, 8, -2.00, 9998513.00); INSERT INTO `ai_balance_change_record` VALUES (93, '0', '', '2025-12-03 21:53:43', '', '2025-12-03 13:53:43', NULL, 5, 8, -2.00, 9998511.00); INSERT INTO `ai_balance_change_record` VALUES (94, '0', '', '2025-12-03 21:54:06', '', '2025-12-03 13:54:06', NULL, 5, 8, -2.00, 9998509.00); INSERT INTO `ai_balance_change_record` VALUES (95, '0', '', '2025-12-03 21:54:27', '', '2025-12-03 13:54:27', NULL, 5, 8, -2.00, 9998507.00); INSERT INTO `ai_balance_change_record` VALUES (96, '0', '', '2025-12-04 10:07:11', '', '2025-12-04 02:07:10', NULL, 14, 9, -6.00, 795.00); INSERT INTO `ai_balance_change_record` VALUES (97, '0', '', '2025-12-04 10:08:18', '', '2025-12-04 02:08:18', NULL, 14, 9, -6.00, 789.00); INSERT INTO `ai_balance_change_record` VALUES (98, '0', '', '2025-12-04 10:10:17', '', '2025-12-04 02:10:17', NULL, 14, 5, -2.00, 787.00); INSERT INTO `ai_balance_change_record` VALUES (99, '0', '', '2025-12-04 17:12:16', '', '2025-12-04 09:12:15', NULL, 14, 5, -2.00, 785.00); INSERT INTO `ai_balance_change_record` VALUES (100, '0', '', '2025-12-04 18:02:04', '', '2025-12-04 10:02:04', NULL, 14, 9, -6.00, 779.00); INSERT INTO `ai_balance_change_record` VALUES (101, '0', '', '2025-12-04 18:05:38', '', '2025-12-04 10:05:37', NULL, 14, 8, -2.00, 777.00); INSERT INTO `ai_balance_change_record` VALUES (102, '0', '', '2025-12-04 18:06:05', '', '2025-12-04 10:06:05', NULL, 14, 8, -2.00, 775.00); INSERT INTO `ai_balance_change_record` VALUES (103, '0', '', '2025-12-04 18:06:38', '', '2025-12-04 10:06:37', NULL, 14, 8, -2.00, 773.00); INSERT INTO `ai_balance_change_record` VALUES (104, '0', '', '2025-12-04 18:07:31', '', '2025-12-04 10:07:31', NULL, 14, 9, -6.00, 767.00); INSERT INTO `ai_balance_change_record` VALUES (105, '0', '', '2025-12-04 18:23:49', '', '2025-12-04 10:23:48', NULL, 14, 9, -6.00, 761.00); INSERT INTO `ai_balance_change_record` VALUES (106, '0', '', '2025-12-04 18:24:36', '', '2025-12-04 10:24:36', NULL, 14, 9, -6.00, 755.00); INSERT INTO `ai_balance_change_record` VALUES (107, '0', '', '2025-12-04 18:27:05', '', '2025-12-04 10:27:04', NULL, 14, 9, -6.00, 749.00); INSERT INTO `ai_balance_change_record` VALUES (108, '0', '', '2025-12-05 00:02:14', '', '2025-12-04 16:02:14', NULL, 5, 9, -6.00, 9998501.00); INSERT INTO `ai_balance_change_record` VALUES (109, '0', '', '2025-12-06 09:49:51', '', '2025-12-06 01:49:50', NULL, 5, 7, -2.00, 9998499.00); INSERT INTO `ai_balance_change_record` VALUES (110, '0', '', '2025-12-06 10:17:10', '', '2025-12-06 02:17:09', NULL, 5, 7, -2.00, 9998497.00); INSERT INTO `ai_balance_change_record` VALUES (111, '0', '', '2025-12-06 10:17:37', '', '2025-12-06 02:17:36', NULL, 5, 7, -2.00, 9998495.00); INSERT INTO `ai_balance_change_record` VALUES (112, '0', '', '2025-12-06 10:18:01', '', '2025-12-06 02:18:00', NULL, 5, 7, -2.00, 9998493.00); INSERT INTO `ai_balance_change_record` VALUES (113, '0', '', '2025-12-07 10:07:03', '', '2025-12-07 02:07:03', NULL, 14, 8, -2.00, 747.00); INSERT INTO `ai_balance_change_record` VALUES (114, '0', '', '2025-12-07 10:07:41', '', '2025-12-07 02:07:40', NULL, 14, 8, -2.00, 745.00); INSERT INTO `ai_balance_change_record` VALUES (115, '0', '', '2025-12-07 10:15:34', '', '2025-12-07 02:15:33', NULL, 14, 5, -2.00, 743.00); INSERT INTO `ai_balance_change_record` VALUES (116, '0', '', '2025-12-07 10:18:27', '', '2025-12-07 02:18:27', NULL, 14, 5, -2.00, 741.00); INSERT INTO `ai_balance_change_record` VALUES (117, '0', '', '2025-12-07 11:20:21', '', '2025-12-07 03:20:20', NULL, 14, 5, -2.00, 739.00); INSERT INTO `ai_balance_change_record` VALUES (118, '0', '', '2025-12-07 11:21:01', '', '2025-12-07 03:21:01', NULL, 14, 5, -2.00, 737.00); INSERT INTO `ai_balance_change_record` VALUES (119, '0', '', '2025-12-07 14:39:21', '', '2025-12-07 06:39:20', NULL, 14, 5, -2.00, 735.00); INSERT INTO `ai_balance_change_record` VALUES (120, '0', '', '2025-12-07 14:39:29', '', '2025-12-07 06:39:29', NULL, 14, 5, -2.00, 733.00); INSERT INTO `ai_balance_change_record` VALUES (121, '0', '', '2025-12-07 14:40:04', '', '2025-12-07 06:40:03', NULL, 14, 5, -2.00, 731.00); INSERT INTO `ai_balance_change_record` VALUES (122, '0', '', '2025-12-07 14:41:24', '', '2025-12-07 06:41:23', NULL, 14, 5, -2.00, 729.00); INSERT INTO `ai_balance_change_record` VALUES (123, '0', '', '2025-12-07 14:52:38', '', '2025-12-07 06:52:38', NULL, 15, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (124, '0', '', '2025-12-07 16:10:57', '', '2025-12-07 08:10:56', NULL, 5, 5, -2.00, 9998491.00); INSERT INTO `ai_balance_change_record` VALUES (125, '0', '', '2025-12-07 16:11:02', '', '2025-12-07 08:11:01', NULL, 5, 5, -2.00, 9998489.00); INSERT INTO `ai_balance_change_record` VALUES (126, '0', '', '2025-12-07 16:11:06', '', '2025-12-07 08:11:06', NULL, 5, 5, -2.00, 9998487.00); INSERT INTO `ai_balance_change_record` VALUES (127, '0', '', '2025-12-07 16:11:11', '', '2025-12-07 08:11:11', NULL, 5, 5, -2.00, 9998485.00); INSERT INTO `ai_balance_change_record` VALUES (128, '0', '', '2025-12-07 16:11:15', '', '2025-12-07 08:11:15', NULL, 5, 5, -2.00, 9998483.00); INSERT INTO `ai_balance_change_record` VALUES (129, '0', '', '2025-12-07 16:11:17', '', '2025-12-07 08:11:17', NULL, 5, 5, -2.00, 9998481.00); INSERT INTO `ai_balance_change_record` VALUES (130, '0', '', '2025-12-07 16:11:40', '', '2025-12-07 08:11:39', NULL, 5, 5, -2.00, 9998479.00); INSERT INTO `ai_balance_change_record` VALUES (131, '0', '', '2025-12-07 16:11:44', '', '2025-12-07 08:11:44', NULL, 5, 5, -2.00, 9998477.00); INSERT INTO `ai_balance_change_record` VALUES (132, '0', '', '2025-12-07 16:11:47', '', '2025-12-07 08:11:47', NULL, 5, 5, -2.00, 9998475.00); INSERT INTO `ai_balance_change_record` VALUES (133, '0', '', '2025-12-07 16:42:21', '', '2025-12-07 08:42:20', NULL, 14, 5, -2.00, 727.00); INSERT INTO `ai_balance_change_record` VALUES (134, '0', '', '2025-12-07 16:42:26', '', '2025-12-07 08:42:26', NULL, 5, 5, -2.00, 9998473.00); INSERT INTO `ai_balance_change_record` VALUES (135, '0', '', '2025-12-07 16:42:40', '', '2025-12-07 08:42:40', NULL, 5, 5, -2.00, 9998471.00); INSERT INTO `ai_balance_change_record` VALUES (136, '0', '', '2025-12-07 17:03:45', '', '2025-12-07 09:03:45', NULL, 14, 5, -2.00, 725.00); INSERT INTO `ai_balance_change_record` VALUES (137, '0', '', '2025-12-07 17:04:59', '', '2025-12-07 09:04:58', NULL, 14, 7, -2.00, 723.00); INSERT INTO `ai_balance_change_record` VALUES (138, '0', '', '2025-12-07 17:05:49', '', '2025-12-07 09:05:48', NULL, 14, 9, -6.00, 717.00); INSERT INTO `ai_balance_change_record` VALUES (139, '0', '', '2025-12-07 17:06:56', '', '2025-12-07 09:06:55', NULL, 14, 9, -6.00, 711.00); INSERT INTO `ai_balance_change_record` VALUES (140, '0', '', '2025-12-07 17:15:46', '', '2025-12-07 09:15:45', NULL, 16, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (143, '0', '', '2025-12-07 17:22:27', '', '2025-12-07 09:22:27', NULL, 16, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (144, '0', '', '2025-12-07 17:23:21', '', '2025-12-07 09:23:20', NULL, 16, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (145, '0', '', '2025-12-07 17:24:38', '', '2025-12-07 09:24:37', NULL, 16, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (146, '0', '', '2025-12-07 17:25:23', '', '2025-12-07 09:25:22', NULL, 16, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (147, '0', '', '2025-12-07 17:27:32', '', '2025-12-07 09:27:31', NULL, 16, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (148, '0', '', '2025-12-07 17:28:57', '', '2025-12-07 09:28:57', NULL, 17, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (149, '0', '', '2025-12-07 17:33:11', '', '2025-12-07 09:33:10', NULL, 17, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (150, '0', '', '2025-12-07 17:35:04', '', '2025-12-07 09:35:04', NULL, 17, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (156, '0', '', '2025-12-07 17:40:17', '', '2025-12-07 09:40:16', NULL, 17, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (157, '0', '', '2025-12-07 17:42:21', '', '2025-12-07 09:42:21', NULL, 17, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (158, '0', '', '2025-12-07 17:47:59', '', '2025-12-07 09:47:59', NULL, 17, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (159, '0', '', '2025-12-07 21:20:40', '', '2025-12-07 13:20:39', NULL, 5, 5, -2.00, 9998469.00); INSERT INTO `ai_balance_change_record` VALUES (160, '0', '', '2025-12-07 21:40:01', '', '2025-12-07 13:40:00', NULL, 5, 5, -2.00, 9998467.00); INSERT INTO `ai_balance_change_record` VALUES (161, '0', '', '2025-12-07 21:40:03', '', '2025-12-07 13:40:03', NULL, 5, 5, -2.00, 9998465.00); INSERT INTO `ai_balance_change_record` VALUES (162, '0', '', '2025-12-07 21:40:05', '', '2025-12-07 13:40:05', NULL, 5, 5, -2.00, 9998463.00); INSERT INTO `ai_balance_change_record` VALUES (163, '0', '', '2025-12-07 21:42:26', '', '2025-12-07 13:42:26', NULL, 5, 5, -2.00, 9998461.00); INSERT INTO `ai_balance_change_record` VALUES (164, '0', '', '2025-12-07 21:53:11', '', '2025-12-07 13:53:11', NULL, 5, 5, -2.00, 9998459.00); INSERT INTO `ai_balance_change_record` VALUES (165, '0', '', '2025-12-07 21:53:15', '', '2025-12-07 13:53:14', NULL, 5, 5, -2.00, 9998457.00); INSERT INTO `ai_balance_change_record` VALUES (166, '0', '', '2025-12-07 21:53:17', '', '2025-12-07 13:53:16', NULL, 5, 5, -2.00, 9998455.00); INSERT INTO `ai_balance_change_record` VALUES (167, '0', '', '2025-12-07 21:53:19', '', '2025-12-07 13:53:19', NULL, 5, 5, -2.00, 9998453.00); INSERT INTO `ai_balance_change_record` VALUES (168, '0', '', '2025-12-07 21:53:21', '', '2025-12-07 13:53:20', NULL, 5, 5, -2.00, 9998451.00); INSERT INTO `ai_balance_change_record` VALUES (169, '0', '', '2025-12-07 21:53:22', '', '2025-12-07 13:53:22', NULL, 5, 5, -2.00, 9998449.00); INSERT INTO `ai_balance_change_record` VALUES (170, '0', '', '2025-12-07 21:53:35', '', '2025-12-07 13:53:34', NULL, 5, 5, -2.00, 9998447.00); INSERT INTO `ai_balance_change_record` VALUES (171, '0', '', '2025-12-07 21:53:37', '', '2025-12-07 13:53:37', NULL, 5, 5, -2.00, 9998445.00); INSERT INTO `ai_balance_change_record` VALUES (172, '0', '', '2025-12-07 21:53:39', '', '2025-12-07 13:53:38', NULL, 5, 5, -2.00, 9998443.00); INSERT INTO `ai_balance_change_record` VALUES (173, '0', '', '2025-12-07 21:53:40', '', '2025-12-07 13:53:40', NULL, 5, 5, -2.00, 9998441.00); INSERT INTO `ai_balance_change_record` VALUES (174, '0', '', '2025-12-07 21:53:42', '', '2025-12-07 13:53:42', NULL, 5, 5, -2.00, 9998439.00); INSERT INTO `ai_balance_change_record` VALUES (175, '0', '', '2025-12-07 21:55:12', '', '2025-12-07 13:55:12', NULL, 5, 5, -2.00, 9998437.00); INSERT INTO `ai_balance_change_record` VALUES (176, '0', '', '2025-12-07 21:56:05', '', '2025-12-07 13:56:05', NULL, 5, 5, -2.00, 9998435.00); INSERT INTO `ai_balance_change_record` VALUES (177, '0', '', '2025-12-07 22:03:53', '', '2025-12-07 14:03:53', NULL, 5, 5, -2.00, 9998433.00); INSERT INTO `ai_balance_change_record` VALUES (178, '0', '', '2025-12-07 22:03:55', '', '2025-12-07 14:03:54', NULL, 5, 5, -2.00, 9998431.00); INSERT INTO `ai_balance_change_record` VALUES (179, '0', '', '2025-12-07 22:03:56', '', '2025-12-07 14:03:56', NULL, 5, 5, -2.00, 9998429.00); INSERT INTO `ai_balance_change_record` VALUES (180, '0', '', '2025-12-07 22:03:58', '', '2025-12-07 14:03:58', NULL, 5, 5, -2.00, 9998427.00); INSERT INTO `ai_balance_change_record` VALUES (181, '0', '', '2025-12-07 22:12:18', '', '2025-12-07 14:12:18', NULL, 5, 5, -2.00, 9998425.00); INSERT INTO `ai_balance_change_record` VALUES (182, '0', '', '2025-12-07 22:12:20', '', '2025-12-07 14:12:20', NULL, 5, 5, -2.00, 9998423.00); INSERT INTO `ai_balance_change_record` VALUES (183, '0', '', '2025-12-07 22:12:22', '', '2025-12-07 14:12:21', NULL, 5, 5, -2.00, 9998421.00); INSERT INTO `ai_balance_change_record` VALUES (184, '0', '', '2025-12-07 22:12:25', '', '2025-12-07 14:12:25', NULL, 5, 5, -2.00, 9998419.00); INSERT INTO `ai_balance_change_record` VALUES (185, '0', '', '2025-12-07 22:12:42', '', '2025-12-07 14:12:41', NULL, 5, 5, -2.00, 9998417.00); INSERT INTO `ai_balance_change_record` VALUES (186, '0', '', '2025-12-07 22:12:43', '', '2025-12-07 14:12:43', NULL, 5, 5, -2.00, 9998415.00); INSERT INTO `ai_balance_change_record` VALUES (187, '0', '', '2025-12-07 22:13:00', '', '2025-12-07 14:13:00', NULL, 5, 5, -2.00, 9998413.00); INSERT INTO `ai_balance_change_record` VALUES (188, '0', '', '2025-12-07 22:13:04', '', '2025-12-07 14:13:04', NULL, 5, 5, -2.00, 9998411.00); INSERT INTO `ai_balance_change_record` VALUES (189, '0', '', '2025-12-07 22:13:10', '', '2025-12-07 14:13:09', NULL, 5, 5, -2.00, 9998409.00); INSERT INTO `ai_balance_change_record` VALUES (190, '0', '', '2025-12-08 10:50:11', '', '2025-12-08 02:50:11', NULL, 14, 5, -2.00, 709.00); INSERT INTO `ai_balance_change_record` VALUES (191, '0', '', '2025-12-08 10:54:51', '', '2025-12-08 02:54:51', NULL, 14, 5, -2.00, 707.00); INSERT INTO `ai_balance_change_record` VALUES (192, '0', '', '2025-12-08 10:55:39', '', '2025-12-08 02:55:39', NULL, 14, 5, -2.00, 705.00); INSERT INTO `ai_balance_change_record` VALUES (193, '0', '', '2025-12-08 10:55:42', '', '2025-12-08 02:55:42', NULL, 14, 5, -2.00, 703.00); INSERT INTO `ai_balance_change_record` VALUES (194, '0', '', '2025-12-08 10:57:53', '', '2025-12-08 02:57:53', NULL, 14, 5, -2.00, 701.00); INSERT INTO `ai_balance_change_record` VALUES (195, '0', '', '2025-12-08 10:57:55', '', '2025-12-08 02:57:55', NULL, 14, 5, -2.00, 699.00); INSERT INTO `ai_balance_change_record` VALUES (196, '0', '', '2025-12-08 10:58:25', '', '2025-12-08 02:58:25', NULL, 14, 5, -2.00, 697.00); INSERT INTO `ai_balance_change_record` VALUES (197, '0', '', '2025-12-08 10:59:10', '', '2025-12-08 02:59:10', NULL, 14, 5, -2.00, 695.00); INSERT INTO `ai_balance_change_record` VALUES (198, '0', '', '2025-12-08 10:59:12', '', '2025-12-08 02:59:11', NULL, 14, 5, -2.00, 693.00); INSERT INTO `ai_balance_change_record` VALUES (199, '0', '', '2025-12-08 11:08:21', '', '2025-12-08 03:08:21', NULL, 14, 5, -2.00, 691.00); INSERT INTO `ai_balance_change_record` VALUES (200, '0', '', '2025-12-08 11:09:08', '', '2025-12-08 03:09:08', NULL, 14, 5, -2.00, 689.00); INSERT INTO `ai_balance_change_record` VALUES (201, '0', '', '2025-12-08 11:10:07', '', '2025-12-08 03:10:06', NULL, 14, 5, -2.00, 687.00); INSERT INTO `ai_balance_change_record` VALUES (202, '0', '', '2025-12-08 11:15:16', '', '2025-12-08 03:15:15', NULL, 14, 8, -2.00, 685.00); INSERT INTO `ai_balance_change_record` VALUES (203, '0', '', '2025-12-08 11:16:36', '', '2025-12-08 03:16:36', NULL, 14, 8, -2.00, 683.00); INSERT INTO `ai_balance_change_record` VALUES (204, '0', '', '2025-12-08 12:53:23', '', '2025-12-08 04:53:23', NULL, 18, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (205, '0', '', '2025-12-08 12:54:59', '', '2025-12-08 04:54:58', NULL, 18, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (206, '0', '', '2025-12-08 12:55:02', '', '2025-12-08 04:55:02', NULL, 18, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (207, '0', '', '2025-12-08 12:55:18', '', '2025-12-08 04:55:18', NULL, 18, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (208, '0', '', '2025-12-08 12:55:48', '', '2025-12-08 04:55:48', NULL, 18, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (209, '0', '', '2025-12-08 14:42:14', '', '2025-12-08 06:42:14', NULL, 14, 5, -2.00, 681.00); INSERT INTO `ai_balance_change_record` VALUES (210, '0', '', '2025-12-08 14:42:17', '', '2025-12-08 06:42:17', NULL, 14, 5, -2.00, 679.00); INSERT INTO `ai_balance_change_record` VALUES (211, '0', '', '2025-12-08 15:03:04', '', '2025-12-08 07:03:04', NULL, 14, 5, -2.00, 677.00); INSERT INTO `ai_balance_change_record` VALUES (212, '0', '', '2025-12-08 15:03:06', '', '2025-12-08 07:03:05', NULL, 14, 5, -2.00, 675.00); INSERT INTO `ai_balance_change_record` VALUES (213, '0', '', '2025-12-08 15:04:44', '', '2025-12-08 07:04:43', NULL, 14, 6, -2.00, 673.00); INSERT INTO `ai_balance_change_record` VALUES (214, '0', '', '2025-12-08 15:05:13', '', '2025-12-08 07:05:13', NULL, 14, 6, -2.00, 671.00); INSERT INTO `ai_balance_change_record` VALUES (215, '0', '', '2025-12-08 15:37:43', '', '2025-12-08 07:37:43', NULL, 14, 6, -2.00, 669.00); INSERT INTO `ai_balance_change_record` VALUES (216, '0', '', '2025-12-08 15:38:22', '', '2025-12-08 07:38:21', NULL, 14, 6, -2.00, 667.00); INSERT INTO `ai_balance_change_record` VALUES (217, '0', '', '2025-12-08 15:48:00', '', '2025-12-08 07:47:59', NULL, 19, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (218, '0', '', '2025-12-08 15:48:53', '', '2025-12-08 07:48:52', NULL, 19, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (219, '0', '', '2025-12-08 15:50:04', '', '2025-12-08 07:50:03', NULL, 20, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (220, '0', '', '2025-12-08 15:50:32', '', '2025-12-08 07:50:32', NULL, 20, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (221, '0', '', '2025-12-08 15:50:35', '', '2025-12-08 07:50:34', NULL, 20, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (222, '0', '', '2025-12-08 15:50:50', '', '2025-12-08 07:50:50', NULL, 20, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (223, '0', '', '2025-12-08 15:56:06', '', '2025-12-08 07:56:05', NULL, 20, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (224, '0', '', '2025-12-08 15:58:58', '', '2025-12-08 07:58:58', NULL, 20, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (225, '0', '', '2025-12-08 16:02:52', '', '2025-12-08 08:02:52', NULL, 14, 8, -2.00, 665.00); INSERT INTO `ai_balance_change_record` VALUES (226, '0', '', '2025-12-08 16:03:37', '', '2025-12-08 08:03:37', NULL, 14, 8, -2.00, 663.00); INSERT INTO `ai_balance_change_record` VALUES (227, '0', '', '2025-12-08 16:04:13', '', '2025-12-08 08:04:12', NULL, 14, 8, -2.00, 661.00); INSERT INTO `ai_balance_change_record` VALUES (228, '0', '', '2025-12-08 16:29:13', '', '2025-12-08 08:29:12', NULL, 14, 8, -2.00, 659.00); INSERT INTO `ai_balance_change_record` VALUES (229, '0', '', '2025-12-08 16:29:40', '', '2025-12-08 08:29:39', NULL, 14, 8, -2.00, 657.00); INSERT INTO `ai_balance_change_record` VALUES (230, '0', '', '2025-12-08 16:30:00', '', '2025-12-08 08:30:00', NULL, 14, 8, -2.00, 655.00); INSERT INTO `ai_balance_change_record` VALUES (231, '0', '', '2025-12-08 16:30:28', '', '2025-12-08 08:30:27', NULL, 14, 8, -2.00, 653.00); INSERT INTO `ai_balance_change_record` VALUES (232, '0', '', '2025-12-08 16:30:56', '', '2025-12-08 08:30:55', NULL, 14, 8, -2.00, 651.00); INSERT INTO `ai_balance_change_record` VALUES (233, '0', '', '2025-12-08 16:40:48', '', '2025-12-08 08:40:48', NULL, 5, 9, -6.00, 9998403.00); INSERT INTO `ai_balance_change_record` VALUES (234, '0', '', '2025-12-08 16:53:48', '', '2025-12-08 08:53:48', NULL, 5, 9, -6.00, 9998397.00); INSERT INTO `ai_balance_change_record` VALUES (235, '0', '', '2025-12-08 16:57:28', '', '2025-12-08 08:57:28', NULL, 5, 5, -2.00, 9998395.00); INSERT INTO `ai_balance_change_record` VALUES (236, '0', '', '2025-12-08 16:59:03', '', '2025-12-08 08:59:02', NULL, 5, 5, -2.00, 9998393.00); INSERT INTO `ai_balance_change_record` VALUES (237, '0', '', '2025-12-08 17:00:20', '', '2025-12-08 09:00:19', NULL, 5, 9, -6.00, 9998387.00); INSERT INTO `ai_balance_change_record` VALUES (238, '0', '', '2025-12-08 17:02:21', '', '2025-12-08 09:02:20', NULL, 18, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (239, '0', '', '2025-12-08 17:02:22', '', '2025-12-08 09:02:22', NULL, 18, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (240, '0', '', '2025-12-08 17:02:54', '', '2025-12-08 09:02:53', NULL, 5, 9, -6.00, 9998381.00); INSERT INTO `ai_balance_change_record` VALUES (241, '0', '', '2025-12-08 17:10:18', '', '2025-12-08 09:10:17', NULL, 5, 9, -6.00, 9998375.00); INSERT INTO `ai_balance_change_record` VALUES (242, '0', '', '2025-12-08 17:20:32', '', '2025-12-08 09:20:31', NULL, 21, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (243, '0', '', '2025-12-08 17:33:07', '', '2025-12-08 09:33:07', NULL, 5, 11, -9898392.00, 99983.00); INSERT INTO `ai_balance_change_record` VALUES (244, '0', '', '2025-12-08 17:40:26', '', '2025-12-08 09:40:25', NULL, 16, 11, 100000.00, 100000.00); INSERT INTO `ai_balance_change_record` VALUES (245, '0', '', '2025-12-08 17:40:34', '', '2025-12-08 09:40:34', NULL, 16, 5, -2.00, 99998.00); INSERT INTO `ai_balance_change_record` VALUES (246, '0', '', '2025-12-08 17:41:37', '', '2025-12-08 09:41:36', NULL, 16, 5, -2.00, 99996.00); INSERT INTO `ai_balance_change_record` VALUES (247, '0', '', '2025-12-08 17:42:10', '', '2025-12-08 09:42:10', NULL, 16, 5, -2.00, 99994.00); INSERT INTO `ai_balance_change_record` VALUES (248, '0', '', '2025-12-08 17:42:12', '', '2025-12-08 09:42:12', NULL, 16, 5, -2.00, 99992.00); INSERT INTO `ai_balance_change_record` VALUES (249, '0', '', '2025-12-08 17:42:13', '', '2025-12-08 09:42:13', NULL, 16, 5, -2.00, 99990.00); INSERT INTO `ai_balance_change_record` VALUES (250, '0', '', '2025-12-08 17:42:14', '', '2025-12-08 09:42:14', NULL, 16, 5, -2.00, 99988.00); INSERT INTO `ai_balance_change_record` VALUES (251, '0', '', '2025-12-08 17:42:15', '', '2025-12-08 09:42:14', NULL, 16, 5, -2.00, 99986.00); INSERT INTO `ai_balance_change_record` VALUES (252, '0', '', '2025-12-08 17:42:16', '', '2025-12-08 09:42:15', NULL, 16, 5, -2.00, 99984.00); INSERT INTO `ai_balance_change_record` VALUES (253, '0', '', '2025-12-08 17:42:17', '', '2025-12-08 09:42:16', NULL, 16, 5, -2.00, 99982.00); INSERT INTO `ai_balance_change_record` VALUES (254, '0', '', '2025-12-08 17:42:24', '', '2025-12-08 09:42:23', NULL, 16, 5, -2.00, 99980.00); INSERT INTO `ai_balance_change_record` VALUES (255, '0', '', '2025-12-08 17:42:37', '', '2025-12-08 09:42:36', NULL, 16, 5, -2.00, 99978.00); INSERT INTO `ai_balance_change_record` VALUES (256, '0', '', '2025-12-08 17:43:07', '', '2025-12-08 09:43:06', NULL, 16, 5, -2.00, 99976.00); INSERT INTO `ai_balance_change_record` VALUES (257, '0', '', '2025-12-08 17:44:34', '', '2025-12-08 09:44:33', NULL, 16, 5, -2.00, 99974.00); INSERT INTO `ai_balance_change_record` VALUES (258, '0', '', '2025-12-08 17:49:05', '', '2025-12-08 09:49:04', NULL, 5, 9, -6.00, 99977.00); INSERT INTO `ai_balance_change_record` VALUES (259, '0', '', '2025-12-08 17:50:33', '', '2025-12-08 09:50:33', NULL, 5, 9, -6.00, 99971.00); INSERT INTO `ai_balance_change_record` VALUES (260, '0', '', '2025-12-08 18:25:57', '', '2025-12-08 10:25:56', NULL, 5, 9, -6.00, 99965.00); INSERT INTO `ai_balance_change_record` VALUES (261, '0', '', '2025-12-08 18:46:01', '', '2025-12-08 10:46:01', NULL, 14, 5, -2.00, 649.00); INSERT INTO `ai_balance_change_record` VALUES (262, '0', '', '2025-12-08 18:46:03', '', '2025-12-08 10:46:03', NULL, 14, 5, -2.00, 647.00); INSERT INTO `ai_balance_change_record` VALUES (263, '0', '', '2025-12-08 18:46:04', '', '2025-12-08 10:46:04', NULL, 14, 5, -2.00, 645.00); INSERT INTO `ai_balance_change_record` VALUES (264, '0', '', '2025-12-08 18:46:05', '', '2025-12-08 10:46:05', NULL, 14, 5, -2.00, 643.00); INSERT INTO `ai_balance_change_record` VALUES (265, '0', '', '2025-12-08 18:46:06', '', '2025-12-08 10:46:06', NULL, 14, 5, -2.00, 641.00); INSERT INTO `ai_balance_change_record` VALUES (266, '0', '', '2025-12-08 18:46:08', '', '2025-12-08 10:46:07', NULL, 14, 5, -2.00, 639.00); INSERT INTO `ai_balance_change_record` VALUES (267, '0', '', '2025-12-08 18:46:08', '', '2025-12-08 10:46:08', NULL, 14, 5, -2.00, 637.00); INSERT INTO `ai_balance_change_record` VALUES (268, '0', '', '2025-12-08 18:46:09', '', '2025-12-08 10:46:09', NULL, 14, 5, -2.00, 635.00); INSERT INTO `ai_balance_change_record` VALUES (269, '0', '', '2025-12-08 18:46:10', '', '2025-12-08 10:46:09', NULL, 14, 5, -2.00, 633.00); INSERT INTO `ai_balance_change_record` VALUES (270, '0', '', '2025-12-08 18:46:11', '', '2025-12-08 10:46:10', NULL, 14, 5, -2.00, 631.00); INSERT INTO `ai_balance_change_record` VALUES (271, '0', '', '2025-12-08 18:46:11', '', '2025-12-08 10:46:11', NULL, 14, 5, -2.00, 629.00); INSERT INTO `ai_balance_change_record` VALUES (272, '0', '', '2025-12-08 18:46:12', '', '2025-12-08 10:46:11', NULL, 14, 5, -2.00, 627.00); INSERT INTO `ai_balance_change_record` VALUES (273, '0', '', '2025-12-08 18:46:12', '', '2025-12-08 10:46:12', NULL, 14, 5, -2.00, 625.00); INSERT INTO `ai_balance_change_record` VALUES (274, '0', '', '2025-12-08 18:46:18', '', '2025-12-08 10:46:18', NULL, 14, 5, -2.00, 623.00); INSERT INTO `ai_balance_change_record` VALUES (275, '0', '', '2025-12-08 18:46:20', '', '2025-12-08 10:46:20', NULL, 14, 5, -2.00, 621.00); INSERT INTO `ai_balance_change_record` VALUES (276, '0', '', '2025-12-08 18:46:21', '', '2025-12-08 10:46:21', NULL, 14, 5, -2.00, 619.00); INSERT INTO `ai_balance_change_record` VALUES (277, '0', '', '2025-12-08 19:45:16', '', '2025-12-08 11:45:15', NULL, 22, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (278, '0', '', '2025-12-09 03:13:12', '', '2025-12-08 19:13:12', NULL, 22, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (279, '0', '', '2025-12-09 03:13:16', '', '2025-12-08 19:13:15', NULL, 22, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (280, '0', '', '2025-12-09 03:13:34', '', '2025-12-08 19:13:33', NULL, 22, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (281, '0', '', '2025-12-09 03:13:49', '', '2025-12-08 19:13:49', NULL, 22, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (282, '0', '', '2025-12-09 03:17:09', '', '2025-12-08 19:17:09', NULL, 22, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (283, '0', '', '2025-12-09 10:07:28', '', '2025-12-09 02:07:28', NULL, 14, 6, -2.00, 617.00); INSERT INTO `ai_balance_change_record` VALUES (284, '0', '', '2025-12-09 10:33:05', '', '2025-12-09 02:33:05', NULL, 23, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (285, '0', '', '2025-12-09 11:04:31', '', '2025-12-09 03:04:30', NULL, 23, 9, -6.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (286, '0', '', '2025-12-09 11:07:15', '', '2025-12-09 03:07:14', NULL, 14, 9, -6.00, 611.00); INSERT INTO `ai_balance_change_record` VALUES (287, '0', '', '2025-12-09 11:08:10', '', '2025-12-09 03:08:10', NULL, 14, 9, -6.00, 605.00); INSERT INTO `ai_balance_change_record` VALUES (288, '0', '', '2025-12-09 11:09:20', '', '2025-12-09 03:09:20', NULL, 14, 9, -6.00, 599.00); INSERT INTO `ai_balance_change_record` VALUES (289, '0', '', '2025-12-09 13:28:57', '', '2025-12-09 05:28:57', NULL, 16, 5, -2.00, 99972.00); INSERT INTO `ai_balance_change_record` VALUES (290, '0', '', '2025-12-09 13:42:33', '', '2025-12-09 05:42:32', NULL, 24, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (291, '0', '', '2025-12-09 13:42:51', '', '2025-12-09 05:42:50', NULL, 24, 6, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (292, '0', '', '2025-12-09 13:46:14', '', '2025-12-09 05:46:13', NULL, 25, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (293, '0', '', '2025-12-09 13:56:44', '', '2025-12-09 05:56:44', NULL, 25, 6, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (294, '0', '', '2025-12-09 14:13:17', '', '2025-12-09 06:13:17', NULL, 26, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (295, '0', '', '2025-12-09 14:57:14', '', '2025-12-09 06:57:14', NULL, 27, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (296, '0', '', '2025-12-09 15:45:54', '', '2025-12-09 07:45:54', NULL, 28, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (297, '0', '', '2025-12-09 15:49:34', '', '2025-12-09 07:49:33', NULL, 16, 8, -2.00, 99970.00); INSERT INTO `ai_balance_change_record` VALUES (298, '0', '', '2025-12-09 16:05:46', '', '2025-12-09 08:05:46', NULL, 16, 8, -2.00, 99968.00); INSERT INTO `ai_balance_change_record` VALUES (299, '0', '', '2025-12-09 16:26:21', '', '2025-12-09 08:26:20', NULL, 16, 8, -2.00, 99966.00); INSERT INTO `ai_balance_change_record` VALUES (300, '0', '', '2025-12-09 16:27:16', '', '2025-12-09 08:27:15', NULL, 16, 8, -2.00, 99964.00); INSERT INTO `ai_balance_change_record` VALUES (301, '0', '', '2025-12-09 16:28:28', '', '2025-12-09 08:28:27', NULL, 16, 8, -2.00, 99962.00); INSERT INTO `ai_balance_change_record` VALUES (302, '0', '', '2025-12-09 16:29:08', '', '2025-12-09 08:29:08', NULL, 16, 8, -2.00, 99960.00); INSERT INTO `ai_balance_change_record` VALUES (303, '0', '', '2025-12-09 16:31:23', '', '2025-12-09 08:31:22', NULL, 16, 8, -2.00, 99958.00); INSERT INTO `ai_balance_change_record` VALUES (304, '0', '', '2025-12-09 16:31:40', '', '2025-12-09 08:31:40', NULL, 16, 8, -2.00, 99956.00); INSERT INTO `ai_balance_change_record` VALUES (305, '0', '', '2025-12-09 16:34:14', '', '2025-12-09 08:34:14', NULL, 16, 8, -2.00, 99954.00); INSERT INTO `ai_balance_change_record` VALUES (306, '0', '', '2025-12-09 16:36:53', '', '2025-12-09 08:36:52', NULL, 16, 8, -2.00, 99952.00); INSERT INTO `ai_balance_change_record` VALUES (307, '0', '', '2025-12-09 16:37:41', '', '2025-12-09 08:37:40', NULL, 16, 8, -2.00, 99950.00); INSERT INTO `ai_balance_change_record` VALUES (308, '0', '', '2025-12-09 16:38:10', '', '2025-12-09 08:38:10', NULL, 16, 8, -2.00, 99948.00); INSERT INTO `ai_balance_change_record` VALUES (309, '0', '', '2025-12-09 16:40:11', '', '2025-12-09 08:40:11', NULL, 16, 8, -2.00, 99946.00); INSERT INTO `ai_balance_change_record` VALUES (310, '0', '', '2025-12-09 16:40:35', '', '2025-12-09 08:40:34', NULL, 16, 8, -2.00, 99944.00); INSERT INTO `ai_balance_change_record` VALUES (311, '0', '', '2025-12-09 16:40:54', '', '2025-12-09 08:40:54', NULL, 16, 8, -2.00, 99942.00); INSERT INTO `ai_balance_change_record` VALUES (312, '0', '', '2025-12-09 16:41:14', '', '2025-12-09 08:41:13', NULL, 16, 8, -2.00, 99940.00); INSERT INTO `ai_balance_change_record` VALUES (313, '0', '', '2025-12-09 16:42:06', '', '2025-12-09 08:42:06', NULL, 16, 8, -2.00, 99938.00); INSERT INTO `ai_balance_change_record` VALUES (314, '0', '', '2025-12-09 17:04:33', '', '2025-12-09 09:04:33', NULL, 16, 5, -2.00, 99936.00); INSERT INTO `ai_balance_change_record` VALUES (315, '0', '', '2025-12-09 17:04:38', '', '2025-12-09 09:04:38', NULL, 16, 5, -2.00, 99934.00); INSERT INTO `ai_balance_change_record` VALUES (316, '0', '', '2025-12-09 17:04:40', '', '2025-12-09 09:04:39', NULL, 16, 5, -2.00, 99932.00); INSERT INTO `ai_balance_change_record` VALUES (317, '0', '', '2025-12-09 17:04:45', '', '2025-12-09 09:04:44', NULL, 16, 5, -2.00, 99930.00); INSERT INTO `ai_balance_change_record` VALUES (318, '0', '', '2025-12-09 17:04:47', '', '2025-12-09 09:04:47', NULL, 16, 5, -2.00, 99928.00); INSERT INTO `ai_balance_change_record` VALUES (319, '0', '', '2025-12-09 17:04:49', '', '2025-12-09 09:04:49', NULL, 16, 5, -2.00, 99926.00); INSERT INTO `ai_balance_change_record` VALUES (320, '0', '', '2025-12-09 17:04:51', '', '2025-12-09 09:04:51', NULL, 16, 5, -2.00, 99924.00); INSERT INTO `ai_balance_change_record` VALUES (321, '0', '', '2025-12-09 17:04:52', '', '2025-12-09 09:04:52', NULL, 16, 5, -2.00, 99922.00); INSERT INTO `ai_balance_change_record` VALUES (322, '0', '', '2025-12-09 17:04:53', '', '2025-12-09 09:04:53', NULL, 16, 5, -2.00, 99920.00); INSERT INTO `ai_balance_change_record` VALUES (323, '0', '', '2025-12-09 17:04:55', '', '2025-12-09 09:04:55', NULL, 16, 5, -2.00, 99918.00); INSERT INTO `ai_balance_change_record` VALUES (324, '0', '', '2025-12-09 17:04:56', '', '2025-12-09 09:04:56', NULL, 16, 5, -2.00, 99916.00); INSERT INTO `ai_balance_change_record` VALUES (325, '0', '', '2025-12-09 17:05:03', '', '2025-12-09 09:05:03', NULL, 16, 5, -2.00, 99914.00); INSERT INTO `ai_balance_change_record` VALUES (326, '0', '', '2025-12-09 19:20:42', '', '2025-12-09 11:20:41', NULL, 16, 8, -2.00, 99912.00); INSERT INTO `ai_balance_change_record` VALUES (327, '0', '', '2025-12-09 19:21:08', '', '2025-12-09 11:21:07', NULL, 16, 8, -2.00, 99910.00); INSERT INTO `ai_balance_change_record` VALUES (328, '0', '', '2025-12-09 19:21:45', '', '2025-12-09 11:21:45', NULL, 16, 8, -2.00, 99908.00); INSERT INTO `ai_balance_change_record` VALUES (329, '0', '', '2025-12-09 19:22:05', '', '2025-12-09 11:22:05', NULL, 16, 8, -2.00, 99906.00); INSERT INTO `ai_balance_change_record` VALUES (330, '0', '', '2025-12-09 19:22:29', '', '2025-12-09 11:22:28', NULL, 16, 8, -2.00, 99904.00); INSERT INTO `ai_balance_change_record` VALUES (331, '0', '', '2025-12-09 19:22:55', '', '2025-12-09 11:22:54', NULL, 16, 8, -2.00, 99902.00); INSERT INTO `ai_balance_change_record` VALUES (332, '0', '', '2025-12-09 19:23:11', '', '2025-12-09 11:23:11', NULL, 16, 8, -2.00, 99900.00); INSERT INTO `ai_balance_change_record` VALUES (333, '0', '', '2025-12-09 19:31:41', '', '2025-12-09 11:31:41', NULL, 16, 8, -2.00, 99898.00); INSERT INTO `ai_balance_change_record` VALUES (334, '0', '', '2025-12-09 19:32:44', '', '2025-12-09 11:32:44', NULL, 16, 8, -2.00, 99896.00); INSERT INTO `ai_balance_change_record` VALUES (335, '0', '', '2025-12-09 19:33:00', '', '2025-12-09 11:33:00', NULL, 16, 8, -2.00, 99894.00); INSERT INTO `ai_balance_change_record` VALUES (336, '0', '', '2025-12-09 19:33:36', '', '2025-12-09 11:33:35', NULL, 16, 8, -2.00, 99892.00); INSERT INTO `ai_balance_change_record` VALUES (337, '0', '', '2025-12-09 19:34:04', '', '2025-12-09 11:34:04', NULL, 16, 8, -2.00, 99890.00); INSERT INTO `ai_balance_change_record` VALUES (338, '0', '', '2025-12-09 19:34:37', '', '2025-12-09 11:34:37', NULL, 16, 8, -2.00, 99888.00); INSERT INTO `ai_balance_change_record` VALUES (339, '0', '', '2025-12-09 19:35:06', '', '2025-12-09 11:35:06', NULL, 16, 8, -2.00, 99886.00); INSERT INTO `ai_balance_change_record` VALUES (340, '0', '', '2025-12-09 19:35:38', '', '2025-12-09 11:35:38', NULL, 16, 8, -2.00, 99884.00); INSERT INTO `ai_balance_change_record` VALUES (341, '0', '', '2025-12-09 19:36:06', '', '2025-12-09 11:36:06', NULL, 16, 8, -2.00, 99882.00); INSERT INTO `ai_balance_change_record` VALUES (342, '0', '', '2025-12-09 19:53:17', '', '2025-12-09 11:53:16', NULL, 16, 8, -2.00, 99880.00); INSERT INTO `ai_balance_change_record` VALUES (343, '0', '', '2025-12-09 19:56:46', '', '2025-12-09 11:56:46', NULL, 16, 8, -2.00, 99878.00); INSERT INTO `ai_balance_change_record` VALUES (344, '0', '', '2025-12-09 19:57:36', '', '2025-12-09 11:57:35', NULL, 16, 8, -2.00, 99876.00); INSERT INTO `ai_balance_change_record` VALUES (345, '0', '', '2025-12-09 19:58:55', '', '2025-12-09 11:58:54', NULL, 16, 8, -2.00, 99874.00); INSERT INTO `ai_balance_change_record` VALUES (346, '0', '', '2025-12-09 19:59:16', '', '2025-12-09 11:59:15', NULL, 16, 8, -2.00, 99872.00); INSERT INTO `ai_balance_change_record` VALUES (347, '0', '', '2025-12-09 19:59:45', '', '2025-12-09 11:59:45', NULL, 16, 8, -2.00, 99870.00); INSERT INTO `ai_balance_change_record` VALUES (348, '0', '', '2025-12-09 20:00:08', '', '2025-12-09 12:00:07', NULL, 16, 8, -2.00, 99868.00); INSERT INTO `ai_balance_change_record` VALUES (349, '0', '', '2025-12-09 20:00:37', '', '2025-12-09 12:00:37', NULL, 16, 8, -2.00, 99866.00); INSERT INTO `ai_balance_change_record` VALUES (350, '0', '', '2025-12-09 20:01:39', '', '2025-12-09 12:01:39', NULL, 16, 8, -2.00, 99864.00); INSERT INTO `ai_balance_change_record` VALUES (351, '0', '', '2025-12-09 20:02:01', '', '2025-12-09 12:02:00', NULL, 16, 8, -2.00, 99862.00); INSERT INTO `ai_balance_change_record` VALUES (352, '0', '', '2025-12-09 20:02:54', '', '2025-12-09 12:02:53', NULL, 16, 8, -2.00, 99860.00); INSERT INTO `ai_balance_change_record` VALUES (353, '0', '', '2025-12-09 20:03:44', '', '2025-12-09 12:03:43', NULL, 16, 8, -2.00, 99858.00); INSERT INTO `ai_balance_change_record` VALUES (354, '0', '', '2025-12-09 20:38:38', '', '2025-12-09 12:38:37', NULL, 16, 8, -2.00, 99856.00); INSERT INTO `ai_balance_change_record` VALUES (355, '0', '', '2025-12-09 20:38:59', '', '2025-12-09 12:38:59', NULL, 16, 8, -2.00, 99854.00); INSERT INTO `ai_balance_change_record` VALUES (356, '0', '', '2025-12-09 20:39:12', '', '2025-12-09 12:39:12', NULL, 16, 8, -2.00, 99852.00); INSERT INTO `ai_balance_change_record` VALUES (357, '0', '', '2025-12-09 20:39:39', '', '2025-12-09 12:39:39', NULL, 16, 8, -2.00, 99850.00); INSERT INTO `ai_balance_change_record` VALUES (358, '0', '', '2025-12-10 11:23:50', '', '2025-12-10 03:23:49', NULL, 14, 8, -2.00, 597.00); INSERT INTO `ai_balance_change_record` VALUES (359, '0', '', '2025-12-10 11:24:42', '', '2025-12-10 03:24:42', NULL, 14, 8, -2.00, 595.00); INSERT INTO `ai_balance_change_record` VALUES (360, '0', '', '2025-12-10 11:25:44', '', '2025-12-10 03:25:44', NULL, 14, 9, -6.00, 589.00); INSERT INTO `ai_balance_change_record` VALUES (361, '0', '', '2025-12-10 15:54:50', '', '2025-12-10 07:54:50', NULL, 14, 8, -2.00, 587.00); INSERT INTO `ai_balance_change_record` VALUES (362, '0', '', '2025-12-10 15:56:09', '', '2025-12-10 07:56:09', NULL, 14, 8, -2.00, 585.00); INSERT INTO `ai_balance_change_record` VALUES (363, '0', '', '2025-12-10 15:57:57', '', '2025-12-10 07:57:57', NULL, 14, 8, -2.00, 583.00); INSERT INTO `ai_balance_change_record` VALUES (364, '0', '', '2025-12-10 15:58:56', '', '2025-12-10 07:58:55', NULL, 14, 9, -6.00, 577.00); INSERT INTO `ai_balance_change_record` VALUES (365, '0', '', '2025-12-10 16:02:24', '', '2025-12-10 08:02:24', NULL, 14, 9, -6.00, 571.00); INSERT INTO `ai_balance_change_record` VALUES (366, '0', '', '2025-12-10 16:03:13', '', '2025-12-10 08:03:13', NULL, 14, 9, -6.00, 565.00); INSERT INTO `ai_balance_change_record` VALUES (367, '0', '', '2025-12-10 16:08:51', '', '2025-12-10 08:08:50', NULL, 27, 11, 9990.00, 10000.00); INSERT INTO `ai_balance_change_record` VALUES (368, '0', '', '2025-12-10 16:43:54', '', '2025-12-10 08:43:53', NULL, 14, 8, -2.00, 563.00); INSERT INTO `ai_balance_change_record` VALUES (369, '0', '', '2025-12-10 16:45:10', '', '2025-12-10 08:45:10', NULL, 14, 5, -2.00, 561.00); INSERT INTO `ai_balance_change_record` VALUES (370, '0', '', '2025-12-10 16:45:12', '', '2025-12-10 08:45:11', NULL, 14, 5, -2.00, 559.00); INSERT INTO `ai_balance_change_record` VALUES (371, '0', '', '2025-12-10 16:45:14', '', '2025-12-10 08:45:14', NULL, 14, 5, -2.00, 557.00); INSERT INTO `ai_balance_change_record` VALUES (372, '0', '', '2025-12-10 16:45:16', '', '2025-12-10 08:45:16', NULL, 14, 5, -2.00, 555.00); INSERT INTO `ai_balance_change_record` VALUES (373, '0', '', '2025-12-10 16:45:19', '', '2025-12-10 08:45:18', NULL, 14, 5, -2.00, 553.00); INSERT INTO `ai_balance_change_record` VALUES (374, '0', '', '2025-12-10 16:45:21', '', '2025-12-10 08:45:20', NULL, 14, 5, -2.00, 551.00); INSERT INTO `ai_balance_change_record` VALUES (375, '0', '', '2025-12-10 16:45:22', '', '2025-12-10 08:45:21', NULL, 14, 5, -2.00, 549.00); INSERT INTO `ai_balance_change_record` VALUES (376, '0', '', '2025-12-10 16:45:23', '', '2025-12-10 08:45:22', NULL, 14, 5, -2.00, 547.00); INSERT INTO `ai_balance_change_record` VALUES (377, '0', '', '2025-12-10 16:45:28', '', '2025-12-10 08:45:28', NULL, 14, 5, -2.00, 545.00); INSERT INTO `ai_balance_change_record` VALUES (378, '0', '', '2025-12-10 16:45:39', '', '2025-12-10 08:45:39', NULL, 14, 5, -2.00, 543.00); INSERT INTO `ai_balance_change_record` VALUES (379, '0', '', '2025-12-10 16:45:40', '', '2025-12-10 08:45:40', NULL, 14, 5, -2.00, 541.00); INSERT INTO `ai_balance_change_record` VALUES (380, '0', '', '2025-12-10 16:45:45', '', '2025-12-10 08:45:45', NULL, 14, 5, -2.00, 539.00); INSERT INTO `ai_balance_change_record` VALUES (381, '0', '', '2025-12-10 16:45:46', '', '2025-12-10 08:45:45', NULL, 14, 5, -2.00, 537.00); INSERT INTO `ai_balance_change_record` VALUES (382, '0', '', '2025-12-10 16:50:08', '', '2025-12-10 08:50:07', NULL, 14, 5, -2.00, 535.00); INSERT INTO `ai_balance_change_record` VALUES (383, '0', '', '2025-12-10 16:50:39', '', '2025-12-10 08:50:38', NULL, 14, 8, -2.00, 533.00); INSERT INTO `ai_balance_change_record` VALUES (384, '0', '', '2025-12-10 16:51:57', '', '2025-12-10 08:51:56', NULL, 14, 9, -6.00, 527.00); INSERT INTO `ai_balance_change_record` VALUES (385, '0', '', '2025-12-10 16:55:34', '', '2025-12-10 08:55:34', NULL, 14, 8, -2.00, 525.00); INSERT INTO `ai_balance_change_record` VALUES (386, '0', '', '2025-12-10 16:58:37', '', '2025-12-10 08:58:36', NULL, 14, 8, -2.00, 523.00); INSERT INTO `ai_balance_change_record` VALUES (387, '0', '', '2025-12-10 16:59:08', '', '2025-12-10 08:59:08', NULL, 14, 8, -2.00, 521.00); INSERT INTO `ai_balance_change_record` VALUES (388, '0', '', '2025-12-10 16:59:34', '', '2025-12-10 08:59:34', NULL, 14, 8, -2.00, 519.00); INSERT INTO `ai_balance_change_record` VALUES (389, '0', '', '2025-12-10 17:00:46', '', '2025-12-10 09:00:46', NULL, 14, 9, -6.00, 513.00); INSERT INTO `ai_balance_change_record` VALUES (390, '0', '', '2025-12-10 17:03:16', '', '2025-12-10 09:03:16', NULL, 14, 5, -2.00, 511.00); INSERT INTO `ai_balance_change_record` VALUES (391, '0', '', '2025-12-10 17:03:29', '', '2025-12-10 09:03:28', NULL, 14, 5, -2.00, 509.00); INSERT INTO `ai_balance_change_record` VALUES (392, '0', '', '2025-12-10 17:03:31', '', '2025-12-10 09:03:30', NULL, 14, 5, -2.00, 507.00); INSERT INTO `ai_balance_change_record` VALUES (393, '0', '', '2025-12-10 17:04:02', '', '2025-12-10 09:04:02', NULL, 14, 8, -2.00, 505.00); INSERT INTO `ai_balance_change_record` VALUES (394, '0', '', '2025-12-10 17:04:25', '', '2025-12-10 09:04:25', NULL, 14, 8, -2.00, 503.00); INSERT INTO `ai_balance_change_record` VALUES (395, '0', '', '2025-12-10 17:05:16', '', '2025-12-10 09:05:16', NULL, 14, 8, -2.00, 501.00); INSERT INTO `ai_balance_change_record` VALUES (396, '0', '', '2025-12-10 17:06:01', '', '2025-12-10 09:06:01', NULL, 14, 9, -6.00, 495.00); INSERT INTO `ai_balance_change_record` VALUES (397, '0', '', '2025-12-10 17:07:03', '', '2025-12-10 09:07:03', NULL, 14, 9, -6.00, 489.00); INSERT INTO `ai_balance_change_record` VALUES (398, '0', '', '2025-12-10 19:11:03', '', '2025-12-10 11:11:03', NULL, 16, 8, -2.00, 99848.00); INSERT INTO `ai_balance_change_record` VALUES (399, '0', '', '2025-12-10 19:11:36', '', '2025-12-10 11:11:35', NULL, 16, 8, -2.00, 99846.00); INSERT INTO `ai_balance_change_record` VALUES (400, '0', '', '2025-12-10 19:11:52', '', '2025-12-10 11:11:52', NULL, 16, 8, -2.00, 99844.00); INSERT INTO `ai_balance_change_record` VALUES (401, '0', '', '2025-12-10 19:12:14', '', '2025-12-10 11:12:13', NULL, 16, 8, -2.00, 99842.00); INSERT INTO `ai_balance_change_record` VALUES (402, '0', '', '2025-12-10 19:24:41', '', '2025-12-10 11:24:40', NULL, 16, 8, -2.00, 99840.00); INSERT INTO `ai_balance_change_record` VALUES (403, '0', '', '2025-12-10 19:25:36', '', '2025-12-10 11:25:35', NULL, 16, 8, -2.00, 99838.00); INSERT INTO `ai_balance_change_record` VALUES (404, '0', '', '2025-12-10 19:25:52', '', '2025-12-10 11:25:52', NULL, 16, 8, -2.00, 99836.00); INSERT INTO `ai_balance_change_record` VALUES (405, '0', '', '2025-12-10 19:26:09', '', '2025-12-10 11:26:08', NULL, 16, 8, -2.00, 99834.00); INSERT INTO `ai_balance_change_record` VALUES (406, '0', '', '2025-12-10 19:26:37', '', '2025-12-10 11:26:36', NULL, 16, 8, -2.00, 99832.00); INSERT INTO `ai_balance_change_record` VALUES (407, '0', '', '2025-12-10 19:27:06', '', '2025-12-10 11:27:06', NULL, 16, 8, -2.00, 99830.00); INSERT INTO `ai_balance_change_record` VALUES (408, '0', '', '2025-12-10 19:28:36', '', '2025-12-10 11:28:35', NULL, 16, 8, -2.00, 99828.00); INSERT INTO `ai_balance_change_record` VALUES (409, '0', '', '2025-12-10 19:28:54', '', '2025-12-10 11:28:54', NULL, 16, 8, -2.00, 99826.00); INSERT INTO `ai_balance_change_record` VALUES (410, '0', '', '2025-12-10 19:29:08', '', '2025-12-10 11:29:07', NULL, 16, 8, -2.00, 99824.00); INSERT INTO `ai_balance_change_record` VALUES (411, '0', '', '2025-12-10 19:30:13', '', '2025-12-10 11:30:13', NULL, 16, 8, -2.00, 99822.00); INSERT INTO `ai_balance_change_record` VALUES (412, '0', '', '2025-12-10 19:30:29', '', '2025-12-10 11:30:28', NULL, 16, 8, -2.00, 99820.00); INSERT INTO `ai_balance_change_record` VALUES (413, '0', '', '2025-12-10 19:30:48', '', '2025-12-10 11:30:48', NULL, 16, 8, -2.00, 99818.00); INSERT INTO `ai_balance_change_record` VALUES (414, '0', '', '2025-12-10 19:31:05', '', '2025-12-10 11:31:04', NULL, 16, 8, -2.00, 99816.00); INSERT INTO `ai_balance_change_record` VALUES (415, '0', '', '2025-12-10 19:31:30', '', '2025-12-10 11:31:29', NULL, 16, 8, -2.00, 99814.00); INSERT INTO `ai_balance_change_record` VALUES (416, '0', '', '2025-12-10 19:32:08', '', '2025-12-10 11:32:07', NULL, 16, 8, -2.00, 99812.00); INSERT INTO `ai_balance_change_record` VALUES (417, '0', '', '2025-12-10 19:32:27', '', '2025-12-10 11:32:26', NULL, 16, 8, -2.00, 99810.00); INSERT INTO `ai_balance_change_record` VALUES (418, '0', '', '2025-12-10 19:32:45', '', '2025-12-10 11:32:44', NULL, 16, 8, -2.00, 99808.00); INSERT INTO `ai_balance_change_record` VALUES (419, '0', '', '2025-12-10 19:33:03', '', '2025-12-10 11:33:02', NULL, 16, 8, -2.00, 99806.00); INSERT INTO `ai_balance_change_record` VALUES (420, '0', '', '2025-12-11 09:27:51', '', '2025-12-11 01:27:50', NULL, 16, 8, -2.00, 99804.00); INSERT INTO `ai_balance_change_record` VALUES (421, '0', '', '2025-12-11 09:28:11', '', '2025-12-11 01:28:10', NULL, 16, 8, -2.00, 99802.00); INSERT INTO `ai_balance_change_record` VALUES (422, '0', '', '2025-12-11 09:28:36', '', '2025-12-11 01:28:35', NULL, 16, 8, -2.00, 99800.00); INSERT INTO `ai_balance_change_record` VALUES (423, '0', '', '2025-12-11 09:28:53', '', '2025-12-11 01:28:52', NULL, 16, 8, -2.00, 99798.00); INSERT INTO `ai_balance_change_record` VALUES (424, '0', '', '2025-12-11 09:29:08', '', '2025-12-11 01:29:07', NULL, 16, 8, -2.00, 99796.00); INSERT INTO `ai_balance_change_record` VALUES (425, '0', '', '2025-12-11 09:30:08', '', '2025-12-11 01:30:08', NULL, 16, 8, -2.00, 99794.00); INSERT INTO `ai_balance_change_record` VALUES (426, '0', '', '2025-12-11 09:30:35', '', '2025-12-11 01:30:34', NULL, 16, 8, -2.00, 99792.00); INSERT INTO `ai_balance_change_record` VALUES (427, '0', '', '2025-12-11 09:31:07', '', '2025-12-11 01:31:07', NULL, 16, 8, -2.00, 99790.00); INSERT INTO `ai_balance_change_record` VALUES (428, '0', '', '2025-12-11 09:32:51', '', '2025-12-11 01:32:50', NULL, 16, 8, -2.00, 99788.00); INSERT INTO `ai_balance_change_record` VALUES (429, '0', '', '2025-12-11 09:33:06', '', '2025-12-11 01:33:06', NULL, 16, 8, -2.00, 99786.00); INSERT INTO `ai_balance_change_record` VALUES (430, '0', '', '2025-12-11 09:33:18', '', '2025-12-11 01:33:18', NULL, 16, 8, -2.00, 99784.00); INSERT INTO `ai_balance_change_record` VALUES (431, '0', '', '2025-12-11 09:33:30', '', '2025-12-11 01:33:29', NULL, 16, 8, -2.00, 99782.00); INSERT INTO `ai_balance_change_record` VALUES (432, '0', '', '2025-12-11 09:33:41', '', '2025-12-11 01:33:40', NULL, 16, 8, -2.00, 99780.00); INSERT INTO `ai_balance_change_record` VALUES (433, '0', '', '2025-12-11 09:33:52', '', '2025-12-11 01:33:52', NULL, 16, 8, -2.00, 99778.00); INSERT INTO `ai_balance_change_record` VALUES (434, '0', '', '2025-12-11 09:34:14', '', '2025-12-11 01:34:14', NULL, 16, 8, -2.00, 99776.00); INSERT INTO `ai_balance_change_record` VALUES (435, '0', '', '2025-12-11 09:34:40', '', '2025-12-11 01:34:40', NULL, 16, 8, -2.00, 99774.00); INSERT INTO `ai_balance_change_record` VALUES (436, '0', '', '2025-12-11 09:34:51', '', '2025-12-11 01:34:50', NULL, 16, 8, -2.00, 99772.00); INSERT INTO `ai_balance_change_record` VALUES (437, '0', '', '2025-12-11 09:35:05', '', '2025-12-11 01:35:04', NULL, 16, 8, -2.00, 99770.00); INSERT INTO `ai_balance_change_record` VALUES (438, '0', '', '2025-12-11 09:35:23', '', '2025-12-11 01:35:22', NULL, 16, 8, -2.00, 99768.00); INSERT INTO `ai_balance_change_record` VALUES (439, '0', '', '2025-12-11 09:35:40', '', '2025-12-11 01:35:40', NULL, 16, 8, -2.00, 99766.00); INSERT INTO `ai_balance_change_record` VALUES (440, '0', '', '2025-12-11 09:35:59', '', '2025-12-11 01:35:58', NULL, 16, 8, -2.00, 99764.00); INSERT INTO `ai_balance_change_record` VALUES (441, '0', '', '2025-12-11 09:37:58', '', '2025-12-11 01:37:57', NULL, 16, 8, -2.00, 99762.00); INSERT INTO `ai_balance_change_record` VALUES (442, '0', '', '2025-12-11 09:38:17', '', '2025-12-11 01:38:17', NULL, 16, 8, -2.00, 99760.00); INSERT INTO `ai_balance_change_record` VALUES (443, '0', '', '2025-12-11 09:38:32', '', '2025-12-11 01:38:31', NULL, 16, 8, -2.00, 99758.00); INSERT INTO `ai_balance_change_record` VALUES (444, '0', '', '2025-12-11 09:38:53', '', '2025-12-11 01:38:53', NULL, 16, 8, -2.00, 99756.00); INSERT INTO `ai_balance_change_record` VALUES (445, '0', '', '2025-12-11 09:39:15', '', '2025-12-11 01:39:14', NULL, 16, 8, -2.00, 99754.00); INSERT INTO `ai_balance_change_record` VALUES (446, '0', '', '2025-12-11 10:09:11', '', '2025-12-11 02:09:11', NULL, 14, 8, -2.00, 487.00); INSERT INTO `ai_balance_change_record` VALUES (447, '0', '', '2025-12-11 10:09:41', '', '2025-12-11 02:09:41', NULL, 14, 8, -2.00, 485.00); INSERT INTO `ai_balance_change_record` VALUES (448, '0', '', '2025-12-11 10:10:30', '', '2025-12-11 02:10:29', NULL, 16, 8, -2.00, 99752.00); INSERT INTO `ai_balance_change_record` VALUES (449, '0', '', '2025-12-11 10:10:49', '', '2025-12-11 02:10:49', NULL, 16, 8, -2.00, 99750.00); INSERT INTO `ai_balance_change_record` VALUES (450, '0', '', '2025-12-11 10:10:54', '', '2025-12-11 02:10:53', NULL, 14, 8, -2.00, 483.00); INSERT INTO `ai_balance_change_record` VALUES (451, '0', '', '2025-12-11 10:11:56', '', '2025-12-11 02:11:55', NULL, 14, 9, -6.00, 477.00); INSERT INTO `ai_balance_change_record` VALUES (452, '0', '', '2025-12-11 10:13:41', '', '2025-12-11 02:13:41', NULL, 14, 8, -2.00, 475.00); INSERT INTO `ai_balance_change_record` VALUES (453, '0', '', '2025-12-11 10:14:45', '', '2025-12-11 02:14:45', NULL, 14, 8, -2.00, 473.00); INSERT INTO `ai_balance_change_record` VALUES (454, '0', '', '2025-12-11 10:15:23', '', '2025-12-11 02:15:23', NULL, 14, 8, -2.00, 471.00); INSERT INTO `ai_balance_change_record` VALUES (455, '0', '', '2025-12-11 10:15:30', '', '2025-12-11 02:15:29', NULL, 16, 8, -2.00, 99748.00); INSERT INTO `ai_balance_change_record` VALUES (456, '0', '', '2025-12-11 10:15:50', '', '2025-12-11 02:15:49', NULL, 16, 8, -2.00, 99746.00); INSERT INTO `ai_balance_change_record` VALUES (457, '0', '', '2025-12-11 10:16:07', '', '2025-12-11 02:16:06', NULL, 14, 8, -2.00, 469.00); INSERT INTO `ai_balance_change_record` VALUES (458, '0', '', '2025-12-11 10:16:17', '', '2025-12-11 02:16:16', NULL, 16, 8, -2.00, 99744.00); INSERT INTO `ai_balance_change_record` VALUES (459, '0', '', '2025-12-11 10:17:38', '', '2025-12-11 02:17:38', NULL, 14, 9, -6.00, 463.00); INSERT INTO `ai_balance_change_record` VALUES (460, '0', '', '2025-12-11 10:18:01', '', '2025-12-11 02:18:01', NULL, 16, 8, -2.00, 99742.00); INSERT INTO `ai_balance_change_record` VALUES (461, '0', '', '2025-12-11 10:22:33', '', '2025-12-11 02:22:33', NULL, 16, 8, -2.00, 99740.00); INSERT INTO `ai_balance_change_record` VALUES (462, '0', '', '2025-12-11 10:23:24', '', '2025-12-11 02:23:24', NULL, 16, 8, -2.00, 99738.00); INSERT INTO `ai_balance_change_record` VALUES (463, '0', '', '2025-12-11 10:23:37', '', '2025-12-11 02:23:36', NULL, 16, 8, -2.00, 99736.00); INSERT INTO `ai_balance_change_record` VALUES (464, '0', '', '2025-12-11 10:23:54', '', '2025-12-11 02:23:54', NULL, 16, 8, -2.00, 99734.00); INSERT INTO `ai_balance_change_record` VALUES (465, '0', '', '2025-12-11 10:24:14', '', '2025-12-11 02:24:13', NULL, 16, 8, -2.00, 99732.00); INSERT INTO `ai_balance_change_record` VALUES (466, '0', '', '2025-12-11 10:24:32', '', '2025-12-11 02:24:31', NULL, 16, 8, -2.00, 99730.00); INSERT INTO `ai_balance_change_record` VALUES (467, '0', '', '2025-12-11 10:24:46', '', '2025-12-11 02:24:45', NULL, 16, 8, -2.00, 99728.00); INSERT INTO `ai_balance_change_record` VALUES (468, '0', '', '2025-12-11 10:26:07', '', '2025-12-11 02:26:06', NULL, 16, 8, -2.00, 99726.00); INSERT INTO `ai_balance_change_record` VALUES (469, '0', '', '2025-12-11 10:27:19', '', '2025-12-11 02:27:19', NULL, 16, 8, -2.00, 99724.00); INSERT INTO `ai_balance_change_record` VALUES (470, '0', '', '2025-12-11 10:28:16', '', '2025-12-11 02:28:16', NULL, 16, 8, -2.00, 99722.00); INSERT INTO `ai_balance_change_record` VALUES (471, '0', '', '2025-12-11 10:28:32', '', '2025-12-11 02:28:31', NULL, 16, 8, -2.00, 99720.00); INSERT INTO `ai_balance_change_record` VALUES (472, '0', '', '2025-12-11 10:29:03', '', '2025-12-11 02:29:02', NULL, 16, 8, -2.00, 99718.00); INSERT INTO `ai_balance_change_record` VALUES (473, '0', '', '2025-12-11 10:32:42', '', '2025-12-11 02:32:41', NULL, 16, 8, -2.00, 99716.00); INSERT INTO `ai_balance_change_record` VALUES (474, '0', '', '2025-12-11 10:33:21', '', '2025-12-11 02:33:20', NULL, 16, 8, -2.00, 99714.00); INSERT INTO `ai_balance_change_record` VALUES (475, '0', '', '2025-12-11 10:48:59', '', '2025-12-11 02:48:59', NULL, 29, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (476, '0', '', '2025-12-11 10:50:31', '', '2025-12-11 02:50:31', NULL, 30, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (477, '0', '', '2025-12-11 10:54:22', '', '2025-12-11 02:54:22', NULL, 16, 8, -2.00, 99712.00); INSERT INTO `ai_balance_change_record` VALUES (478, '0', '', '2025-12-11 11:18:50', '', '2025-12-11 03:18:49', NULL, 16, 8, -2.00, 99710.00); INSERT INTO `ai_balance_change_record` VALUES (479, '0', '', '2025-12-11 11:20:20', '', '2025-12-11 03:20:19', NULL, 16, 8, -2.00, 99708.00); INSERT INTO `ai_balance_change_record` VALUES (480, '0', '', '2025-12-11 11:20:38', '', '2025-12-11 03:20:38', NULL, 16, 8, -2.00, 99706.00); INSERT INTO `ai_balance_change_record` VALUES (481, '0', '', '2025-12-11 11:21:36', '', '2025-12-11 03:21:35', NULL, 16, 8, -2.00, 99704.00); INSERT INTO `ai_balance_change_record` VALUES (482, '0', '', '2025-12-11 11:22:00', '', '2025-12-11 03:21:59', NULL, 16, 8, -2.00, 99702.00); INSERT INTO `ai_balance_change_record` VALUES (483, '0', '', '2025-12-11 11:22:28', '', '2025-12-11 03:22:27', NULL, 16, 8, -2.00, 99700.00); INSERT INTO `ai_balance_change_record` VALUES (484, '0', '', '2025-12-11 11:22:44', '', '2025-12-11 03:22:43', NULL, 16, 8, -2.00, 99698.00); INSERT INTO `ai_balance_change_record` VALUES (485, '0', '', '2025-12-11 11:23:48', '', '2025-12-11 03:23:47', NULL, 16, 8, -2.00, 99696.00); INSERT INTO `ai_balance_change_record` VALUES (486, '0', '', '2025-12-11 11:24:05', '', '2025-12-11 03:24:05', NULL, 16, 8, -2.00, 99694.00); INSERT INTO `ai_balance_change_record` VALUES (487, '0', '', '2025-12-11 11:25:15', '', '2025-12-11 03:25:14', NULL, 16, 8, -2.00, 99692.00); INSERT INTO `ai_balance_change_record` VALUES (488, '0', '', '2025-12-11 11:25:58', '', '2025-12-11 03:25:57', NULL, 16, 8, -2.00, 99690.00); INSERT INTO `ai_balance_change_record` VALUES (489, '0', '', '2025-12-11 11:26:17', '', '2025-12-11 03:26:16', NULL, 16, 8, -2.00, 99688.00); INSERT INTO `ai_balance_change_record` VALUES (490, '0', '', '2025-12-11 11:26:37', '', '2025-12-11 03:26:36', NULL, 16, 8, -2.00, 99686.00); INSERT INTO `ai_balance_change_record` VALUES (491, '0', '', '2025-12-11 11:28:29', '', '2025-12-11 03:28:29', NULL, 16, 0, 10.00, 99696.00); INSERT INTO `ai_balance_change_record` VALUES (492, '0', '', '2025-12-11 11:28:51', '', '2025-12-11 03:28:51', NULL, 16, 8, -2.00, 99694.00); INSERT INTO `ai_balance_change_record` VALUES (493, '0', '', '2025-12-11 11:29:16', '', '2025-12-11 03:29:15', NULL, 16, 8, -2.00, 99692.00); INSERT INTO `ai_balance_change_record` VALUES (494, '0', '', '2025-12-11 11:29:34', '', '2025-12-11 03:29:33', NULL, 16, 8, -2.00, 99690.00); INSERT INTO `ai_balance_change_record` VALUES (495, '0', '', '2025-12-11 11:29:47', '', '2025-12-11 03:29:47', NULL, 16, 8, -2.00, 99688.00); INSERT INTO `ai_balance_change_record` VALUES (496, '0', '', '2025-12-11 11:30:01', '', '2025-12-11 03:30:01', NULL, 16, 8, -2.00, 99686.00); INSERT INTO `ai_balance_change_record` VALUES (497, '0', '', '2025-12-11 11:30:16', '', '2025-12-11 03:30:16', NULL, 16, 8, -2.00, 99684.00); INSERT INTO `ai_balance_change_record` VALUES (498, '0', '', '2025-12-11 11:30:28', '', '2025-12-11 03:30:27', NULL, 16, 8, -2.00, 99682.00); INSERT INTO `ai_balance_change_record` VALUES (499, '0', '', '2025-12-11 11:30:55', '', '2025-12-11 03:30:54', NULL, 16, 8, -2.00, 99680.00); INSERT INTO `ai_balance_change_record` VALUES (500, '0', '', '2025-12-11 11:32:50', '', '2025-12-11 03:32:50', NULL, 16, 8, -2.00, 99678.00); INSERT INTO `ai_balance_change_record` VALUES (501, '0', '', '2025-12-11 11:33:04', '', '2025-12-11 03:33:03', NULL, 16, 8, -2.00, 99676.00); INSERT INTO `ai_balance_change_record` VALUES (502, '0', '', '2025-12-11 11:33:21', '', '2025-12-11 03:33:20', NULL, 16, 8, -2.00, 99674.00); INSERT INTO `ai_balance_change_record` VALUES (503, '0', '', '2025-12-11 11:33:41', '', '2025-12-11 03:33:41', NULL, 16, 8, -2.00, 99672.00); INSERT INTO `ai_balance_change_record` VALUES (504, '0', '', '2025-12-11 11:33:53', '', '2025-12-11 03:33:53', NULL, 16, 8, -2.00, 99670.00); INSERT INTO `ai_balance_change_record` VALUES (505, '0', '', '2025-12-11 11:34:05', '', '2025-12-11 03:34:04', NULL, 16, 8, -2.00, 99668.00); INSERT INTO `ai_balance_change_record` VALUES (506, '0', '', '2025-12-11 11:34:24', '', '2025-12-11 03:34:23', NULL, 16, 8, -2.00, 99666.00); INSERT INTO `ai_balance_change_record` VALUES (507, '0', '', '2025-12-11 11:34:35', '', '2025-12-11 03:34:35', NULL, 16, 8, -2.00, 99664.00); INSERT INTO `ai_balance_change_record` VALUES (508, '0', '', '2025-12-11 11:34:47', '', '2025-12-11 03:34:47', NULL, 16, 8, -2.00, 99662.00); INSERT INTO `ai_balance_change_record` VALUES (509, '0', '', '2025-12-11 11:35:01', '', '2025-12-11 03:35:01', NULL, 16, 8, -2.00, 99660.00); INSERT INTO `ai_balance_change_record` VALUES (510, '0', '', '2025-12-11 11:36:33', '', '2025-12-11 03:36:33', NULL, 16, 8, -2.00, 99658.00); INSERT INTO `ai_balance_change_record` VALUES (511, '0', '', '2025-12-11 11:48:59', '', '2025-12-11 03:48:59', NULL, 29, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (512, '0', '', '2025-12-11 11:50:31', '', '2025-12-11 03:50:31', NULL, 30, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (513, '0', '', '2025-12-11 12:03:58', '', '2025-12-11 04:03:58', NULL, 14, 8, -2.00, 461.00); INSERT INTO `ai_balance_change_record` VALUES (514, '0', '', '2025-12-11 12:10:45', '', '2025-12-11 04:10:44', NULL, 14, 9, -6.00, 455.00); INSERT INTO `ai_balance_change_record` VALUES (515, '0', '', '2025-12-11 12:31:08', '', '2025-12-11 04:31:07', NULL, 16, 8, -2.00, 99656.00); INSERT INTO `ai_balance_change_record` VALUES (516, '0', '', '2025-12-11 12:31:22', '', '2025-12-11 04:31:21', NULL, 16, 8, -2.00, 99654.00); INSERT INTO `ai_balance_change_record` VALUES (517, '0', '', '2025-12-11 12:32:15', '', '2025-12-11 04:32:15', NULL, 16, 8, -2.00, 99652.00); INSERT INTO `ai_balance_change_record` VALUES (518, '0', '', '2025-12-11 12:32:43', '', '2025-12-11 04:32:43', NULL, 16, 8, -2.00, 99650.00); INSERT INTO `ai_balance_change_record` VALUES (519, '0', '', '2025-12-11 12:33:46', '', '2025-12-11 04:33:46', NULL, 16, 8, -2.00, 99648.00); INSERT INTO `ai_balance_change_record` VALUES (520, '0', '', '2025-12-11 12:34:27', '', '2025-12-11 04:34:27', NULL, 16, 8, -2.00, 99646.00); INSERT INTO `ai_balance_change_record` VALUES (521, '0', '', '2025-12-11 12:35:29', '', '2025-12-11 04:35:29', NULL, 16, 8, -2.00, 99644.00); INSERT INTO `ai_balance_change_record` VALUES (522, '0', '', '2025-12-11 12:35:47', '', '2025-12-11 04:35:46', NULL, 16, 8, -2.00, 99642.00); INSERT INTO `ai_balance_change_record` VALUES (523, '0', '', '2025-12-11 12:35:58', '', '2025-12-11 04:35:58', NULL, 16, 8, -2.00, 99640.00); INSERT INTO `ai_balance_change_record` VALUES (524, '0', '', '2025-12-11 12:36:14', '', '2025-12-11 04:36:13', NULL, 16, 8, -2.00, 99638.00); INSERT INTO `ai_balance_change_record` VALUES (525, '0', '', '2025-12-11 12:37:54', '', '2025-12-11 04:37:54', NULL, 16, 8, -2.00, 99636.00); INSERT INTO `ai_balance_change_record` VALUES (526, '0', '', '2025-12-11 12:39:32', '', '2025-12-11 04:39:31', NULL, 16, 8, -2.00, 99634.00); INSERT INTO `ai_balance_change_record` VALUES (527, '0', '', '2025-12-11 12:39:46', '', '2025-12-11 04:39:45', NULL, 16, 8, -2.00, 99632.00); INSERT INTO `ai_balance_change_record` VALUES (528, '0', '', '2025-12-11 12:39:58', '', '2025-12-11 04:39:58', NULL, 16, 8, -2.00, 99630.00); INSERT INTO `ai_balance_change_record` VALUES (529, '0', '', '2025-12-11 12:40:11', '', '2025-12-11 04:40:10', NULL, 16, 8, -2.00, 99628.00); INSERT INTO `ai_balance_change_record` VALUES (530, '0', '', '2025-12-11 12:40:46', '', '2025-12-11 04:40:46', NULL, 16, 8, -2.00, 99626.00); INSERT INTO `ai_balance_change_record` VALUES (531, '0', '', '2025-12-11 12:41:18', '', '2025-12-11 04:41:17', NULL, 16, 8, -2.00, 99624.00); INSERT INTO `ai_balance_change_record` VALUES (532, '0', '', '2025-12-11 12:41:32', '', '2025-12-11 04:41:31', NULL, 16, 8, -2.00, 99622.00); INSERT INTO `ai_balance_change_record` VALUES (533, '0', '', '2025-12-11 12:42:28', '', '2025-12-11 04:42:28', NULL, 16, 8, -2.00, 99620.00); INSERT INTO `ai_balance_change_record` VALUES (534, '0', '', '2025-12-11 12:44:44', '', '2025-12-11 04:44:43', NULL, 16, 8, -2.00, 99618.00); INSERT INTO `ai_balance_change_record` VALUES (535, '0', '', '2025-12-11 12:44:56', '', '2025-12-11 04:44:56', NULL, 16, 8, -2.00, 99616.00); INSERT INTO `ai_balance_change_record` VALUES (536, '0', '', '2025-12-11 12:45:08', '', '2025-12-11 04:45:07', NULL, 16, 8, -2.00, 99614.00); INSERT INTO `ai_balance_change_record` VALUES (537, '0', '', '2025-12-11 12:45:18', '', '2025-12-11 04:45:18', NULL, 16, 8, -2.00, 99612.00); INSERT INTO `ai_balance_change_record` VALUES (538, '0', '', '2025-12-11 12:45:45', '', '2025-12-11 04:45:45', NULL, 16, 8, -2.00, 99610.00); INSERT INTO `ai_balance_change_record` VALUES (539, '0', '', '2025-12-11 12:46:11', '', '2025-12-11 04:46:10', NULL, 16, 8, -2.00, 99608.00); INSERT INTO `ai_balance_change_record` VALUES (540, '0', '', '2025-12-11 12:46:39', '', '2025-12-11 04:46:38', NULL, 16, 8, -2.00, 99606.00); INSERT INTO `ai_balance_change_record` VALUES (541, '0', '', '2025-12-11 12:47:07', '', '2025-12-11 04:47:06', NULL, 16, 8, -2.00, 99604.00); INSERT INTO `ai_balance_change_record` VALUES (542, '0', '', '2025-12-11 12:47:18', '', '2025-12-11 04:47:18', NULL, 16, 8, -2.00, 99602.00); INSERT INTO `ai_balance_change_record` VALUES (543, '0', '', '2025-12-11 12:49:02', '', '2025-12-11 04:49:01', NULL, 16, 8, -2.00, 99600.00); INSERT INTO `ai_balance_change_record` VALUES (544, '0', '', '2025-12-11 12:49:14', '', '2025-12-11 04:49:14', NULL, 16, 8, -2.00, 99598.00); INSERT INTO `ai_balance_change_record` VALUES (545, '0', '', '2025-12-11 12:49:33', '', '2025-12-11 04:49:33', NULL, 16, 8, -2.00, 99596.00); INSERT INTO `ai_balance_change_record` VALUES (546, '0', '', '2025-12-11 12:49:48', '', '2025-12-11 04:49:47', NULL, 16, 8, -2.00, 99594.00); INSERT INTO `ai_balance_change_record` VALUES (547, '0', '', '2025-12-11 12:50:52', '', '2025-12-11 04:50:52', NULL, 16, 8, -2.00, 99592.00); INSERT INTO `ai_balance_change_record` VALUES (548, '0', '', '2025-12-11 12:51:33', '', '2025-12-11 04:51:33', NULL, 16, 8, -2.00, 99590.00); INSERT INTO `ai_balance_change_record` VALUES (549, '0', '', '2025-12-11 12:52:36', '', '2025-12-11 04:52:36', NULL, 16, 8, -2.00, 99588.00); INSERT INTO `ai_balance_change_record` VALUES (550, '0', '', '2025-12-11 12:52:53', '', '2025-12-11 04:52:52', NULL, 16, 8, -2.00, 99586.00); INSERT INTO `ai_balance_change_record` VALUES (551, '0', '', '2025-12-11 12:53:06', '', '2025-12-11 04:53:06', NULL, 16, 8, -2.00, 99584.00); INSERT INTO `ai_balance_change_record` VALUES (552, '0', '', '2025-12-11 12:54:15', '', '2025-12-11 04:54:14', NULL, 16, 8, -2.00, 99582.00); INSERT INTO `ai_balance_change_record` VALUES (553, '0', '', '2025-12-11 12:55:50', '', '2025-12-11 04:55:49', NULL, 16, 8, -2.00, 99580.00); INSERT INTO `ai_balance_change_record` VALUES (554, '0', '', '2025-12-11 12:56:15', '', '2025-12-11 04:56:14', NULL, 16, 8, -2.00, 99578.00); INSERT INTO `ai_balance_change_record` VALUES (555, '0', '', '2025-12-11 12:57:33', '', '2025-12-11 04:57:33', NULL, 16, 8, -2.00, 99576.00); INSERT INTO `ai_balance_change_record` VALUES (556, '0', '', '2025-12-11 12:57:52', '', '2025-12-11 04:57:52', NULL, 16, 8, -2.00, 99574.00); INSERT INTO `ai_balance_change_record` VALUES (557, '0', '', '2025-12-11 12:58:41', '', '2025-12-11 04:58:41', NULL, 16, 8, -2.00, 99572.00); INSERT INTO `ai_balance_change_record` VALUES (558, '0', '', '2025-12-11 12:59:01', '', '2025-12-11 04:59:01', NULL, 16, 8, -2.00, 99570.00); INSERT INTO `ai_balance_change_record` VALUES (559, '0', '', '2025-12-11 13:00:43', '', '2025-12-11 05:00:42', NULL, 16, 8, -2.00, 99568.00); INSERT INTO `ai_balance_change_record` VALUES (560, '0', '', '2025-12-11 13:01:07', '', '2025-12-11 05:01:07', NULL, 16, 8, -2.00, 99566.00); INSERT INTO `ai_balance_change_record` VALUES (561, '0', '', '2025-12-11 13:01:38', '', '2025-12-11 05:01:38', NULL, 16, 8, -2.00, 99564.00); INSERT INTO `ai_balance_change_record` VALUES (562, '0', '', '2025-12-11 13:04:31', '', '2025-12-11 05:04:30', NULL, 16, 8, -2.00, 99562.00); INSERT INTO `ai_balance_change_record` VALUES (563, '0', '', '2025-12-11 13:04:44', '', '2025-12-11 05:04:43', NULL, 16, 8, -2.00, 99560.00); INSERT INTO `ai_balance_change_record` VALUES (564, '0', '', '2025-12-11 13:05:21', '', '2025-12-11 05:05:21', NULL, 16, 8, -2.00, 99558.00); INSERT INTO `ai_balance_change_record` VALUES (565, '0', '', '2025-12-11 13:05:40', '', '2025-12-11 05:05:39', NULL, 16, 8, -2.00, 99556.00); INSERT INTO `ai_balance_change_record` VALUES (566, '0', '', '2025-12-11 13:06:33', '', '2025-12-11 05:06:33', NULL, 16, 8, -2.00, 99554.00); INSERT INTO `ai_balance_change_record` VALUES (567, '0', '', '2025-12-11 13:06:53', '', '2025-12-11 05:06:52', NULL, 16, 8, -2.00, 99552.00); INSERT INTO `ai_balance_change_record` VALUES (568, '0', '', '2025-12-11 13:07:14', '', '2025-12-11 05:07:13', NULL, 16, 8, -2.00, 99550.00); INSERT INTO `ai_balance_change_record` VALUES (569, '0', '', '2025-12-11 13:07:33', '', '2025-12-11 05:07:32', NULL, 16, 8, -2.00, 99548.00); INSERT INTO `ai_balance_change_record` VALUES (570, '0', '', '2025-12-11 14:11:02', '', '2025-12-11 06:11:01', NULL, 16, 8, -2.00, 99546.00); INSERT INTO `ai_balance_change_record` VALUES (571, '0', '', '2025-12-11 14:11:14', '', '2025-12-11 06:11:14', NULL, 16, 8, -2.00, 99544.00); INSERT INTO `ai_balance_change_record` VALUES (572, '0', '', '2025-12-11 14:11:33', '', '2025-12-11 06:11:33', NULL, 16, 8, -2.00, 99542.00); INSERT INTO `ai_balance_change_record` VALUES (573, '0', '', '2025-12-11 14:11:59', '', '2025-12-11 06:11:59', NULL, 16, 8, -2.00, 99540.00); INSERT INTO `ai_balance_change_record` VALUES (574, '0', '', '2025-12-11 14:12:22', '', '2025-12-11 06:12:21', NULL, 16, 8, -2.00, 99538.00); INSERT INTO `ai_balance_change_record` VALUES (575, '0', '', '2025-12-11 14:12:41', '', '2025-12-11 06:12:40', NULL, 16, 8, -2.00, 99536.00); INSERT INTO `ai_balance_change_record` VALUES (576, '0', '', '2025-12-11 14:20:01', '', '2025-12-11 06:20:00', NULL, 16, 8, -2.00, 99534.00); INSERT INTO `ai_balance_change_record` VALUES (577, '0', '', '2025-12-11 14:20:17', '', '2025-12-11 06:20:17', NULL, 16, 8, -2.00, 99532.00); INSERT INTO `ai_balance_change_record` VALUES (578, '0', '', '2025-12-11 14:20:35', '', '2025-12-11 06:20:35', NULL, 16, 8, -2.00, 99530.00); INSERT INTO `ai_balance_change_record` VALUES (579, '0', '', '2025-12-11 14:20:53', '', '2025-12-11 06:20:52', NULL, 16, 8, -2.00, 99528.00); INSERT INTO `ai_balance_change_record` VALUES (580, '0', '', '2025-12-11 14:21:09', '', '2025-12-11 06:21:08', NULL, 16, 8, -2.00, 99526.00); INSERT INTO `ai_balance_change_record` VALUES (581, '0', '', '2025-12-11 14:22:01', '', '2025-12-11 06:22:00', NULL, 16, 8, -2.00, 99524.00); INSERT INTO `ai_balance_change_record` VALUES (582, '0', '', '2025-12-11 14:22:19', '', '2025-12-11 06:22:18', NULL, 16, 8, -2.00, 99522.00); INSERT INTO `ai_balance_change_record` VALUES (583, '0', '', '2025-12-11 14:35:06', '', '2025-12-11 06:35:05', NULL, 14, 8, -2.00, 453.00); INSERT INTO `ai_balance_change_record` VALUES (584, '0', '', '2025-12-11 14:35:31', '', '2025-12-11 06:35:30', NULL, 14, 8, -2.00, 451.00); INSERT INTO `ai_balance_change_record` VALUES (585, '0', '', '2025-12-11 14:35:48', '', '2025-12-11 06:35:48', NULL, 16, 5, -2.00, 99520.00); INSERT INTO `ai_balance_change_record` VALUES (586, '0', '', '2025-12-11 14:35:51', '', '2025-12-11 06:35:51', NULL, 16, 5, -2.00, 99518.00); INSERT INTO `ai_balance_change_record` VALUES (587, '0', '', '2025-12-11 14:36:15', '', '2025-12-11 06:36:15', NULL, 14, 8, -2.00, 449.00); INSERT INTO `ai_balance_change_record` VALUES (588, '0', '', '2025-12-11 14:37:05', '', '2025-12-11 06:37:04', NULL, 16, 9, -6.00, 99512.00); INSERT INTO `ai_balance_change_record` VALUES (589, '0', '', '2025-12-11 14:38:00', '', '2025-12-11 06:38:00', NULL, 16, 9, -6.00, 99506.00); INSERT INTO `ai_balance_change_record` VALUES (590, '0', '', '2025-12-11 14:39:00', '', '2025-12-11 06:38:59', NULL, 16, 9, -6.00, 99500.00); INSERT INTO `ai_balance_change_record` VALUES (591, '0', '', '2025-12-11 14:40:19', '', '2025-12-11 06:40:19', NULL, 16, 9, -6.00, 99494.00); INSERT INTO `ai_balance_change_record` VALUES (592, '0', '', '2025-12-11 14:41:38', '', '2025-12-11 06:41:37', NULL, 16, 5, -2.00, 99492.00); INSERT INTO `ai_balance_change_record` VALUES (593, '0', '', '2025-12-11 14:41:57', '', '2025-12-11 06:41:57', NULL, 16, 6, -2.00, 99490.00); INSERT INTO `ai_balance_change_record` VALUES (594, '0', '', '2025-12-11 14:42:47', '', '2025-12-11 06:42:46', NULL, 16, 6, -2.00, 99488.00); INSERT INTO `ai_balance_change_record` VALUES (595, '0', '', '2025-12-11 14:46:05', '', '2025-12-11 06:46:04', NULL, 16, 8, -2.00, 99486.00); INSERT INTO `ai_balance_change_record` VALUES (596, '0', '', '2025-12-11 14:46:22', '', '2025-12-11 06:46:21', NULL, 16, 8, -2.00, 99484.00); INSERT INTO `ai_balance_change_record` VALUES (597, '0', '', '2025-12-11 14:46:35', '', '2025-12-11 06:46:35', NULL, 16, 8, -2.00, 99482.00); INSERT INTO `ai_balance_change_record` VALUES (598, '0', '', '2025-12-11 14:46:41', '', '2025-12-11 06:46:41', NULL, 14, 9, -6.00, 443.00); INSERT INTO `ai_balance_change_record` VALUES (599, '0', '', '2025-12-11 14:46:59', '', '2025-12-11 06:46:58', NULL, 16, 8, -2.00, 99480.00); INSERT INTO `ai_balance_change_record` VALUES (600, '0', '', '2025-12-11 14:47:17', '', '2025-12-11 06:47:17', NULL, 16, 8, -2.00, 99478.00); INSERT INTO `ai_balance_change_record` VALUES (601, '0', '', '2025-12-11 14:48:57', '', '2025-12-11 06:48:57', NULL, 16, 9, -6.00, 99472.00); INSERT INTO `ai_balance_change_record` VALUES (602, '0', '', '2025-12-11 14:49:47', '', '2025-12-11 06:49:46', NULL, 16, 9, -6.00, 99466.00); INSERT INTO `ai_balance_change_record` VALUES (603, '0', '', '2025-12-11 15:29:10', '', '2025-12-11 07:29:09', NULL, 14, 7, -2.00, 441.00); INSERT INTO `ai_balance_change_record` VALUES (604, '0', '', '2025-12-11 15:31:13', '', '2025-12-11 07:31:13', NULL, 14, 6, -2.00, 439.00); INSERT INTO `ai_balance_change_record` VALUES (605, '0', '', '2025-12-11 15:59:32', '', '2025-12-11 07:59:31', NULL, 16, 5, -2.00, 99464.00); INSERT INTO `ai_balance_change_record` VALUES (606, '0', '', '2025-12-11 15:59:35', '', '2025-12-11 07:59:35', NULL, 16, 5, -2.00, 99462.00); INSERT INTO `ai_balance_change_record` VALUES (607, '0', '', '2025-12-11 15:59:58', '', '2025-12-11 07:59:58', NULL, 16, 5, -2.00, 99460.00); INSERT INTO `ai_balance_change_record` VALUES (608, '0', '', '2025-12-11 16:08:28', '', '2025-12-11 08:08:28', NULL, 16, 8, -2.00, 99458.00); INSERT INTO `ai_balance_change_record` VALUES (609, '0', '', '2025-12-11 16:16:51', '', '2025-12-11 08:16:50', NULL, 16, 8, -2.00, 99456.00); INSERT INTO `ai_balance_change_record` VALUES (610, '0', '', '2025-12-11 16:18:08', '', '2025-12-11 08:18:07', NULL, 16, 8, -2.00, 99454.00); INSERT INTO `ai_balance_change_record` VALUES (611, '0', '', '2025-12-11 16:18:31', '', '2025-12-11 08:18:31', NULL, 16, 8, -2.00, 99452.00); INSERT INTO `ai_balance_change_record` VALUES (612, '0', '', '2025-12-11 16:18:49', '', '2025-12-11 08:18:48', NULL, 16, 8, -2.00, 99450.00); INSERT INTO `ai_balance_change_record` VALUES (613, '0', '', '2025-12-11 16:19:01', '', '2025-12-11 08:19:01', NULL, 16, 8, -2.00, 99448.00); INSERT INTO `ai_balance_change_record` VALUES (614, '0', '', '2025-12-11 16:19:26', '', '2025-12-11 08:19:26', NULL, 16, 8, -2.00, 99446.00); INSERT INTO `ai_balance_change_record` VALUES (615, '0', '', '2025-12-11 16:19:47', '', '2025-12-11 08:19:47', NULL, 16, 8, -2.00, 99444.00); INSERT INTO `ai_balance_change_record` VALUES (616, '0', '', '2025-12-11 16:20:01', '', '2025-12-11 08:20:00', NULL, 16, 8, -2.00, 99442.00); INSERT INTO `ai_balance_change_record` VALUES (617, '0', '', '2025-12-11 16:20:15', '', '2025-12-11 08:20:14', NULL, 16, 8, -2.00, 99440.00); INSERT INTO `ai_balance_change_record` VALUES (618, '0', '', '2025-12-11 16:21:32', '', '2025-12-11 08:21:32', NULL, 16, 8, -2.00, 99438.00); INSERT INTO `ai_balance_change_record` VALUES (619, '0', '', '2025-12-11 16:22:44', '', '2025-12-11 08:22:44', NULL, 16, 8, -2.00, 99436.00); INSERT INTO `ai_balance_change_record` VALUES (620, '0', '', '2025-12-11 16:23:10', '', '2025-12-11 08:23:10', NULL, 16, 8, -2.00, 99434.00); INSERT INTO `ai_balance_change_record` VALUES (621, '0', '', '2025-12-11 16:23:33', '', '2025-12-11 08:23:32', NULL, 16, 8, -2.00, 99432.00); INSERT INTO `ai_balance_change_record` VALUES (622, '0', '', '2025-12-11 16:23:48', '', '2025-12-11 08:23:47', NULL, 16, 8, -2.00, 99430.00); INSERT INTO `ai_balance_change_record` VALUES (623, '0', '', '2025-12-11 16:24:02', '', '2025-12-11 08:24:02', NULL, 16, 8, -2.00, 99428.00); INSERT INTO `ai_balance_change_record` VALUES (624, '0', '', '2025-12-11 16:24:26', '', '2025-12-11 08:24:26', NULL, 16, 8, -2.00, 99426.00); INSERT INTO `ai_balance_change_record` VALUES (625, '0', '', '2025-12-11 16:24:38', '', '2025-12-11 08:24:38', NULL, 16, 8, -2.00, 99424.00); INSERT INTO `ai_balance_change_record` VALUES (626, '0', '', '2025-12-11 16:24:54', '', '2025-12-11 08:24:53', NULL, 16, 8, -2.00, 99422.00); INSERT INTO `ai_balance_change_record` VALUES (627, '0', '', '2025-12-11 16:25:13', '', '2025-12-11 08:25:12', NULL, 16, 8, -2.00, 99420.00); INSERT INTO `ai_balance_change_record` VALUES (628, '0', '', '2025-12-11 16:25:27', '', '2025-12-11 08:25:27', NULL, 16, 8, -2.00, 99418.00); INSERT INTO `ai_balance_change_record` VALUES (629, '0', '', '2025-12-11 16:25:39', '', '2025-12-11 08:25:39', NULL, 16, 8, -2.00, 99416.00); INSERT INTO `ai_balance_change_record` VALUES (630, '0', '', '2025-12-11 16:26:00', '', '2025-12-11 08:25:59', NULL, 16, 8, -2.00, 99414.00); INSERT INTO `ai_balance_change_record` VALUES (631, '0', '', '2025-12-11 16:26:25', '', '2025-12-11 08:26:25', NULL, 16, 8, -2.00, 99412.00); INSERT INTO `ai_balance_change_record` VALUES (632, '0', '', '2025-12-11 16:26:54', '', '2025-12-11 08:26:54', NULL, 16, 8, -2.00, 99410.00); INSERT INTO `ai_balance_change_record` VALUES (633, '0', '', '2025-12-11 16:27:06', '', '2025-12-11 08:27:05', NULL, 16, 8, -2.00, 99408.00); INSERT INTO `ai_balance_change_record` VALUES (634, '0', '', '2025-12-11 16:38:52', '', '2025-12-11 08:38:51', NULL, 16, 8, -2.00, 99406.00); INSERT INTO `ai_balance_change_record` VALUES (635, '0', '', '2025-12-11 16:39:04', '', '2025-12-11 08:39:03', NULL, 16, 8, -2.00, 99404.00); INSERT INTO `ai_balance_change_record` VALUES (636, '0', '', '2025-12-11 16:39:15', '', '2025-12-11 08:39:15', NULL, 16, 8, -2.00, 99402.00); INSERT INTO `ai_balance_change_record` VALUES (637, '0', '', '2025-12-11 16:39:26', '', '2025-12-11 08:39:25', NULL, 16, 8, -2.00, 99400.00); INSERT INTO `ai_balance_change_record` VALUES (638, '0', '', '2025-12-11 16:39:38', '', '2025-12-11 08:39:38', NULL, 16, 8, -2.00, 99398.00); INSERT INTO `ai_balance_change_record` VALUES (639, '0', '', '2025-12-11 16:39:49', '', '2025-12-11 08:39:48', NULL, 16, 8, -2.00, 99396.00); INSERT INTO `ai_balance_change_record` VALUES (640, '0', '', '2025-12-11 16:40:04', '', '2025-12-11 08:40:04', NULL, 16, 8, -2.00, 99394.00); INSERT INTO `ai_balance_change_record` VALUES (641, '0', '', '2025-12-11 16:40:22', '', '2025-12-11 08:40:21', NULL, 16, 8, -2.00, 99392.00); INSERT INTO `ai_balance_change_record` VALUES (642, '0', '', '2025-12-11 16:40:46', '', '2025-12-11 08:40:46', NULL, 16, 8, -2.00, 99390.00); INSERT INTO `ai_balance_change_record` VALUES (643, '0', '', '2025-12-11 16:41:02', '', '2025-12-11 08:41:01', NULL, 16, 8, -2.00, 99388.00); INSERT INTO `ai_balance_change_record` VALUES (644, '0', '', '2025-12-11 16:41:14', '', '2025-12-11 08:41:14', NULL, 16, 8, -2.00, 99386.00); INSERT INTO `ai_balance_change_record` VALUES (645, '0', '', '2025-12-11 16:42:22', '', '2025-12-11 08:42:22', NULL, 16, 8, -2.00, 99384.00); INSERT INTO `ai_balance_change_record` VALUES (646, '0', '', '2025-12-11 16:42:43', '', '2025-12-11 08:42:42', NULL, 16, 8, -2.00, 99382.00); INSERT INTO `ai_balance_change_record` VALUES (647, '0', '', '2025-12-11 16:42:56', '', '2025-12-11 08:42:56', NULL, 16, 8, -2.00, 99380.00); INSERT INTO `ai_balance_change_record` VALUES (648, '0', '', '2025-12-11 16:46:37', '', '2025-12-11 08:46:36', NULL, 16, 8, -2.00, 99378.00); INSERT INTO `ai_balance_change_record` VALUES (649, '0', '', '2025-12-11 17:06:54', '', '2025-12-11 09:06:54', NULL, 16, 8, -2.00, 99376.00); INSERT INTO `ai_balance_change_record` VALUES (650, '0', '', '2025-12-11 17:14:21', '', '2025-12-11 09:14:20', NULL, 16, 8, -2.00, 99374.00); INSERT INTO `ai_balance_change_record` VALUES (651, '0', '', '2025-12-11 17:14:35', '', '2025-12-11 09:14:34', NULL, 16, 8, -2.00, 99372.00); INSERT INTO `ai_balance_change_record` VALUES (652, '0', '', '2025-12-11 17:28:08', '', '2025-12-11 09:28:07', NULL, 16, 8, -2.00, 99370.00); INSERT INTO `ai_balance_change_record` VALUES (653, '0', '', '2025-12-11 17:28:23', '', '2025-12-11 09:28:22', NULL, 16, 8, -2.00, 99368.00); INSERT INTO `ai_balance_change_record` VALUES (654, '0', '', '2025-12-11 17:34:26', '', '2025-12-11 09:34:26', NULL, 16, 8, -2.00, 99366.00); INSERT INTO `ai_balance_change_record` VALUES (655, '0', '', '2025-12-11 17:34:44', '', '2025-12-11 09:34:44', NULL, 16, 8, -2.00, 99364.00); INSERT INTO `ai_balance_change_record` VALUES (656, '0', '', '2025-12-11 17:35:03', '', '2025-12-11 09:35:02', NULL, 16, 8, -2.00, 99362.00); INSERT INTO `ai_balance_change_record` VALUES (657, '0', '', '2025-12-11 17:35:21', '', '2025-12-11 09:35:21', NULL, 16, 8, -2.00, 99360.00); INSERT INTO `ai_balance_change_record` VALUES (658, '0', '', '2025-12-11 17:35:36', '', '2025-12-11 09:35:36', NULL, 16, 8, -2.00, 99358.00); INSERT INTO `ai_balance_change_record` VALUES (659, '0', '', '2025-12-11 17:41:38', '', '2025-12-11 09:41:37', NULL, 16, 8, -2.00, 99356.00); INSERT INTO `ai_balance_change_record` VALUES (660, '0', '', '2025-12-11 17:41:52', '', '2025-12-11 09:41:52', NULL, 16, 8, -2.00, 99354.00); INSERT INTO `ai_balance_change_record` VALUES (661, '0', '', '2025-12-11 17:42:05', '', '2025-12-11 09:42:05', NULL, 16, 8, -2.00, 99352.00); INSERT INTO `ai_balance_change_record` VALUES (662, '0', '', '2025-12-11 17:42:25', '', '2025-12-11 09:42:24', NULL, 16, 8, -2.00, 99350.00); INSERT INTO `ai_balance_change_record` VALUES (663, '0', '', '2025-12-11 17:42:42', '', '2025-12-11 09:42:42', NULL, 16, 8, -2.00, 99348.00); INSERT INTO `ai_balance_change_record` VALUES (664, '0', '', '2025-12-11 17:43:12', '', '2025-12-11 09:43:12', NULL, 16, 8, -2.00, 99346.00); INSERT INTO `ai_balance_change_record` VALUES (665, '0', '', '2025-12-11 17:43:23', '', '2025-12-11 09:43:22', NULL, 16, 8, -2.00, 99344.00); INSERT INTO `ai_balance_change_record` VALUES (666, '0', '', '2025-12-11 17:43:37', '', '2025-12-11 09:43:37', NULL, 16, 8, -2.00, 99342.00); INSERT INTO `ai_balance_change_record` VALUES (667, '0', '', '2025-12-11 17:43:50', '', '2025-12-11 09:43:50', NULL, 16, 8, -2.00, 99340.00); INSERT INTO `ai_balance_change_record` VALUES (668, '0', '', '2025-12-11 17:44:01', '', '2025-12-11 09:44:01', NULL, 16, 8, -2.00, 99338.00); INSERT INTO `ai_balance_change_record` VALUES (669, '0', '', '2025-12-11 17:53:59', '', '2025-12-11 09:53:59', NULL, 14, 8, -2.00, 437.00); INSERT INTO `ai_balance_change_record` VALUES (670, '0', '', '2025-12-11 17:56:29', '', '2025-12-11 09:56:29', NULL, 14, 8, -2.00, 435.00); INSERT INTO `ai_balance_change_record` VALUES (671, '0', '', '2025-12-11 17:57:14', '', '2025-12-11 09:57:14', NULL, 14, 8, -2.00, 433.00); INSERT INTO `ai_balance_change_record` VALUES (672, '0', '', '2025-12-11 17:57:37', '', '2025-12-11 09:57:36', NULL, 14, 8, -2.00, 431.00); INSERT INTO `ai_balance_change_record` VALUES (673, '0', '', '2025-12-11 20:29:23', '', '2025-12-11 12:29:22', NULL, 16, 8, -2.00, 99336.00); INSERT INTO `ai_balance_change_record` VALUES (674, '0', '', '2025-12-11 20:32:38', '', '2025-12-11 12:32:38', NULL, 16, 8, -2.00, 99334.00); INSERT INTO `ai_balance_change_record` VALUES (675, '0', '', '2025-12-11 20:35:14', '', '2025-12-11 12:35:14', NULL, 16, 8, -2.00, 99332.00); INSERT INTO `ai_balance_change_record` VALUES (676, '0', '', '2025-12-12 10:38:02', '', '2025-12-12 02:38:01', NULL, 16, 8, -2.00, 99330.00); INSERT INTO `ai_balance_change_record` VALUES (677, '0', '', '2025-12-12 10:50:20', '', '2025-12-12 02:50:19', NULL, 16, 8, -2.00, 99328.00); INSERT INTO `ai_balance_change_record` VALUES (678, '0', '', '2025-12-12 10:50:58', '', '2025-12-12 02:50:57', NULL, 16, 8, -2.00, 99326.00); INSERT INTO `ai_balance_change_record` VALUES (679, '0', '', '2025-12-12 10:51:33', '', '2025-12-12 02:51:32', NULL, 16, 8, -2.00, 99324.00); INSERT INTO `ai_balance_change_record` VALUES (680, '0', '', '2025-12-12 16:09:55', '', '2025-12-12 08:09:55', NULL, 16, 8, -2.00, 99322.00); INSERT INTO `ai_balance_change_record` VALUES (681, '0', '', '2025-12-12 16:10:30', '', '2025-12-12 08:10:30', NULL, 16, 8, -2.00, 99320.00); INSERT INTO `ai_balance_change_record` VALUES (682, '0', '', '2025-12-12 16:10:44', '', '2025-12-12 08:10:44', NULL, 16, 8, -2.00, 99318.00); INSERT INTO `ai_balance_change_record` VALUES (683, '0', '', '2025-12-12 16:11:01', '', '2025-12-12 08:11:00', NULL, 16, 8, -2.00, 99316.00); INSERT INTO `ai_balance_change_record` VALUES (684, '0', '', '2025-12-12 16:11:13', '', '2025-12-12 08:11:12', NULL, 16, 8, -2.00, 99314.00); INSERT INTO `ai_balance_change_record` VALUES (685, '0', '', '2025-12-12 16:11:26', '', '2025-12-12 08:11:26', NULL, 16, 8, -2.00, 99312.00); INSERT INTO `ai_balance_change_record` VALUES (686, '0', '', '2025-12-12 16:12:21', '', '2025-12-12 08:12:21', NULL, 16, 8, -2.00, 99310.00); INSERT INTO `ai_balance_change_record` VALUES (687, '0', '', '2025-12-12 16:12:41', '', '2025-12-12 08:12:41', NULL, 16, 8, -2.00, 99308.00); INSERT INTO `ai_balance_change_record` VALUES (688, '0', '', '2025-12-12 16:12:57', '', '2025-12-12 08:12:57', NULL, 16, 8, -2.00, 99306.00); INSERT INTO `ai_balance_change_record` VALUES (689, '0', '', '2025-12-12 16:13:20', '', '2025-12-12 08:13:19', NULL, 16, 8, -2.00, 99304.00); INSERT INTO `ai_balance_change_record` VALUES (690, '0', '', '2025-12-12 16:13:38', '', '2025-12-12 08:13:37', NULL, 16, 8, -2.00, 99302.00); INSERT INTO `ai_balance_change_record` VALUES (691, '0', '', '2025-12-12 16:14:02', '', '2025-12-12 08:14:02', NULL, 16, 8, -2.00, 99300.00); INSERT INTO `ai_balance_change_record` VALUES (692, '0', '', '2025-12-12 16:14:15', '', '2025-12-12 08:14:15', NULL, 16, 8, -2.00, 99298.00); INSERT INTO `ai_balance_change_record` VALUES (693, '0', '', '2025-12-12 16:14:34', '', '2025-12-12 08:14:34', NULL, 16, 8, -2.00, 99296.00); INSERT INTO `ai_balance_change_record` VALUES (694, '0', '', '2025-12-12 16:16:15', '', '2025-12-12 08:16:15', NULL, 16, 8, -2.00, 99294.00); INSERT INTO `ai_balance_change_record` VALUES (695, '0', '', '2025-12-12 16:16:46', '', '2025-12-12 08:16:45', NULL, 16, 8, -2.00, 99292.00); INSERT INTO `ai_balance_change_record` VALUES (696, '0', '', '2025-12-12 16:17:10', '', '2025-12-12 08:17:09', NULL, 16, 8, -2.00, 99290.00); INSERT INTO `ai_balance_change_record` VALUES (697, '0', '', '2025-12-12 16:17:29', '', '2025-12-12 08:17:28', NULL, 16, 8, -2.00, 99288.00); INSERT INTO `ai_balance_change_record` VALUES (698, '0', '', '2025-12-12 16:20:31', '', '2025-12-12 08:20:30', NULL, 16, 8, -2.00, 99286.00); INSERT INTO `ai_balance_change_record` VALUES (699, '0', '', '2025-12-12 16:20:45', '', '2025-12-12 08:20:44', NULL, 16, 8, -2.00, 99284.00); INSERT INTO `ai_balance_change_record` VALUES (700, '0', '', '2025-12-12 16:21:03', '', '2025-12-12 08:21:02', NULL, 16, 8, -2.00, 99282.00); INSERT INTO `ai_balance_change_record` VALUES (701, '0', '', '2025-12-12 16:21:20', '', '2025-12-12 08:21:20', NULL, 16, 8, -2.00, 99280.00); INSERT INTO `ai_balance_change_record` VALUES (702, '0', '', '2025-12-12 16:21:35', '', '2025-12-12 08:21:34', NULL, 16, 8, -2.00, 99278.00); INSERT INTO `ai_balance_change_record` VALUES (703, '0', '', '2025-12-12 16:21:48', '', '2025-12-12 08:21:47', NULL, 16, 8, -2.00, 99276.00); INSERT INTO `ai_balance_change_record` VALUES (704, '0', '', '2025-12-12 16:22:06', '', '2025-12-12 08:22:05', NULL, 16, 8, -2.00, 99274.00); INSERT INTO `ai_balance_change_record` VALUES (705, '0', '', '2025-12-12 16:22:17', '', '2025-12-12 08:22:17', NULL, 16, 8, -2.00, 99272.00); INSERT INTO `ai_balance_change_record` VALUES (706, '0', '', '2025-12-12 16:25:43', '', '2025-12-12 08:25:43', NULL, 16, 8, -2.00, 99270.00); INSERT INTO `ai_balance_change_record` VALUES (707, '0', '', '2025-12-12 16:28:57', '', '2025-12-12 08:28:57', NULL, 16, 8, -2.00, 99268.00); INSERT INTO `ai_balance_change_record` VALUES (708, '0', '', '2025-12-12 16:29:18', '', '2025-12-12 08:29:18', NULL, 16, 8, -2.00, 99266.00); INSERT INTO `ai_balance_change_record` VALUES (709, '0', '', '2025-12-12 16:30:21', '', '2025-12-12 08:30:20', NULL, 16, 8, -2.00, 99264.00); INSERT INTO `ai_balance_change_record` VALUES (710, '0', '', '2025-12-12 16:30:36', '', '2025-12-12 08:30:35', NULL, 16, 8, -2.00, 99262.00); INSERT INTO `ai_balance_change_record` VALUES (711, '0', '', '2025-12-12 16:30:49', '', '2025-12-12 08:30:49', NULL, 16, 8, -2.00, 99260.00); INSERT INTO `ai_balance_change_record` VALUES (712, '0', '', '2025-12-12 16:31:02', '', '2025-12-12 08:31:02', NULL, 16, 8, -2.00, 99258.00); INSERT INTO `ai_balance_change_record` VALUES (713, '0', '', '2025-12-12 16:31:17', '', '2025-12-12 08:31:17', NULL, 16, 8, -2.00, 99256.00); INSERT INTO `ai_balance_change_record` VALUES (714, '0', '', '2025-12-12 16:31:31', '', '2025-12-12 08:31:30', NULL, 16, 8, -2.00, 99254.00); INSERT INTO `ai_balance_change_record` VALUES (715, '0', '', '2025-12-12 16:31:47', '', '2025-12-12 08:31:46', NULL, 16, 8, -2.00, 99252.00); INSERT INTO `ai_balance_change_record` VALUES (716, '0', '', '2025-12-12 16:31:59', '', '2025-12-12 08:31:58', NULL, 16, 8, -2.00, 99250.00); INSERT INTO `ai_balance_change_record` VALUES (717, '0', '', '2025-12-12 16:33:00', '', '2025-12-12 08:32:59', NULL, 16, 8, -2.00, 99248.00); INSERT INTO `ai_balance_change_record` VALUES (718, '0', '', '2025-12-12 16:33:18', '', '2025-12-12 08:33:18', NULL, 16, 8, -2.00, 99246.00); INSERT INTO `ai_balance_change_record` VALUES (719, '0', '', '2025-12-12 16:34:01', '', '2025-12-12 08:34:01', NULL, 16, 8, -2.00, 99244.00); INSERT INTO `ai_balance_change_record` VALUES (720, '0', '', '2025-12-12 16:35:11', '', '2025-12-12 08:35:11', NULL, 16, 8, -2.00, 99242.00); INSERT INTO `ai_balance_change_record` VALUES (721, '0', '', '2025-12-12 16:35:30', '', '2025-12-12 08:35:29', NULL, 16, 8, -2.00, 99240.00); INSERT INTO `ai_balance_change_record` VALUES (722, '0', '', '2025-12-12 16:36:41', '', '2025-12-12 08:36:41', NULL, 16, 8, -2.00, 99238.00); INSERT INTO `ai_balance_change_record` VALUES (723, '0', '', '2025-12-12 18:32:19', '', '2025-12-12 10:32:18', NULL, 16, 8, -2.00, 99236.00); INSERT INTO `ai_balance_change_record` VALUES (724, '0', '', '2025-12-12 18:32:43', '', '2025-12-12 10:32:42', NULL, 16, 8, -2.00, 99234.00); INSERT INTO `ai_balance_change_record` VALUES (725, '0', '', '2025-12-12 18:33:58', '', '2025-12-12 10:33:57', NULL, 16, 8, -2.00, 99232.00); INSERT INTO `ai_balance_change_record` VALUES (726, '0', '', '2025-12-12 18:34:33', '', '2025-12-12 10:34:32', NULL, 16, 8, -2.00, 99230.00); INSERT INTO `ai_balance_change_record` VALUES (727, '0', '', '2025-12-12 18:34:49', '', '2025-12-12 10:34:48', NULL, 16, 8, -2.00, 99228.00); INSERT INTO `ai_balance_change_record` VALUES (728, '0', '', '2025-12-12 18:36:14', '', '2025-12-12 10:36:14', NULL, 16, 8, -2.00, 99226.00); INSERT INTO `ai_balance_change_record` VALUES (729, '0', '', '2025-12-12 18:36:35', '', '2025-12-12 10:36:35', NULL, 16, 8, -2.00, 99224.00); INSERT INTO `ai_balance_change_record` VALUES (730, '0', '', '2025-12-12 18:38:17', '', '2025-12-12 10:38:16', NULL, 16, 8, -2.00, 99222.00); INSERT INTO `ai_balance_change_record` VALUES (731, '0', '', '2025-12-12 18:38:49', '', '2025-12-12 10:38:49', NULL, 16, 8, -2.00, 99220.00); INSERT INTO `ai_balance_change_record` VALUES (732, '0', '', '2025-12-12 18:39:04', '', '2025-12-12 10:39:04', NULL, 16, 8, -2.00, 99218.00); INSERT INTO `ai_balance_change_record` VALUES (733, '0', '', '2025-12-12 18:40:32', '', '2025-12-12 10:40:32', NULL, 16, 8, -2.00, 99216.00); INSERT INTO `ai_balance_change_record` VALUES (734, '0', '', '2025-12-12 18:40:47', '', '2025-12-12 10:40:47', NULL, 16, 8, -2.00, 99214.00); INSERT INTO `ai_balance_change_record` VALUES (735, '0', '', '2025-12-12 18:41:54', '', '2025-12-12 10:41:54', NULL, 16, 8, -2.00, 99212.00); INSERT INTO `ai_balance_change_record` VALUES (736, '0', '', '2025-12-12 18:42:38', '', '2025-12-12 10:42:37', NULL, 16, 8, -2.00, 99210.00); INSERT INTO `ai_balance_change_record` VALUES (737, '0', '', '2025-12-12 18:42:55', '', '2025-12-12 10:42:54', NULL, 16, 8, -2.00, 99208.00); INSERT INTO `ai_balance_change_record` VALUES (738, '0', '', '2025-12-12 18:43:22', '', '2025-12-12 10:43:21', NULL, 16, 8, -2.00, 99206.00); INSERT INTO `ai_balance_change_record` VALUES (739, '0', '', '2025-12-12 18:44:19', '', '2025-12-12 10:44:19', NULL, 16, 8, -2.00, 99204.00); INSERT INTO `ai_balance_change_record` VALUES (740, '0', '', '2025-12-12 18:44:41', '', '2025-12-12 10:44:41', NULL, 16, 8, -2.00, 99202.00); INSERT INTO `ai_balance_change_record` VALUES (741, '0', '', '2025-12-12 18:45:02', '', '2025-12-12 10:45:01', NULL, 16, 8, -2.00, 99200.00); INSERT INTO `ai_balance_change_record` VALUES (742, '0', '', '2025-12-12 18:47:16', '', '2025-12-12 10:47:15', NULL, 16, 8, -2.00, 99198.00); INSERT INTO `ai_balance_change_record` VALUES (743, '0', '', '2025-12-12 18:47:39', '', '2025-12-12 10:47:39', NULL, 16, 8, -2.00, 99196.00); INSERT INTO `ai_balance_change_record` VALUES (744, '0', '', '2025-12-12 18:48:03', '', '2025-12-12 10:48:03', NULL, 16, 8, -2.00, 99194.00); INSERT INTO `ai_balance_change_record` VALUES (745, '0', '', '2025-12-12 18:48:42', '', '2025-12-12 10:48:41', NULL, 16, 8, -2.00, 99192.00); INSERT INTO `ai_balance_change_record` VALUES (746, '0', '', '2025-12-12 18:49:04', '', '2025-12-12 10:49:04', NULL, 16, 8, -2.00, 99190.00); INSERT INTO `ai_balance_change_record` VALUES (747, '0', '', '2025-12-12 18:49:27', '', '2025-12-12 10:49:26', NULL, 16, 8, -2.00, 99188.00); INSERT INTO `ai_balance_change_record` VALUES (748, '0', '', '2025-12-12 18:49:42', '', '2025-12-12 10:49:41', NULL, 16, 8, -2.00, 99186.00); INSERT INTO `ai_balance_change_record` VALUES (749, '0', '', '2025-12-12 18:52:13', '', '2025-12-12 10:52:13', NULL, 16, 8, -2.00, 99184.00); INSERT INTO `ai_balance_change_record` VALUES (750, '0', '', '2025-12-12 18:52:29', '', '2025-12-12 10:52:28', NULL, 16, 8, -2.00, 99182.00); INSERT INTO `ai_balance_change_record` VALUES (751, '0', '', '2025-12-12 18:52:49', '', '2025-12-12 10:52:48', NULL, 16, 8, -2.00, 99180.00); INSERT INTO `ai_balance_change_record` VALUES (752, '0', '', '2025-12-12 18:53:01', '', '2025-12-12 10:53:00', NULL, 16, 8, -2.00, 99178.00); INSERT INTO `ai_balance_change_record` VALUES (753, '0', '', '2025-12-12 18:53:34', '', '2025-12-12 10:53:34', NULL, 16, 8, -2.00, 99176.00); INSERT INTO `ai_balance_change_record` VALUES (754, '0', '', '2025-12-12 18:54:22', '', '2025-12-12 10:54:22', NULL, 16, 8, -2.00, 99174.00); INSERT INTO `ai_balance_change_record` VALUES (755, '0', '', '2025-12-12 18:54:36', '', '2025-12-12 10:54:36', NULL, 16, 8, -2.00, 99172.00); INSERT INTO `ai_balance_change_record` VALUES (756, '0', '', '2025-12-12 18:54:49', '', '2025-12-12 10:54:48', NULL, 16, 8, -2.00, 99170.00); INSERT INTO `ai_balance_change_record` VALUES (757, '0', '', '2025-12-12 18:56:56', '', '2025-12-12 10:56:56', NULL, 16, 8, -2.00, 99168.00); INSERT INTO `ai_balance_change_record` VALUES (758, '0', '', '2025-12-12 19:13:35', '', '2025-12-12 11:13:35', NULL, 16, 8, -2.00, 99166.00); INSERT INTO `ai_balance_change_record` VALUES (759, '0', '', '2025-12-12 19:14:01', '', '2025-12-12 11:14:01', NULL, 16, 8, -2.00, 99164.00); INSERT INTO `ai_balance_change_record` VALUES (760, '0', '', '2025-12-12 19:14:49', '', '2025-12-12 11:14:49', NULL, 16, 8, -2.00, 99162.00); INSERT INTO `ai_balance_change_record` VALUES (761, '0', '', '2025-12-13 17:37:23', '', '2025-12-13 09:37:23', NULL, 14, 5, -2.00, 429.00); INSERT INTO `ai_balance_change_record` VALUES (762, '0', '', '2025-12-13 17:37:25', '', '2025-12-13 09:37:24', NULL, 14, 5, -2.00, 427.00); INSERT INTO `ai_balance_change_record` VALUES (763, '0', '', '2025-12-13 17:37:25', '', '2025-12-13 09:37:25', NULL, 14, 5, -2.00, 425.00); INSERT INTO `ai_balance_change_record` VALUES (764, '0', '', '2025-12-13 17:37:27', '', '2025-12-13 09:37:26', NULL, 14, 5, -2.00, 423.00); INSERT INTO `ai_balance_change_record` VALUES (765, '0', '', '2025-12-13 17:37:28', '', '2025-12-13 09:37:27', NULL, 14, 5, -2.00, 421.00); INSERT INTO `ai_balance_change_record` VALUES (766, '0', '', '2025-12-13 17:37:28', '', '2025-12-13 09:37:28', NULL, 14, 5, -2.00, 419.00); INSERT INTO `ai_balance_change_record` VALUES (767, '0', '', '2025-12-13 17:37:29', '', '2025-12-13 09:37:29', NULL, 14, 5, -2.00, 417.00); INSERT INTO `ai_balance_change_record` VALUES (768, '0', '', '2025-12-13 17:38:18', '', '2025-12-13 09:38:18', NULL, 14, 5, -2.00, 415.00); INSERT INTO `ai_balance_change_record` VALUES (769, '0', '', '2025-12-13 17:38:29', '', '2025-12-13 09:38:28', NULL, 14, 5, -2.00, 413.00); INSERT INTO `ai_balance_change_record` VALUES (770, '0', '', '2025-12-13 17:38:30', '', '2025-12-13 09:38:29', NULL, 14, 5, -2.00, 411.00); INSERT INTO `ai_balance_change_record` VALUES (771, '0', '', '2025-12-13 17:38:31', '', '2025-12-13 09:38:30', NULL, 14, 5, -2.00, 409.00); INSERT INTO `ai_balance_change_record` VALUES (772, '0', '', '2025-12-13 17:38:32', '', '2025-12-13 09:38:31', NULL, 14, 5, -2.00, 407.00); INSERT INTO `ai_balance_change_record` VALUES (773, '0', '', '2025-12-13 17:38:33', '', '2025-12-13 09:38:32', NULL, 14, 5, -2.00, 405.00); INSERT INTO `ai_balance_change_record` VALUES (774, '0', '', '2025-12-13 17:39:17', '', '2025-12-13 09:39:16', NULL, 14, 8, -2.00, 403.00); INSERT INTO `ai_balance_change_record` VALUES (775, '0', '', '2025-12-13 17:39:45', '', '2025-12-13 09:39:45', NULL, 14, 8, -2.00, 401.00); INSERT INTO `ai_balance_change_record` VALUES (776, '0', '', '2025-12-13 17:40:51', '', '2025-12-13 09:40:51', NULL, 14, 8, -2.00, 399.00); INSERT INTO `ai_balance_change_record` VALUES (777, '0', '', '2025-12-14 01:35:44', '', '2025-12-13 17:35:44', NULL, 31, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (778, '0', '', '2025-12-14 01:58:22', '', '2025-12-13 17:58:22', NULL, 32, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (779, '0', '', '2025-12-14 02:35:44', '', '2025-12-13 18:35:44', NULL, 31, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (780, '0', '', '2025-12-14 02:58:22', '', '2025-12-13 18:58:22', NULL, 32, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (781, '0', '', '2025-12-14 10:22:49', '', '2025-12-14 02:22:49', NULL, 33, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (782, '0', '', '2025-12-14 10:23:11', '', '2025-12-14 02:23:10', NULL, 33, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (783, '0', '', '2025-12-14 10:23:15', '', '2025-12-14 02:23:15', NULL, 33, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (784, '0', '', '2025-12-14 10:23:46', '', '2025-12-14 02:23:45', NULL, 33, 5, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (785, '0', '', '2025-12-14 10:23:53', '', '2025-12-14 02:23:52', NULL, 33, 5, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (786, '0', '', '2025-12-14 10:23:54', '', '2025-12-14 02:23:54', NULL, 33, 5, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (787, '0', '', '2025-12-14 11:22:49', '', '2025-12-14 03:22:49', NULL, 33, 4, 0.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (788, '0', '', '2025-12-14 14:52:58', '', '2025-12-14 06:52:57', NULL, 34, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (789, '0', '', '2025-12-14 14:54:32', '', '2025-12-14 06:54:31', NULL, 34, 5, -2.00, 8.00); INSERT INTO `ai_balance_change_record` VALUES (790, '0', '', '2025-12-14 14:54:36', '', '2025-12-14 06:54:36', NULL, 34, 5, -2.00, 6.00); INSERT INTO `ai_balance_change_record` VALUES (791, '0', '', '2025-12-14 14:55:39', '', '2025-12-14 06:55:38', NULL, 34, 6, -2.00, 4.00); INSERT INTO `ai_balance_change_record` VALUES (792, '0', '', '2025-12-14 14:57:02', '', '2025-12-14 06:57:02', NULL, 34, 6, -2.00, 2.00); INSERT INTO `ai_balance_change_record` VALUES (793, '0', '', '2025-12-14 15:00:44', '', '2025-12-14 07:00:43', NULL, 34, 6, -2.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (794, '0', '', '2025-12-14 15:52:57', '', '2025-12-14 07:52:57', NULL, 34, 4, 0.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (795, '0', '', '2025-12-15 12:08:24', '', '2025-12-15 04:08:23', NULL, 16, 8, -2.00, 99160.00); INSERT INTO `ai_balance_change_record` VALUES (796, '0', '', '2025-12-15 12:46:09', '', '2025-12-15 04:46:08', NULL, 16, 8, -2.00, 99158.00); INSERT INTO `ai_balance_change_record` VALUES (797, '0', '', '2025-12-15 18:05:01', '', '2025-12-15 10:05:00', NULL, 35, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (798, '0', '', '2025-12-15 18:07:56', '', '2025-12-15 10:07:56', NULL, 36, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (799, '0', '', '2025-12-15 19:05:00', '', '2025-12-15 11:05:00', NULL, 35, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (800, '0', '', '2025-12-15 19:07:56', '', '2025-12-15 11:07:56', NULL, 36, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (801, '0', '', '2025-12-15 19:40:25', '', '2025-12-15 11:40:25', NULL, 16, 0, 100.00, 99258.00); INSERT INTO `ai_balance_change_record` VALUES (802, '0', '', '2025-12-16 14:07:46', '', '2025-12-16 06:07:46', NULL, 37, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (803, '0', '', '2025-12-16 15:07:46', '', '2025-12-16 07:07:46', NULL, 37, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (804, '0', '', '2025-12-16 16:54:27', '', '2025-12-16 08:54:27', NULL, 14, 8, -2.00, 397.00); INSERT INTO `ai_balance_change_record` VALUES (805, '0', '', '2025-12-16 16:54:30', '', '2025-12-16 08:54:29', NULL, 14, 8, -2.00, 395.00); INSERT INTO `ai_balance_change_record` VALUES (806, '0', '', '2025-12-16 16:54:31', '', '2025-12-16 08:54:31', NULL, 14, 8, -2.00, 393.00); INSERT INTO `ai_balance_change_record` VALUES (807, '0', '', '2025-12-16 16:54:34', '', '2025-12-16 08:54:33', NULL, 14, 8, -2.00, 391.00); INSERT INTO `ai_balance_change_record` VALUES (808, '0', '', '2025-12-16 16:54:36', '', '2025-12-16 08:54:35', NULL, 14, 8, -2.00, 389.00); INSERT INTO `ai_balance_change_record` VALUES (809, '0', '', '2025-12-16 16:54:38', '', '2025-12-16 08:54:37', NULL, 14, 8, -2.00, 387.00); INSERT INTO `ai_balance_change_record` VALUES (810, '0', '', '2025-12-16 16:54:39', '', '2025-12-16 08:54:39', NULL, 14, 8, -2.00, 385.00); INSERT INTO `ai_balance_change_record` VALUES (811, '0', '', '2025-12-16 16:55:53', '', '2025-12-16 08:55:53', NULL, 14, 8, -2.00, 383.00); INSERT INTO `ai_balance_change_record` VALUES (812, '0', '', '2025-12-16 22:43:29', '', '2025-12-16 14:43:28', NULL, 16, 0, 10.00, 99268.00); INSERT INTO `ai_balance_change_record` VALUES (813, '0', '', '2025-12-17 13:43:25', '', '2025-12-17 05:43:24', NULL, 36, 11, 100000.00, 100000.00); INSERT INTO `ai_balance_change_record` VALUES (814, '0', '', '2025-12-17 13:43:33', '', '2025-12-17 05:43:32', NULL, 36, 5, -2.00, 99998.00); INSERT INTO `ai_balance_change_record` VALUES (815, '0', '', '2025-12-17 13:43:38', '', '2025-12-17 05:43:38', NULL, 36, 5, -2.00, 99996.00); INSERT INTO `ai_balance_change_record` VALUES (816, '0', '', '2025-12-17 13:44:03', '', '2025-12-17 05:44:03', NULL, 36, 5, -2.00, 99996.00); INSERT INTO `ai_balance_change_record` VALUES (817, '0', '', '2025-12-17 13:45:22', '', '2025-12-17 05:45:21', NULL, 36, 5, -2.00, 99994.00); INSERT INTO `ai_balance_change_record` VALUES (818, '0', '', '2025-12-17 13:46:00', '', '2025-12-17 05:45:59', NULL, 36, 5, -2.00, 99992.00); INSERT INTO `ai_balance_change_record` VALUES (819, '0', '', '2025-12-17 13:48:06', '', '2025-12-17 05:48:06', NULL, 36, 5, -2.00, 99990.00); INSERT INTO `ai_balance_change_record` VALUES (820, '0', '', '2025-12-17 13:48:33', '', '2025-12-17 05:48:33', NULL, 36, 5, -2.00, 99988.00); INSERT INTO `ai_balance_change_record` VALUES (821, '0', '', '2025-12-17 13:48:56', '', '2025-12-17 05:48:56', NULL, 36, 5, -2.00, 99986.00); INSERT INTO `ai_balance_change_record` VALUES (822, '0', '', '2025-12-17 13:50:14', '', '2025-12-17 05:50:14', NULL, 36, 5, -2.00, 99984.00); INSERT INTO `ai_balance_change_record` VALUES (823, '0', '', '2025-12-17 13:53:19', '', '2025-12-17 05:53:18', NULL, 36, 5, -2.00, 99982.00); INSERT INTO `ai_balance_change_record` VALUES (824, '0', '', '2025-12-17 13:53:45', '', '2025-12-17 05:53:45', NULL, 36, 5, -2.00, 99980.00); INSERT INTO `ai_balance_change_record` VALUES (825, '0', '', '2025-12-17 15:30:18', '', '2025-12-17 07:30:18', NULL, 16, 0, 110.00, 99378.00); INSERT INTO `ai_balance_change_record` VALUES (826, '0', '', '2025-12-17 15:30:19', '', '2025-12-17 07:30:18', NULL, 16, 2, 10.00, 99388.00); INSERT INTO `ai_balance_change_record` VALUES (827, '0', '', '2025-12-17 15:44:02', '', '2025-12-17 07:44:01', NULL, 16, 0, 110.00, 99498.00); INSERT INTO `ai_balance_change_record` VALUES (828, '0', '', '2025-12-17 15:44:02', '', '2025-12-17 07:44:01', NULL, 16, 2, 10.00, 99508.00); INSERT INTO `ai_balance_change_record` VALUES (829, '0', '', '2025-12-17 20:06:56', '', '2025-12-17 12:06:56', NULL, 36, 0, 100.00, 100080.00); INSERT INTO `ai_balance_change_record` VALUES (830, '0', '', '2025-12-17 20:06:56', '', '2025-12-17 12:06:56', NULL, 35, 1, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (831, '0', '', '2025-12-17 20:09:28', '', '2025-12-17 12:09:28', NULL, 36, 0, 110.00, 100190.00); INSERT INTO `ai_balance_change_record` VALUES (832, '0', '', '2025-12-17 20:09:28', '', '2025-12-17 12:09:28', NULL, 35, 1, 10.00, 20.00); INSERT INTO `ai_balance_change_record` VALUES (833, '0', '', '2025-12-17 20:09:28', '', '2025-12-17 12:09:28', NULL, 36, 2, 10.00, 100200.00); INSERT INTO `ai_balance_change_record` VALUES (834, '0', '', '2025-12-17 20:10:10', '', '2025-12-17 12:10:09', NULL, 36, 0, 110.00, 100310.00); INSERT INTO `ai_balance_change_record` VALUES (835, '0', '', '2025-12-17 20:10:10', '', '2025-12-17 12:10:09', NULL, 35, 1, 10.00, 30.00); INSERT INTO `ai_balance_change_record` VALUES (836, '0', '', '2025-12-17 20:10:10', '', '2025-12-17 12:10:09', NULL, 36, 2, 10.00, 100320.00); INSERT INTO `ai_balance_change_record` VALUES (837, '0', '', '2025-12-17 20:10:50', '', '2025-12-17 12:10:49', NULL, 36, 0, 110.00, 100430.00); INSERT INTO `ai_balance_change_record` VALUES (838, '0', '', '2025-12-17 20:10:50', '', '2025-12-17 12:10:49', NULL, 35, 1, 10.00, 40.00); INSERT INTO `ai_balance_change_record` VALUES (839, '0', '', '2025-12-17 20:10:50', '', '2025-12-17 12:10:49', NULL, 36, 2, 10.00, 100440.00); INSERT INTO `ai_balance_change_record` VALUES (840, '0', '', '2025-12-17 20:13:13', '', '2025-12-17 12:13:12', NULL, 36, 0, 100.00, 100540.00); INSERT INTO `ai_balance_change_record` VALUES (841, '0', '', '2025-12-17 20:13:13', '', '2025-12-17 12:13:12', NULL, 35, 1, 10.00, 50.00); INSERT INTO `ai_balance_change_record` VALUES (842, '0', '', '2025-12-18 00:58:09', '', '2025-12-17 16:58:09', NULL, 16, 5, -2.00, 99506.00); INSERT INTO `ai_balance_change_record` VALUES (843, '0', '', '2025-12-18 10:30:29', '', '2025-12-18 02:30:29', NULL, 14, 5, -2.00, 381.00); INSERT INTO `ai_balance_change_record` VALUES (844, '0', '', '2025-12-18 10:32:02', '', '2025-12-18 02:32:02', NULL, 14, 6, -2.00, 379.00); INSERT INTO `ai_balance_change_record` VALUES (845, '0', '', '2025-12-18 10:32:06', '', '2025-12-18 02:32:05', NULL, 14, 6, -2.00, 377.00); INSERT INTO `ai_balance_change_record` VALUES (846, '0', '', '2025-12-18 10:32:07', '', '2025-12-18 02:32:06', NULL, 14, 6, -2.00, 375.00); INSERT INTO `ai_balance_change_record` VALUES (847, '0', '', '2025-12-18 10:32:08', '', '2025-12-18 02:32:07', NULL, 14, 6, -2.00, 373.00); INSERT INTO `ai_balance_change_record` VALUES (848, '0', '', '2025-12-18 10:32:09', '', '2025-12-18 02:32:08', NULL, 14, 6, -2.00, 371.00); INSERT INTO `ai_balance_change_record` VALUES (849, '0', '', '2025-12-18 10:32:39', '', '2025-12-18 02:32:38', NULL, 14, 6, -2.00, 369.00); INSERT INTO `ai_balance_change_record` VALUES (850, '0', '', '2025-12-18 10:37:43', '', '2025-12-18 02:37:42', NULL, 14, 6, -2.00, 367.00); INSERT INTO `ai_balance_change_record` VALUES (851, '0', '', '2025-12-18 14:13:58', '', '2025-12-18 06:13:58', NULL, 36, 0, 110.00, 100650.00); INSERT INTO `ai_balance_change_record` VALUES (852, '0', '', '2025-12-18 14:13:58', '', '2025-12-18 06:13:58', NULL, 35, 1, 10.00, 60.00); INSERT INTO `ai_balance_change_record` VALUES (853, '0', '', '2025-12-18 14:14:50', '', '2025-12-18 06:14:49', NULL, 36, 0, 110.00, 100760.00); INSERT INTO `ai_balance_change_record` VALUES (854, '0', '', '2025-12-18 14:14:50', '', '2025-12-18 06:14:49', NULL, 35, 1, 10.00, 70.00); INSERT INTO `ai_balance_change_record` VALUES (855, '0', '', '2025-12-18 14:14:50', '', '2025-12-18 06:14:49', NULL, 36, 2, 10.00, 100770.00); INSERT INTO `ai_balance_change_record` VALUES (856, '0', '', '2025-12-18 14:15:20', '', '2025-12-18 06:15:20', NULL, 36, 11, -770.00, 100000.00); INSERT INTO `ai_balance_change_record` VALUES (857, '0', '', '2025-12-18 14:15:35', '', '2025-12-18 06:15:35', NULL, 36, 11, 110.00, 100110.00); INSERT INTO `ai_balance_change_record` VALUES (858, '0', '', '2025-12-18 14:18:15', '', '2025-12-18 06:18:14', NULL, 36, 0, 110.00, 100220.00); INSERT INTO `ai_balance_change_record` VALUES (859, '0', '', '2025-12-18 14:18:15', '', '2025-12-18 06:18:14', NULL, 35, 1, 10.00, 80.00); INSERT INTO `ai_balance_change_record` VALUES (860, '0', '', '2025-12-18 14:18:15', '', '2025-12-18 06:18:14', NULL, 36, 2, 10.00, 100230.00); INSERT INTO `ai_balance_change_record` VALUES (861, '0', '', '2025-12-18 14:19:53', '', '2025-12-18 06:19:53', NULL, 36, 0, 110.00, 100340.00); INSERT INTO `ai_balance_change_record` VALUES (862, '0', '', '2025-12-18 14:19:53', '', '2025-12-18 06:19:53', NULL, 35, 1, 10.00, 90.00); INSERT INTO `ai_balance_change_record` VALUES (863, '0', '', '2025-12-18 14:19:53', '', '2025-12-18 06:19:53', NULL, 36, 2, 10.00, 100350.00); INSERT INTO `ai_balance_change_record` VALUES (864, '0', '', '2025-12-18 14:21:35', '', '2025-12-18 06:21:35', NULL, 36, 5, -2.00, 100348.00); INSERT INTO `ai_balance_change_record` VALUES (865, '0', '', '2025-12-18 14:21:55', '', '2025-12-18 06:21:54', NULL, 36, 5, -2.00, 100346.00); INSERT INTO `ai_balance_change_record` VALUES (866, '0', '', '2025-12-18 14:22:14', '', '2025-12-18 06:22:14', NULL, 36, 5, -2.00, 100344.00); INSERT INTO `ai_balance_change_record` VALUES (868, '0', '', '2025-12-18 14:26:44', '', '2025-12-18 06:26:43', NULL, 36, 5, -2.00, 100342.00); INSERT INTO `ai_balance_change_record` VALUES (869, '0', '', '2025-12-18 14:27:07', '', '2025-12-18 06:27:07', NULL, 36, 5, -2.00, 100340.00); INSERT INTO `ai_balance_change_record` VALUES (870, '0', '', '2025-12-18 14:27:37', '', '2025-12-18 06:27:36', NULL, 36, 5, -2.00, 100338.00); INSERT INTO `ai_balance_change_record` VALUES (871, '0', '', '2025-12-18 14:27:54', '', '2025-12-18 06:27:54', NULL, 36, 5, -2.00, 100336.00); INSERT INTO `ai_balance_change_record` VALUES (872, '0', '', '2025-12-18 14:28:16', '', '2025-12-18 06:28:16', NULL, 36, 5, -2.00, 100334.00); INSERT INTO `ai_balance_change_record` VALUES (873, '0', '', '2025-12-18 14:28:38', '', '2025-12-18 06:28:37', NULL, 36, 5, -2.00, 100332.00); INSERT INTO `ai_balance_change_record` VALUES (875, '0', '', '2025-12-18 14:29:25', '', '2025-12-18 06:29:25', NULL, 36, 5, -2.00, 100330.00); INSERT INTO `ai_balance_change_record` VALUES (876, '0', '', '2025-12-18 14:29:50', '', '2025-12-18 06:29:50', NULL, 36, 5, -2.00, 100328.00); INSERT INTO `ai_balance_change_record` VALUES (878, '0', '', '2025-12-18 14:34:07', '', '2025-12-18 06:34:06', NULL, 36, 6, -2.00, 100326.00); INSERT INTO `ai_balance_change_record` VALUES (881, '0', '', '2025-12-18 16:19:37', '', '2025-12-18 08:19:36', NULL, 14, 8, -2.00, 365.00); INSERT INTO `ai_balance_change_record` VALUES (882, '0', '', '2025-12-18 16:19:38', '', '2025-12-18 08:19:38', NULL, 14, 8, -2.00, 363.00); INSERT INTO `ai_balance_change_record` VALUES (883, '0', '', '2025-12-18 16:19:45', '', '2025-12-18 08:19:45', NULL, 14, 8, -2.00, 361.00); INSERT INTO `ai_balance_change_record` VALUES (884, '0', '', '2025-12-18 16:19:48', '', '2025-12-18 08:19:48', NULL, 14, 8, -2.00, 359.00); INSERT INTO `ai_balance_change_record` VALUES (885, '0', '', '2025-12-18 16:19:53', '', '2025-12-18 08:19:53', NULL, 14, 8, -2.00, 357.00); INSERT INTO `ai_balance_change_record` VALUES (886, '0', '', '2025-12-18 16:19:59', '', '2025-12-18 08:19:58', NULL, 14, 8, -2.00, 355.00); INSERT INTO `ai_balance_change_record` VALUES (887, '0', '', '2025-12-18 16:20:00', '', '2025-12-18 08:19:59', NULL, 14, 8, -2.00, 353.00); INSERT INTO `ai_balance_change_record` VALUES (888, '0', '', '2025-12-18 16:20:02', '', '2025-12-18 08:20:01', NULL, 14, 8, -2.00, 351.00); INSERT INTO `ai_balance_change_record` VALUES (889, '0', '', '2025-12-18 16:23:42', '', '2025-12-18 08:23:42', NULL, 14, 7, -2.00, 349.00); INSERT INTO `ai_balance_change_record` VALUES (890, '0', '', '2025-12-18 16:23:44', '', '2025-12-18 08:23:44', NULL, 14, 7, -2.00, 347.00); INSERT INTO `ai_balance_change_record` VALUES (891, '0', '', '2025-12-18 16:29:18', '', '2025-12-18 08:29:18', NULL, 14, 7, -2.00, 345.00); INSERT INTO `ai_balance_change_record` VALUES (892, '0', '', '2025-12-18 16:29:20', '', '2025-12-18 08:29:20', NULL, 14, 7, -2.00, 343.00); INSERT INTO `ai_balance_change_record` VALUES (893, '0', '', '2025-12-18 16:29:22', '', '2025-12-18 08:29:22', NULL, 14, 7, -2.00, 341.00); INSERT INTO `ai_balance_change_record` VALUES (895, '0', '', '2025-12-18 17:39:00', '', '2025-12-18 09:39:00', NULL, 14, 7, -2.00, 339.00); INSERT INTO `ai_balance_change_record` VALUES (896, '0', '', '2025-12-18 18:14:36', '', '2025-12-18 10:14:36', NULL, 14, 9, -6.00, 333.00); INSERT INTO `ai_balance_change_record` VALUES (897, '0', '', '2025-12-18 19:09:59', '', '2025-12-18 11:09:59', NULL, 16, 8, -2.00, 99504.00); INSERT INTO `ai_balance_change_record` VALUES (898, '0', '', '2025-12-18 19:10:52', '', '2025-12-18 11:10:51', NULL, 16, 5, -2.00, 99502.00); INSERT INTO `ai_balance_change_record` VALUES (899, '0', '', '2025-12-18 19:24:42', '', '2025-12-18 11:24:42', NULL, 16, 5, -2.00, 99500.00); INSERT INTO `ai_balance_change_record` VALUES (900, '0', '', '2025-12-18 20:02:29', '', '2025-12-18 20:02:28', NULL, 16, 5, -2.00, 99498.00); INSERT INTO `ai_balance_change_record` VALUES (901, '0', '', '2025-12-18 20:11:04', '', '2025-12-18 20:11:03', NULL, 16, 5, -2.00, 99496.00); INSERT INTO `ai_balance_change_record` VALUES (902, '0', '', '2025-12-19 07:27:27', '', '2025-12-19 07:27:27', NULL, 16, 8, -8.00, 99488.00); INSERT INTO `ai_balance_change_record` VALUES (903, '0', '', '2025-12-19 15:09:59', '', '2025-12-19 15:09:58', NULL, 14, 8, -8.00, 325.00); INSERT INTO `ai_balance_change_record` VALUES (904, '0', '', '2025-12-19 15:10:40', '', '2025-12-19 15:10:39', NULL, 14, 8, -8.00, 317.00); INSERT INTO `ai_balance_change_record` VALUES (905, '0', '', '2025-12-19 15:11:21', '', '2025-12-19 15:11:21', NULL, 14, 8, -8.00, 309.00); INSERT INTO `ai_balance_change_record` VALUES (906, '0', '', '2025-12-19 17:27:51', '', '2025-12-19 17:27:51', NULL, 36, 0, 110.00, 100436.00); INSERT INTO `ai_balance_change_record` VALUES (907, '0', '', '2025-12-19 17:27:51', '', '2025-12-19 17:27:51', NULL, 35, 1, 10.00, 100.00); INSERT INTO `ai_balance_change_record` VALUES (908, '0', '', '2025-12-19 17:30:24', '', '2025-12-19 17:30:23', NULL, 36, 0, 110.00, 100546.00); INSERT INTO `ai_balance_change_record` VALUES (909, '0', '', '2025-12-19 17:30:24', '', '2025-12-19 17:30:23', NULL, 35, 1, 10.00, 110.00); INSERT INTO `ai_balance_change_record` VALUES (910, '0', '', '2025-12-19 17:30:24', '', '2025-12-19 17:30:23', NULL, 36, 2, 5.00, 100551.00); INSERT INTO `ai_balance_change_record` VALUES (911, '0', '', '2025-12-19 17:31:09', '', '2025-12-19 17:31:08', NULL, 36, 0, 110.00, 100661.00); INSERT INTO `ai_balance_change_record` VALUES (912, '0', '', '2025-12-19 17:31:09', '', '2025-12-19 17:31:08', NULL, 35, 1, 10.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (913, '0', '', '2025-12-19 17:33:27', '', '2025-12-19 17:33:26', NULL, 36, 5, -10.00, 100651.00); INSERT INTO `ai_balance_change_record` VALUES (914, '0', '', '2025-12-19 17:35:27', '', '2025-12-19 17:35:26', NULL, 36, 5, -10.00, 100641.00); INSERT INTO `ai_balance_change_record` VALUES (917, '0', '', '2025-12-19 17:46:58', '', '2025-12-19 17:46:58', NULL, 36, 5, -10.00, 100631.00); INSERT INTO `ai_balance_change_record` VALUES (918, '0', '', '2025-12-19 17:47:45', '', '2025-12-19 17:47:44', NULL, 36, 5, -10.00, 100621.00); INSERT INTO `ai_balance_change_record` VALUES (919, '0', '', '2025-12-19 18:07:29', '', '2025-12-19 18:07:29', NULL, 36, 5, -10.00, 100611.00); INSERT INTO `ai_balance_change_record` VALUES (920, '0', '', '2025-12-19 18:09:42', '', '2025-12-19 18:09:41', NULL, 36, 5, -10.00, 100601.00); INSERT INTO `ai_balance_change_record` VALUES (923, '0', '', '2025-12-19 18:12:37', '', '2025-12-19 18:12:37', NULL, 36, 5, -10.00, 100591.00); INSERT INTO `ai_balance_change_record` VALUES (926, '0', '', '2025-12-19 18:15:52', '', '2025-12-19 18:15:51', NULL, 36, 5, -10.00, 100581.00); INSERT INTO `ai_balance_change_record` VALUES (927, '0', '', '2025-12-19 21:26:06', '', '2025-12-19 21:26:06', NULL, 36, 8, -8.00, 100573.00); INSERT INTO `ai_balance_change_record` VALUES (928, '0', '', '2025-12-19 21:28:18', '', '2025-12-19 21:28:18', NULL, 36, 8, -8.00, 100565.00); INSERT INTO `ai_balance_change_record` VALUES (931, '0', '', '2025-12-19 21:28:32', '', '2025-12-19 21:28:31', NULL, 36, 5, -10.00, 100555.00); INSERT INTO `ai_balance_change_record` VALUES (932, '0', '', '2025-12-19 21:53:01', '', '2025-12-19 21:53:01', NULL, 36, 5, -10.00, 100545.00); INSERT INTO `ai_balance_change_record` VALUES (933, '0', '', '2025-12-19 21:57:18', '', '2025-12-19 21:57:18', NULL, 36, 5, -10.00, 100535.00); INSERT INTO `ai_balance_change_record` VALUES (934, '0', '', '2025-12-19 21:58:54', '', '2025-12-19 21:58:53', NULL, 36, 5, -10.00, 100525.00); INSERT INTO `ai_balance_change_record` VALUES (935, '0', '', '2025-12-19 22:04:18', '', '2025-12-19 22:04:18', NULL, 38, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (936, '0', '', '2025-12-19 23:04:18', '', '2025-12-19 23:04:18', NULL, 38, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (937, '0', '', '2025-12-21 11:24:55', '', '2025-12-21 11:24:55', NULL, 14, 8, -8.00, 301.00); INSERT INTO `ai_balance_change_record` VALUES (938, '0', '', '2025-12-22 10:05:45', '', '2025-12-22 10:05:45', NULL, 36, 5, -10.00, 100515.00); INSERT INTO `ai_balance_change_record` VALUES (939, '0', '', '2025-12-22 10:07:55', '', '2025-12-22 10:07:55', NULL, 36, 5, -10.00, 100505.00); INSERT INTO `ai_balance_change_record` VALUES (940, '0', '', '2025-12-22 10:09:47', '', '2025-12-22 10:09:46', NULL, 36, 0, 110.00, 100615.00); INSERT INTO `ai_balance_change_record` VALUES (941, '0', '', '2025-12-22 10:09:47', '', '2025-12-22 10:09:46', NULL, 35, 1, 10.00, 130.00); INSERT INTO `ai_balance_change_record` VALUES (942, '0', '', '2025-12-22 10:30:32', '', '2025-12-22 10:30:31', NULL, 16, 8, -8.00, 99480.00); INSERT INTO `ai_balance_change_record` VALUES (943, '0', '', '2025-12-22 10:31:39', '', '2025-12-22 10:31:39', NULL, 16, 5, -10.00, 99470.00); INSERT INTO `ai_balance_change_record` VALUES (944, '0', '', '2025-12-22 10:32:20', '', '2025-12-22 10:32:20', NULL, 16, 5, -10.00, 99460.00); INSERT INTO `ai_balance_change_record` VALUES (945, '0', '', '2025-12-22 10:33:00', '', '2025-12-22 10:33:00', NULL, 16, 5, -10.00, 99450.00); INSERT INTO `ai_balance_change_record` VALUES (946, '0', '', '2025-12-22 10:34:06', '', '2025-12-22 10:34:05', NULL, 16, 6, -10.00, 99440.00); INSERT INTO `ai_balance_change_record` VALUES (947, '0', '', '2025-12-22 10:34:51', '', '2025-12-22 10:34:50', NULL, 16, 5, -10.00, 99430.00); INSERT INTO `ai_balance_change_record` VALUES (948, '0', '', '2025-12-22 10:37:53', '', '2025-12-22 10:37:52', NULL, 16, 5, -10.00, 99420.00); INSERT INTO `ai_balance_change_record` VALUES (949, '0', '', '2025-12-22 10:38:56', '', '2025-12-22 10:38:56', NULL, 16, 5, -10.00, 99410.00); INSERT INTO `ai_balance_change_record` VALUES (950, '0', '', '2025-12-22 10:44:26', '', '2025-12-22 10:44:26', NULL, 35, 5, -10.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (963, '0', '', '2025-12-22 13:13:46', '', '2025-12-22 13:13:46', NULL, 16, 5, -10.00, 99400.00); INSERT INTO `ai_balance_change_record` VALUES (966, '0', '', '2025-12-22 15:28:01', '', '2025-12-22 15:28:01', NULL, 36, 7, -10.00, 100605.00); INSERT INTO `ai_balance_change_record` VALUES (967, '0', '', '2025-12-22 15:33:45', '', '2025-12-22 15:33:44', NULL, 36, 7, -10.00, 100595.00); INSERT INTO `ai_balance_change_record` VALUES (968, '0', '', '2025-12-22 15:33:47', '', '2025-12-22 15:33:46', NULL, 36, 7, -10.00, 100585.00); INSERT INTO `ai_balance_change_record` VALUES (969, '0', '', '2025-12-22 15:33:48', '', '2025-12-22 15:33:48', NULL, 36, 7, -10.00, 100575.00); INSERT INTO `ai_balance_change_record` VALUES (970, '0', '', '2025-12-22 15:33:49', '', '2025-12-22 15:33:49', NULL, 36, 7, -10.00, 100565.00); INSERT INTO `ai_balance_change_record` VALUES (971, '0', '', '2025-12-22 15:34:00', '', '2025-12-22 15:33:59', NULL, 36, 7, -10.00, 100555.00); INSERT INTO `ai_balance_change_record` VALUES (972, '0', '', '2025-12-22 15:34:19', '', '2025-12-22 15:34:18', NULL, 36, 7, -10.00, 100545.00); INSERT INTO `ai_balance_change_record` VALUES (973, '0', '', '2025-12-22 15:34:24', '', '2025-12-22 15:34:23', NULL, 36, 7, -10.00, 100535.00); INSERT INTO `ai_balance_change_record` VALUES (974, '0', '', '2025-12-22 15:36:27', '', '2025-12-22 15:36:27', NULL, 36, 7, -10.00, 100525.00); INSERT INTO `ai_balance_change_record` VALUES (975, '0', '', '2025-12-22 15:36:36', '', '2025-12-22 15:36:36', NULL, 36, 7, -10.00, 100515.00); INSERT INTO `ai_balance_change_record` VALUES (976, '0', '', '2025-12-22 15:38:03', '', '2025-12-22 15:38:02', NULL, 36, 8, -8.00, 100507.00); INSERT INTO `ai_balance_change_record` VALUES (977, '0', '', '2025-12-22 15:38:30', '', '2025-12-22 15:38:29', NULL, 36, 9, -35.00, 100472.00); INSERT INTO `ai_balance_change_record` VALUES (978, '0', '', '2025-12-22 16:11:34', '', '2025-12-22 16:11:33', NULL, 35, 0, 110.00, 230.00); INSERT INTO `ai_balance_change_record` VALUES (979, '0', '', '2025-12-22 16:11:34', '', '2025-12-22 16:11:33', NULL, 30, 1, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (980, '0', '', '2025-12-22 16:11:34', '', '2025-12-22 16:11:33', NULL, 35, 2, 5.00, 235.00); INSERT INTO `ai_balance_change_record` VALUES (981, '0', '', '2025-12-22 16:11:50', '', '2025-12-22 16:11:49', NULL, 35, 0, 110.00, 345.00); INSERT INTO `ai_balance_change_record` VALUES (982, '0', '', '2025-12-22 16:11:50', '', '2025-12-22 16:11:49', NULL, 30, 1, 10.00, 20.00); INSERT INTO `ai_balance_change_record` VALUES (983, '0', '', '2025-12-22 16:11:50', '', '2025-12-22 16:11:49', NULL, 35, 2, 5.00, 350.00); INSERT INTO `ai_balance_change_record` VALUES (988, '0', '', '2025-12-23 09:02:58', '', '2025-12-23 09:02:57', NULL, 35, 7, -10.00, 340.00); INSERT INTO `ai_balance_change_record` VALUES (989, '0', '', '2025-12-23 09:05:05', '', '2025-12-23 09:05:04', NULL, 36, 0, 110.00, 100582.00); INSERT INTO `ai_balance_change_record` VALUES (990, '0', '', '2025-12-23 09:05:05', '', '2025-12-23 09:05:04', NULL, 35, 1, 1.00, 341.00); INSERT INTO `ai_balance_change_record` VALUES (991, '0', '', '2025-12-23 14:17:04', '', '2025-12-23 14:17:04', NULL, 36, 8, -8.00, 100574.00); INSERT INTO `ai_balance_change_record` VALUES (992, '0', '', '2025-12-23 14:17:17', '', '2025-12-23 14:17:16', 'Order number 202512239a67580b generation failed, please try again later.', 36, 10, 8.00, 100582.00); INSERT INTO `ai_balance_change_record` VALUES (993, '0', '', '2025-12-23 14:17:35', '', '2025-12-23 14:17:34', NULL, 36, 8, -8.00, 100574.00); INSERT INTO `ai_balance_change_record` VALUES (994, '0', '', '2025-12-23 14:19:25', '', '2025-12-23 14:19:25', NULL, 36, 8, -8.00, 100566.00); INSERT INTO `ai_balance_change_record` VALUES (997, '0', '', '2025-12-23 14:34:54', '', '2025-12-23 14:34:53', NULL, 36, 5, -10.00, 100556.00); INSERT INTO `ai_balance_change_record` VALUES (998, '0', '', '2025-12-23 14:41:51', '', '2025-12-23 14:41:51', NULL, 36, 8, -8.00, 100548.00); INSERT INTO `ai_balance_change_record` VALUES (1001, '0', '', '2025-12-23 14:42:59', '', '2025-12-23 14:42:59', NULL, 36, 5, -10.00, 100538.00); INSERT INTO `ai_balance_change_record` VALUES (1002, '0', '', '2025-12-23 14:45:47', '', '2025-12-23 14:45:46', NULL, 36, 8, -8.00, 100530.00); INSERT INTO `ai_balance_change_record` VALUES (1003, '0', '', '2025-12-23 14:47:13', '', '2025-12-23 14:47:12', NULL, 36, 8, -8.00, 100522.00); INSERT INTO `ai_balance_change_record` VALUES (1004, '0', '', '2025-12-23 14:50:17', '', '2025-12-23 14:50:16', NULL, 36, 8, -8.00, 100514.00); INSERT INTO `ai_balance_change_record` VALUES (1005, '0', '', '2025-12-24 15:04:07', '', '2025-12-24 15:04:06', NULL, 36, 0, 110.00, 100624.00); INSERT INTO `ai_balance_change_record` VALUES (1006, '0', '', '2025-12-24 15:04:07', '', '2025-12-24 15:04:06', NULL, 35, 1, 1.00, 342.00); INSERT INTO `ai_balance_change_record` VALUES (1007, '0', '', '2025-12-24 15:12:47', '', '2025-12-24 15:12:47', NULL, 35, 0, 112.00, 454.00); INSERT INTO `ai_balance_change_record` VALUES (1008, '0', '', '2025-12-24 15:12:47', '', '2025-12-24 15:12:47', NULL, 30, 1, 1.12, 21.12); INSERT INTO `ai_balance_change_record` VALUES (1009, '0', '', '2025-12-24 15:12:47', '', '2025-12-24 15:12:47', NULL, 35, 2, 1.00, 455.00); INSERT INTO `ai_balance_change_record` VALUES (1010, '0', '', '2025-12-25 13:50:03', '', '2025-12-25 13:50:02', NULL, 35, 0, 11.00, 466.00); INSERT INTO `ai_balance_change_record` VALUES (1011, '0', '', '2025-12-25 13:50:03', '', '2025-12-25 13:50:02', NULL, 30, 1, 0.10, 21.22); INSERT INTO `ai_balance_change_record` VALUES (1012, '0', '', '2025-12-25 14:33:25', '', '2025-12-25 14:33:24', NULL, 35, 0, 110.00, 576.00); INSERT INTO `ai_balance_change_record` VALUES (1013, '0', '', '2025-12-25 14:33:25', '', '2025-12-25 14:33:24', NULL, 30, 1, 1.00, 22.22); INSERT INTO `ai_balance_change_record` VALUES (1014, '0', '', '2025-12-25 14:33:25', '', '2025-12-25 14:33:24', NULL, 35, 2, 10.00, 586.00); INSERT INTO `ai_balance_change_record` VALUES (1015, '0', '', '2025-12-26 08:36:55', '', '2025-12-26 08:36:55', NULL, 16, 0, 110.00, 99510.00); INSERT INTO `ai_balance_change_record` VALUES (1016, '0', '', '2025-12-26 08:36:55', '', '2025-12-26 08:36:55', NULL, 16, 2, 10.00, 99520.00); INSERT INTO `ai_balance_change_record` VALUES (1017, '0', '', '2025-12-26 08:54:01', '', '2025-12-26 08:54:01', NULL, 16, 0, 110.00, 99630.00); INSERT INTO `ai_balance_change_record` VALUES (1018, '0', '', '2025-12-26 08:54:01', '', '2025-12-26 08:54:01', NULL, 16, 2, 10.00, 99640.00); INSERT INTO `ai_balance_change_record` VALUES (1019, '0', '', '2025-12-26 11:10:00', '', '2025-12-26 11:09:59', NULL, 35, 0, 51.00, 637.00); INSERT INTO `ai_balance_change_record` VALUES (1020, '0', '', '2025-12-26 11:10:00', '', '2025-12-26 11:09:59', NULL, 30, 1, 0.50, 22.72); INSERT INTO `ai_balance_change_record` VALUES (1021, '0', '', '2025-12-26 11:16:28', '', '2025-12-26 11:16:27', NULL, 35, 0, 51.00, 688.00); INSERT INTO `ai_balance_change_record` VALUES (1022, '0', '', '2025-12-26 11:16:28', '', '2025-12-26 11:16:27', NULL, 30, 1, 0.50, 23.22); INSERT INTO `ai_balance_change_record` VALUES (1023, '0', '', '2025-12-26 18:16:22', '', '2025-12-26 18:16:22', NULL, 14, 8, -8.00, 293.00); INSERT INTO `ai_balance_change_record` VALUES (1024, '0', '', '2025-12-26 18:23:54', '', '2025-12-26 18:23:53', NULL, 14, 6, -10.00, 283.00); INSERT INTO `ai_balance_change_record` VALUES (1025, '0', '', '2025-12-26 18:25:46', '', '2025-12-26 18:25:46', NULL, 14, 8, -8.00, 275.00); INSERT INTO `ai_balance_change_record` VALUES (1026, '0', '', '2025-12-27 16:48:23', '', '2025-12-27 16:48:23', NULL, 39, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (1027, '0', '', '2025-12-27 17:48:23', '', '2025-12-27 17:48:23', NULL, 39, 4, -10.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (1028, '0', '', '2025-12-29 11:37:35', '', '2025-12-29 11:37:34', NULL, 35, 0, 110.00, 798.00); INSERT INTO `ai_balance_change_record` VALUES (1029, '0', '', '2025-12-29 11:37:35', '', '2025-12-29 11:37:34', NULL, 30, 1, 1.00, 24.22); INSERT INTO `ai_balance_change_record` VALUES (1030, '0', '', '2025-12-29 11:38:53', '', '2025-12-29 11:38:53', NULL, 35, 0, 110.00, 908.00); INSERT INTO `ai_balance_change_record` VALUES (1031, '0', '', '2025-12-29 11:38:53', '', '2025-12-29 11:38:53', NULL, 30, 1, 1.00, 25.22); INSERT INTO `ai_balance_change_record` VALUES (1032, '0', '', '2025-12-29 11:40:48', '', '2025-12-29 11:40:47', NULL, 35, 11, 92.00, 1000.00); INSERT INTO `ai_balance_change_record` VALUES (1033, '0', '', '2025-12-29 11:41:10', '', '2025-12-29 11:41:10', NULL, 35, 11, -1000.00, 0.00); INSERT INTO `ai_balance_change_record` VALUES (1034, '0', '', '2025-12-29 11:41:29', '', '2025-12-29 11:41:29', NULL, 35, 0, 110.00, 110.00); INSERT INTO `ai_balance_change_record` VALUES (1035, '0', '', '2025-12-29 11:41:29', '', '2025-12-29 11:41:29', NULL, 30, 1, 1.00, 26.22); INSERT INTO `ai_balance_change_record` VALUES (1036, '0', '', '2025-12-29 11:41:38', '', '2025-12-29 11:41:37', NULL, 35, 0, 110.00, 220.00); INSERT INTO `ai_balance_change_record` VALUES (1037, '0', '', '2025-12-29 11:41:38', '', '2025-12-29 11:41:37', NULL, 30, 1, 1.00, 27.22); INSERT INTO `ai_balance_change_record` VALUES (1038, '0', '', '2025-12-29 11:41:46', '', '2025-12-29 11:41:45', NULL, 35, 0, 110.00, 330.00); INSERT INTO `ai_balance_change_record` VALUES (1039, '0', '', '2025-12-29 11:41:46', '', '2025-12-29 11:41:45', NULL, 30, 1, 1.00, 28.22); INSERT INTO `ai_balance_change_record` VALUES (1040, '0', '', '2025-12-29 12:11:44', '', '2025-12-29 12:11:44', NULL, 16, 0, 11.00, 99651.00); INSERT INTO `ai_balance_change_record` VALUES (1041, '0', '', '2025-12-29 16:32:05', '', '2025-12-29 16:32:05', NULL, 16, 0, 11.00, 99662.00); INSERT INTO `ai_balance_change_record` VALUES (1042, '0', '', '2025-12-29 16:33:54', '', '2025-12-29 16:33:53', NULL, 16, 0, 110.00, 99772.00); INSERT INTO `ai_balance_change_record` VALUES (1043, '0', '', '2025-12-29 16:33:54', '', '2025-12-29 16:33:53', NULL, 16, 2, 10.00, 99782.00); INSERT INTO `ai_balance_change_record` VALUES (1044, '0', '', '2025-12-29 17:05:54', '', '2025-12-29 17:05:54', NULL, 39, 11, 10000.00, 10000.00); INSERT INTO `ai_balance_change_record` VALUES (1047, '0', '', '2025-12-30 11:26:10', '', '2025-12-30 11:26:10', NULL, 35, 5, -10.00, 320.00); INSERT INTO `ai_balance_change_record` VALUES (1048, '0', '', '2025-12-30 11:28:25', '', '2025-12-30 11:28:25', NULL, 40, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (1049, '0', '', '2025-12-30 11:28:46', '', '2025-12-30 11:28:46', NULL, 40, 0, 110.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (1050, '0', '', '2025-12-30 11:28:46', '', '2025-12-30 11:28:46', NULL, 35, 1, 1.00, 321.00); INSERT INTO `ai_balance_change_record` VALUES (1051, '0', '', '2025-12-30 11:28:51', '', '2025-12-30 11:28:51', NULL, 40, 0, 110.00, 230.00); INSERT INTO `ai_balance_change_record` VALUES (1052, '0', '', '2025-12-30 11:28:51', '', '2025-12-30 11:28:51', NULL, 35, 1, 1.00, 322.00); INSERT INTO `ai_balance_change_record` VALUES (1053, '0', '', '2025-12-30 11:44:05', '', '2025-12-30 11:44:04', NULL, 16, 0, 11.00, 99793.00); INSERT INTO `ai_balance_change_record` VALUES (1054, '0', '', '2025-12-30 11:56:56', '', '2025-12-30 11:56:55', NULL, 40, 0, 110.00, 340.00); INSERT INTO `ai_balance_change_record` VALUES (1055, '0', '', '2025-12-30 11:56:56', '', '2025-12-30 11:56:55', NULL, 35, 1, 1.00, 323.00); INSERT INTO `ai_balance_change_record` VALUES (1056, '0', '', '2025-12-30 11:56:56', '', '2025-12-30 11:56:55', NULL, 40, 2, 5.00, 345.00); INSERT INTO `ai_balance_change_record` VALUES (1057, '0', '', '2025-12-30 11:58:14', '', '2025-12-30 11:58:13', NULL, 41, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (1058, '0', '', '2025-12-30 11:58:33', '', '2025-12-30 11:58:32', NULL, 41, 0, 110.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (1059, '0', '', '2025-12-30 11:58:33', '', '2025-12-30 11:58:32', NULL, 40, 1, 1.00, 346.00); INSERT INTO `ai_balance_change_record` VALUES (1060, '0', '', '2025-12-30 12:28:25', '', '2025-12-30 12:28:25', NULL, 40, 4, -10.00, 336.00); INSERT INTO `ai_balance_change_record` VALUES (1061, '0', '', '2025-12-30 12:58:13', '', '2025-12-30 12:58:13', NULL, 41, 4, -10.00, 110.00); INSERT INTO `ai_balance_change_record` VALUES (1062, '0', '', '2025-12-30 13:42:03', '', '2025-12-30 13:42:02', NULL, 42, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (1063, '0', '', '2025-12-30 13:42:27', '', '2025-12-30 13:42:27', NULL, 42, 0, 110.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (1064, '0', '', '2025-12-30 13:42:27', '', '2025-12-30 13:42:27', NULL, 42, 2, 5.00, 125.00); INSERT INTO `ai_balance_change_record` VALUES (1065, '0', '', '2025-12-30 13:42:42', '', '2025-12-30 13:42:41', NULL, 42, 0, 110.00, 235.00); INSERT INTO `ai_balance_change_record` VALUES (1066, '0', '', '2025-12-30 14:42:02', '', '2025-12-30 14:42:02', NULL, 42, 4, -10.00, 225.00); INSERT INTO `ai_balance_change_record` VALUES (1067, '0', '', '2025-12-31 14:20:06', '', '2025-12-31 14:20:06', NULL, 43, 3, 10.00, 10.00); INSERT INTO `ai_balance_change_record` VALUES (1068, '0', '', '2025-12-31 14:20:30', '', '2025-12-31 14:20:30', NULL, 43, 0, 110.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (1069, '0', '', '2025-12-31 14:20:30', '', '2025-12-31 14:20:30', NULL, 43, 2, 5.00, 125.00); INSERT INTO `ai_balance_change_record` VALUES (1070, '0', '', '2025-12-31 14:21:22', '', '2025-12-31 14:21:21', NULL, 43, 0, 110.00, 235.00); INSERT INTO `ai_balance_change_record` VALUES (1073, '0', '', '2025-12-31 14:21:53', '', '2025-12-31 14:21:52', NULL, 43, 5, -10.00, 225.00); INSERT INTO `ai_balance_change_record` VALUES (1074, '0', '', '2025-12-31 14:22:42', '', '2025-12-31 14:22:42', NULL, 43, 8, -8.00, 217.00); INSERT INTO `ai_balance_change_record` VALUES (1075, '0', '', '2025-12-31 14:23:56', '', '2025-12-31 14:23:55', NULL, 43, 0, 110.00, 327.00); INSERT INTO `ai_balance_change_record` VALUES (1076, '0', '', '2025-12-31 14:24:01', '', '2025-12-31 14:24:00', NULL, 43, 0, 110.00, 437.00); INSERT INTO `ai_balance_change_record` VALUES (1077, '0', '', '2025-12-31 14:24:05', '', '2025-12-31 14:24:05', NULL, 43, 0, 110.00, 547.00); INSERT INTO `ai_balance_change_record` VALUES (1078, '0', '', '2025-12-31 14:24:10', '', '2025-12-31 14:24:09', NULL, 43, 0, 110.00, 657.00); INSERT INTO `ai_balance_change_record` VALUES (1079, '0', '', '2025-12-31 14:24:14', '', '2025-12-31 14:24:13', NULL, 43, 0, 110.00, 767.00); INSERT INTO `ai_balance_change_record` VALUES (1080, '0', '', '2025-12-31 14:24:18', '', '2025-12-31 14:24:17', NULL, 43, 0, 110.00, 877.00); INSERT INTO `ai_balance_change_record` VALUES (1081, '0', '', '2025-12-31 14:24:21', '', '2025-12-31 14:24:21', NULL, 43, 0, 110.00, 987.00); INSERT INTO `ai_balance_change_record` VALUES (1082, '0', '', '2025-12-31 14:24:25', '', '2025-12-31 14:24:25', NULL, 43, 0, 110.00, 1097.00); INSERT INTO `ai_balance_change_record` VALUES (1083, '0', '', '2025-12-31 14:26:47', '', '2025-12-31 14:26:46', NULL, 44, 0, 110.00, 110.00); INSERT INTO `ai_balance_change_record` VALUES (1084, '0', '', '2025-12-31 14:26:47', '', '2025-12-31 14:26:46', NULL, 43, 1, 1.00, 1098.00); INSERT INTO `ai_balance_change_record` VALUES (1085, '0', '', '2025-12-31 14:26:47', '', '2025-12-31 14:26:46', NULL, 44, 2, 10.00, 120.00); INSERT INTO `ai_balance_change_record` VALUES (1086, '0', '', '2025-12-31 14:27:17', '', '2025-12-31 14:27:16', NULL, 44, 0, 110.00, 230.00); INSERT INTO `ai_balance_change_record` VALUES (1087, '0', '', '2025-12-31 14:27:17', '', '2025-12-31 14:27:16', NULL, 43, 1, 1.00, 1099.00); INSERT INTO `ai_balance_change_record` VALUES (1088, '0', '', '2025-12-31 15:20:06', '', '2025-12-31 15:20:06', NULL, 43, 4, -10.00, 1089.00); INSERT INTO `ai_balance_change_record` VALUES (1089, '0', '', '2026-01-06 10:44:35', '', '2026-01-06 10:44:34', NULL, 16, 5, -10.00, 99783.00); INSERT INTO `ai_balance_change_record` VALUES (1090, '0', '', '2026-01-06 10:54:24', '', '2026-01-06 10:54:24', NULL, 16, 0, 110.00, 99893.00); INSERT INTO `ai_balance_change_record` VALUES (1091, '0', '', '2026-01-06 10:54:24', '', '2026-01-06 10:54:24', NULL, 16, 2, 10.00, 99903.00); INSERT INTO `ai_balance_change_record` VALUES (1092, '0', '', '2026-01-06 10:54:53', '', '2026-01-06 10:54:52', NULL, 16, 0, 110.00, 100013.00); INSERT INTO `ai_balance_change_record` VALUES (1093, '0', '', '2026-01-06 10:54:53', '', '2026-01-06 10:54:52', NULL, 16, 2, 10.00, 100023.00); INSERT INTO `ai_balance_change_record` VALUES (1094, '0', '', '2026-01-06 16:05:51', '', '2026-01-06 16:05:50', NULL, 14, 5, -10.00, 265.00); INSERT INTO `ai_balance_change_record` VALUES (1095, '0', '', '2026-01-06 16:13:05', '', '2026-01-06 16:13:04', NULL, 16, 8, -8.00, 100015.00); INSERT INTO `ai_balance_change_record` VALUES (1096, '0', '', '2026-01-06 16:13:30', '', '2026-01-06 16:13:29', NULL, 16, 8, -8.00, 100007.00); INSERT INTO `ai_balance_change_record` VALUES (1097, '0', '', '2026-01-06 16:32:31', '', '2026-01-06 16:32:31', NULL, 39, 5, -10.00, 9990.00); INSERT INTO `ai_balance_change_record` VALUES (1098, '0', '', '2026-01-06 16:33:36', '', '2026-01-06 16:33:35', NULL, 39, 8, -8.00, 9982.00); INSERT INTO `ai_balance_change_record` VALUES (1101, '0', '', '2026-01-06 17:08:42', '', '2026-01-06 17:08:41', NULL, 14, 5, -10.00, 255.00); INSERT INTO `ai_balance_change_record` VALUES (1102, '0', '', '2026-01-06 17:11:28', '', '2026-01-06 17:11:27', NULL, 14, 5, -10.00, 245.00); INSERT INTO `ai_balance_change_record` VALUES (1103, '0', '', '2026-01-06 17:12:17', '', '2026-01-06 17:12:16', NULL, 14, 5, -10.00, 235.00); INSERT INTO `ai_balance_change_record` VALUES (1104, '0', '', '2026-01-07 15:35:45', '', '2026-01-07 15:35:45', NULL, 16, 5, -10.00, 99997.00); INSERT INTO `ai_balance_change_record` VALUES (1105, '0', '', '2026-01-07 20:03:00', '', '2026-01-07 20:03:00', NULL, 16, 5, -10.00, 99987.00); INSERT INTO `ai_balance_change_record` VALUES (1106, '0', '', '2026-01-07 20:04:40', '', '2026-01-07 20:04:39', NULL, 16, 5, -10.00, 99977.00); INSERT INTO `ai_balance_change_record` VALUES (1107, '0', '', '2026-01-07 20:08:41', '', '2026-01-07 20:08:40', NULL, 16, 8, -8.00, 99969.00); INSERT INTO `ai_balance_change_record` VALUES (1108, '0', '', '2026-01-08 01:21:02', '', '2026-01-08 01:21:01', NULL, 16, 8, -8.00, 99961.00); INSERT INTO `ai_balance_change_record` VALUES (1109, '0', '', '2026-01-08 09:12:05', '', '2026-01-08 09:12:04', NULL, 16, 5, -10.00, 99951.00); INSERT INTO `ai_balance_change_record` VALUES (1110, '0', '', '2026-01-08 09:13:24', '', '2026-01-08 09:13:23', NULL, 16, 5, -10.00, 99941.00); INSERT INTO `ai_balance_change_record` VALUES (1111, '0', '', '2026-01-08 09:15:14', '', '2026-01-08 09:15:14', NULL, 16, 5, -10.00, 99931.00); INSERT INTO `ai_balance_change_record` VALUES (1112, '0', '', '2026-01-08 09:16:34', '', '2026-01-08 09:16:33', NULL, 16, 5, -10.00, 99921.00); INSERT INTO `ai_balance_change_record` VALUES (1113, '0', '', '2026-01-08 14:53:37', '', '2026-01-08 14:53:37', NULL, 36, 5, -10.00, 100614.00); INSERT INTO `ai_balance_change_record` VALUES (1114, '0', '', '2026-01-08 14:57:07', '', '2026-01-08 14:57:07', NULL, 36, 5, -10.00, 100604.00); INSERT INTO `ai_balance_change_record` VALUES (1115, '0', '', '2026-01-08 14:58:42', '', '2026-01-08 14:58:41', NULL, 36, 9, -35.00, 100569.00); INSERT INTO `ai_balance_change_record` VALUES (1116, '0', '', '2026-01-08 14:58:58', '', '2026-01-08 14:58:58', NULL, 36, 9, -35.00, 100534.00); INSERT INTO `ai_balance_change_record` VALUES (1117, '0', '', '2026-01-08 14:59:15', '', '2026-01-08 14:59:14', NULL, 36, 9, -35.00, 100499.00); INSERT INTO `ai_balance_change_record` VALUES (1118, '0', '', '2026-01-08 15:00:19', '', '2026-01-08 15:00:18', NULL, 36, 9, -35.00, 100464.00); INSERT INTO `ai_balance_change_record` VALUES (1119, '0', '', '2026-01-08 15:06:44', '', '2026-01-08 15:06:44', NULL, 36, 9, -35.00, 100429.00); INSERT INTO `ai_balance_change_record` VALUES (1120, '0', '', '2026-01-09 14:28:21', '', '2026-01-09 14:28:21', NULL, 39, 5, -10.00, 9972.00); INSERT INTO `ai_balance_change_record` VALUES (1121, '0', '', '2026-01-09 14:29:48', '', '2026-01-09 14:29:48', NULL, 39, 9, -35.00, 9937.00); INSERT INTO `ai_balance_change_record` VALUES (1122, '0', '', '2026-01-09 14:29:50', '', '2026-01-09 14:29:49', '訂單號 20260109e062a913 生成失敗,請稍後重試。', 39, 10, 35.00, 9972.00); INSERT INTO `ai_balance_change_record` VALUES (1123, '0', '', '2026-01-09 14:30:13', '', '2026-01-09 14:30:13', NULL, 39, 9, -35.00, 9937.00); INSERT INTO `ai_balance_change_record` VALUES (1138, '0', '', '2026-01-09 14:40:35', '', '2026-01-09 14:40:35', NULL, 39, 8, -8.00, 9929.00); INSERT INTO `ai_balance_change_record` VALUES (1139, '0', '', '2026-01-09 14:41:12', '', '2026-01-09 14:41:12', NULL, 39, 6, -10.00, 9919.00); INSERT INTO `ai_balance_change_record` VALUES (1140, '0', '', '2026-01-09 14:45:41', '', '2026-01-09 14:45:40', NULL, 39, 5, -10.00, 9909.00); INSERT INTO `ai_balance_change_record` VALUES (1141, '0', '', '2026-01-09 14:46:35', '', '2026-01-09 14:46:35', NULL, 39, 9, -35.00, 9874.00); INSERT INTO `ai_balance_change_record` VALUES (1142, '0', '', '2026-01-09 14:46:37', '', '2026-01-09 14:46:37', '訂單號 202601098e01f415 生成失敗,請稍後重試。', 39, 10, 35.00, 9909.00); INSERT INTO `ai_balance_change_record` VALUES (1143, '0', '', '2026-01-09 14:46:39', '', '2026-01-09 14:46:39', NULL, 39, 9, -35.00, 9874.00); INSERT INTO `ai_balance_change_record` VALUES (1150, '0', '', '2026-01-09 14:53:34', '', '2026-01-09 14:53:33', NULL, 39, 5, -10.00, 9864.00); INSERT INTO `ai_balance_change_record` VALUES (1151, '0', '', '2026-01-09 14:54:38', '', '2026-01-09 14:54:37', NULL, 39, 9, -35.00, 9829.00); INSERT INTO `ai_balance_change_record` VALUES (1152, '0', '', '2026-01-09 14:54:38', '', '2026-01-09 14:54:38', '訂單號 2026010993f53c6d 生成失敗,請稍後重試。', 39, 10, 35.00, 9864.00); INSERT INTO `ai_balance_change_record` VALUES (1153, '0', '', '2026-01-09 14:54:40', '', '2026-01-09 14:54:40', NULL, 39, 9, -35.00, 9829.00); INSERT INTO `ai_balance_change_record` VALUES (1154, '0', '', '2026-01-09 14:54:40', '', '2026-01-09 14:54:40', '訂單號 20260109c9552be3 生成失敗,請稍後重試。', 39, 10, 35.00, 9864.00); INSERT INTO `ai_balance_change_record` VALUES (1155, '0', '', '2026-01-09 14:54:52', '', '2026-01-09 14:54:51', NULL, 39, 9, -35.00, 9829.00); INSERT INTO `ai_balance_change_record` VALUES (1156, '0', '', '2026-01-09 14:54:53', '', '2026-01-09 14:54:52', '訂單號 2026010938d677cd 生成失敗,請稍後重試。', 39, 10, 35.00, 9864.00); INSERT INTO `ai_balance_change_record` VALUES (1157, '0', '', '2026-01-09 14:55:03', '', '2026-01-09 14:55:03', NULL, 39, 9, -35.00, 9829.00); INSERT INTO `ai_balance_change_record` VALUES (1158, '0', '', '2026-01-09 14:56:30', '', '2026-01-09 14:56:30', NULL, 36, 5, -10.00, 100419.00); -- ---------------------------- -- Table structure for ai_banner -- ---------------------------- DROP TABLE IF EXISTS `ai_banner`; CREATE TABLE `ai_banner` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题', `image_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '图片地址', `type` tinyint NULL DEFAULT NULL COMMENT '链接类型:0-内链 1-外链', `jump_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '跳转URL', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', `position` tinyint NULL DEFAULT NULL COMMENT 'bannaer位置:0-首页 1-充值中心', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'banner管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_banner -- ---------------------------- INSERT INTO `ai_banner` VALUES (1, '0', 'admin', '2025-11-15 20:59:58', 'admin', '2026-01-08 12:56:05', '11212', '图2', 'https://images.iqyjsnwv.com/2026/01/08/b610cc2c_0ct82hv9.jpeg', 1, 'https://www.google.com', 0, 0); INSERT INTO `ai_banner` VALUES (2, '0', 'admin', '2025-11-15 21:02:58', 'admin', '2026-01-08 12:56:36', '21212', '图1', 'https://images.iqyjsnwv.com/2026/01/08/f645d954_0ct82hv9.jpeg', 0, '/recharge', 0, 0); INSERT INTO `ai_banner` VALUES (3, '0', 'admin', '2025-11-25 17:09:09', 'admin', '2025-12-29 16:52:38', NULL, '图3', 'https://images.iqyjsnwv.com/2025/12/29/ea50e84a_image (1).jpg', 0, '/recharge', 0, 1); INSERT INTO `ai_banner` VALUES (4, '0', 'admin', '2025-11-25 17:09:24', 'admin', '2025-12-30 11:22:14', NULL, '图4', 'https://images.iqyjsnwv.com/2025/12/30/0af33ee3_画板 1.png', 1, 'https://www.google.com', 0, 1); -- ---------------------------- -- Table structure for ai_country -- ---------------------------- DROP TABLE IF EXISTS `ai_country`; CREATE TABLE `ai_country` ( `id` int NOT NULL AUTO_INCREMENT, `en_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `cn_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `en_name`(`en_name` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 189 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = 'Ai-全球城市记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_country -- ---------------------------- INSERT INTO `ai_country` VALUES (1, 'Afghanistan', '阿富汗'); INSERT INTO `ai_country` VALUES (2, 'Angola', '安哥拉'); INSERT INTO `ai_country` VALUES (3, 'Albania', '阿尔巴尼亚'); INSERT INTO `ai_country` VALUES (4, 'Algeria', '阿尔及利亚'); INSERT INTO `ai_country` VALUES (5, 'Argentina', '阿根廷'); INSERT INTO `ai_country` VALUES (6, 'Armenia', '亚美尼亚'); INSERT INTO `ai_country` VALUES (7, 'Australia', '澳大利亚'); INSERT INTO `ai_country` VALUES (8, 'Austria', '奥地利'); INSERT INTO `ai_country` VALUES (9, 'Azerbaijan', '阿塞拜疆'); INSERT INTO `ai_country` VALUES (10, 'Bahamas', '巴哈马'); INSERT INTO `ai_country` VALUES (11, 'Bangladesh', '孟加拉国'); INSERT INTO `ai_country` VALUES (12, 'Belgium', '比利时'); INSERT INTO `ai_country` VALUES (13, 'Benin', '贝宁'); INSERT INTO `ai_country` VALUES (14, 'Burkina Faso', '布基纳法索'); INSERT INTO `ai_country` VALUES (15, 'Burundi', '布隆迪'); INSERT INTO `ai_country` VALUES (16, 'Bulgaria', '保加利亚'); INSERT INTO `ai_country` VALUES (17, 'Bosnia and Herz.', '波斯尼亚和黑塞哥维那'); INSERT INTO `ai_country` VALUES (18, 'Belarus', '白俄罗斯'); INSERT INTO `ai_country` VALUES (19, 'Belize', '伯利兹'); INSERT INTO `ai_country` VALUES (20, 'Bermuda', '百慕大群岛'); INSERT INTO `ai_country` VALUES (21, 'Bolivia', '玻利维亚'); INSERT INTO `ai_country` VALUES (22, 'Brazil', '巴西'); INSERT INTO `ai_country` VALUES (23, 'Brunei', '文莱'); INSERT INTO `ai_country` VALUES (24, 'Bhutan', '不丹'); INSERT INTO `ai_country` VALUES (25, 'Botswana', '博茨瓦纳'); INSERT INTO `ai_country` VALUES (26, 'Cambodia', '柬埔寨'); INSERT INTO `ai_country` VALUES (27, 'Cameroon', '喀麦隆'); INSERT INTO `ai_country` VALUES (28, 'Canada', '加拿大'); INSERT INTO `ai_country` VALUES (29, 'Central African Rep.', '中非共和国'); INSERT INTO `ai_country` VALUES (30, 'Chad', '乍得'); INSERT INTO `ai_country` VALUES (31, 'Chile', '智利'); INSERT INTO `ai_country` VALUES (32, 'China', '中国'); INSERT INTO `ai_country` VALUES (33, 'Colombia', '哥伦比亚'); INSERT INTO `ai_country` VALUES (34, 'Congo', '刚果'); INSERT INTO `ai_country` VALUES (35, 'Costa Rica', '哥斯达黎加'); INSERT INTO `ai_country` VALUES (36, 'Côte d\'Ivoire', '科特迪瓦'); INSERT INTO `ai_country` VALUES (37, 'Croatia', '克罗地亚'); INSERT INTO `ai_country` VALUES (38, 'Cuba', '古巴'); INSERT INTO `ai_country` VALUES (39, 'Cyprus', '塞浦路斯'); INSERT INTO `ai_country` VALUES (40, 'Czech Rep.', '捷克共和国'); INSERT INTO `ai_country` VALUES (41, 'Dem. Rep. Korea', '韩国'); INSERT INTO `ai_country` VALUES (42, 'Dem. Rep. Congo', '民主刚果'); INSERT INTO `ai_country` VALUES (43, 'Denmark', '丹麦'); INSERT INTO `ai_country` VALUES (44, 'Djibouti', '吉布提'); INSERT INTO `ai_country` VALUES (45, 'Dominican Rep.', '多米尼加共和国'); INSERT INTO `ai_country` VALUES (46, 'Ecuador', '厄瓜多尔'); INSERT INTO `ai_country` VALUES (47, 'Egypt', '埃及'); INSERT INTO `ai_country` VALUES (48, 'El Salvador', '萨尔瓦多'); INSERT INTO `ai_country` VALUES (49, 'Eq. Guinea', '赤道几内亚'); INSERT INTO `ai_country` VALUES (50, 'Eritrea', '厄立特里亚'); INSERT INTO `ai_country` VALUES (51, 'Estonia', '爱沙尼亚'); INSERT INTO `ai_country` VALUES (52, 'Ethiopia', '埃塞俄比亚'); INSERT INTO `ai_country` VALUES (53, 'Falkland Is.', '福克兰群岛'); INSERT INTO `ai_country` VALUES (54, 'Fiji', '斐济'); INSERT INTO `ai_country` VALUES (55, 'Finland', '芬兰'); INSERT INTO `ai_country` VALUES (56, 'France', '法国'); INSERT INTO `ai_country` VALUES (57, 'French Guiana', '法属圭亚那'); INSERT INTO `ai_country` VALUES (58, 'Fr. S. Antarctic Lands', '法属南部领地'); INSERT INTO `ai_country` VALUES (59, 'Gabon', '加蓬'); INSERT INTO `ai_country` VALUES (60, 'Gambia', '冈比亚'); INSERT INTO `ai_country` VALUES (61, 'Germany', '德国'); INSERT INTO `ai_country` VALUES (62, 'Georgia', '佐治亚州'); INSERT INTO `ai_country` VALUES (63, 'Ghana', '加纳'); INSERT INTO `ai_country` VALUES (64, 'Greece', '希腊'); INSERT INTO `ai_country` VALUES (65, 'Greenland', '格陵兰'); INSERT INTO `ai_country` VALUES (66, 'Guatemala', '危地马拉'); INSERT INTO `ai_country` VALUES (67, 'Guinea', '几内亚'); INSERT INTO `ai_country` VALUES (68, 'Guinea-Bissau', '几内亚比绍'); INSERT INTO `ai_country` VALUES (69, 'Guyana', '圭亚那'); INSERT INTO `ai_country` VALUES (70, 'Haiti', '海地'); INSERT INTO `ai_country` VALUES (71, 'Heard I. and McDonald Is.', '赫德岛和麦克唐纳群岛'); INSERT INTO `ai_country` VALUES (72, 'Honduras', '洪都拉斯'); INSERT INTO `ai_country` VALUES (73, 'Hungary', '匈牙利'); INSERT INTO `ai_country` VALUES (74, 'Iceland', '冰岛'); INSERT INTO `ai_country` VALUES (75, 'India', '印度'); INSERT INTO `ai_country` VALUES (76, 'Indonesia', '印度尼西亚'); INSERT INTO `ai_country` VALUES (77, 'Iran', '伊朗'); INSERT INTO `ai_country` VALUES (78, 'Iraq', '伊拉克'); INSERT INTO `ai_country` VALUES (79, 'Ireland', '爱尔兰'); INSERT INTO `ai_country` VALUES (80, 'Israel', '以色列'); INSERT INTO `ai_country` VALUES (81, 'Italy', '意大利'); INSERT INTO `ai_country` VALUES (82, 'Ivory Coast', '象牙海岸'); INSERT INTO `ai_country` VALUES (83, 'Jamaica', '牙买加'); INSERT INTO `ai_country` VALUES (84, 'Japan', '日本'); INSERT INTO `ai_country` VALUES (85, 'Jordan', '乔丹'); INSERT INTO `ai_country` VALUES (86, 'Kashmir', '克什米尔'); INSERT INTO `ai_country` VALUES (87, 'Kazakhstan', '哈萨克斯坦'); INSERT INTO `ai_country` VALUES (88, 'Kenya', '肯尼亚'); INSERT INTO `ai_country` VALUES (89, 'Kosovo', '科索沃'); INSERT INTO `ai_country` VALUES (90, 'Kuwait', '科威特'); INSERT INTO `ai_country` VALUES (91, 'Kyrgyzstan', '吉尔吉斯斯坦'); INSERT INTO `ai_country` VALUES (92, 'Laos', '老挝'); INSERT INTO `ai_country` VALUES (93, 'Lao PDR', '老挝人民民主共和国'); INSERT INTO `ai_country` VALUES (94, 'Latvia', '拉脱维亚'); INSERT INTO `ai_country` VALUES (95, 'Lebanon', '黎巴嫩'); INSERT INTO `ai_country` VALUES (96, 'Lesotho', '莱索托'); INSERT INTO `ai_country` VALUES (97, 'Liberia', '利比里亚'); INSERT INTO `ai_country` VALUES (98, 'Libya', '利比亚'); INSERT INTO `ai_country` VALUES (99, 'Lithuania', '立陶宛'); INSERT INTO `ai_country` VALUES (100, 'Luxembourg', '卢森堡'); INSERT INTO `ai_country` VALUES (101, 'Madagascar', '马达加斯加'); INSERT INTO `ai_country` VALUES (102, 'Macedonia', '马其顿'); INSERT INTO `ai_country` VALUES (103, 'Malawi', '马拉维'); INSERT INTO `ai_country` VALUES (104, 'Malaysia', '马来西亚'); INSERT INTO `ai_country` VALUES (105, 'Mali', '马里'); INSERT INTO `ai_country` VALUES (106, 'Mauritania', '毛里塔尼亚'); INSERT INTO `ai_country` VALUES (107, 'Mexico', '墨西哥'); INSERT INTO `ai_country` VALUES (108, 'Moldova', '摩尔多瓦'); INSERT INTO `ai_country` VALUES (109, 'Mongolia', '蒙古'); INSERT INTO `ai_country` VALUES (110, 'Montenegro', '黑山'); INSERT INTO `ai_country` VALUES (111, 'Morocco', '摩洛哥'); INSERT INTO `ai_country` VALUES (112, 'Mozambique', '莫桑比克'); INSERT INTO `ai_country` VALUES (113, 'Myanmar', '缅甸'); INSERT INTO `ai_country` VALUES (114, 'Namibia', '纳米比亚'); INSERT INTO `ai_country` VALUES (115, 'Netherlands', '荷兰'); INSERT INTO `ai_country` VALUES (116, 'New Caledonia', '新喀里多尼亚'); INSERT INTO `ai_country` VALUES (117, 'New Zealand', '新西兰'); INSERT INTO `ai_country` VALUES (118, 'Nepal', '尼泊尔'); INSERT INTO `ai_country` VALUES (119, 'Nicaragua', '尼加拉瓜'); INSERT INTO `ai_country` VALUES (120, 'Niger', '尼日尔'); INSERT INTO `ai_country` VALUES (121, 'Nigeria', '尼日利亚'); INSERT INTO `ai_country` VALUES (122, 'Korea', '朝鲜'); INSERT INTO `ai_country` VALUES (123, 'Northern Cyprus', '北塞浦路斯'); INSERT INTO `ai_country` VALUES (124, 'Norway', '挪威'); INSERT INTO `ai_country` VALUES (125, 'Oman', '阿曼'); INSERT INTO `ai_country` VALUES (126, 'Pakistan', '巴基斯坦'); INSERT INTO `ai_country` VALUES (127, 'Panama', '巴拿马'); INSERT INTO `ai_country` VALUES (128, 'Papua New Guinea', '巴布亚新几内亚'); INSERT INTO `ai_country` VALUES (129, 'Paraguay', '巴拉圭'); INSERT INTO `ai_country` VALUES (130, 'Peru', '秘鲁'); INSERT INTO `ai_country` VALUES (131, 'Republic of the Congo', '刚果共和国'); INSERT INTO `ai_country` VALUES (132, 'Philippines', '菲律宾'); INSERT INTO `ai_country` VALUES (133, 'Poland', '波兰'); INSERT INTO `ai_country` VALUES (134, 'Portugal', '葡萄牙'); INSERT INTO `ai_country` VALUES (135, 'Puerto Rico', '波多黎各'); INSERT INTO `ai_country` VALUES (136, 'Qatar', '卡塔尔'); INSERT INTO `ai_country` VALUES (137, 'Republic of Seychelles', '塞舌尔共和国'); INSERT INTO `ai_country` VALUES (138, 'Romania', '罗马尼亚'); INSERT INTO `ai_country` VALUES (139, 'Russia', '俄罗斯'); INSERT INTO `ai_country` VALUES (140, 'Rwanda', '卢旺达'); INSERT INTO `ai_country` VALUES (141, 'Samoa', '萨摩亚'); INSERT INTO `ai_country` VALUES (142, 'Saudi Arabia', '沙特阿拉伯'); INSERT INTO `ai_country` VALUES (143, 'Senegal', '塞内加尔'); INSERT INTO `ai_country` VALUES (144, 'Serbia', '塞尔维亚'); INSERT INTO `ai_country` VALUES (145, 'Sierra Leone', '塞拉利昂'); INSERT INTO `ai_country` VALUES (146, 'Slovakia', '斯洛伐克'); INSERT INTO `ai_country` VALUES (147, 'Slovenia', '斯洛文尼亚'); INSERT INTO `ai_country` VALUES (148, 'Solomon Is.', '所罗门群岛'); INSERT INTO `ai_country` VALUES (149, 'Somaliland', '索马里兰'); INSERT INTO `ai_country` VALUES (150, 'Somalia', '索马里'); INSERT INTO `ai_country` VALUES (151, 'South Africa', '南非'); INSERT INTO `ai_country` VALUES (152, 'S. Geo. and S. Sandw. Is.', '南乔治亚和南桑德威奇群岛'); INSERT INTO `ai_country` VALUES (153, 'S. Sudan', '南苏丹'); INSERT INTO `ai_country` VALUES (154, 'Spain', '西班牙'); INSERT INTO `ai_country` VALUES (155, 'Sri Lanka', '斯里兰卡'); INSERT INTO `ai_country` VALUES (156, 'Sudan', '苏丹'); INSERT INTO `ai_country` VALUES (157, 'Suriname', '苏里南'); INSERT INTO `ai_country` VALUES (158, 'Swaziland', '斯威士兰'); INSERT INTO `ai_country` VALUES (159, 'Sweden', '瑞典'); INSERT INTO `ai_country` VALUES (160, 'Switzerland', '瑞士'); INSERT INTO `ai_country` VALUES (161, 'Syria', '叙利亚'); INSERT INTO `ai_country` VALUES (162, 'Tajikistan', '塔吉克斯坦'); INSERT INTO `ai_country` VALUES (163, 'Tanzania', '坦桑尼亚'); INSERT INTO `ai_country` VALUES (164, 'Thailand', '泰国'); INSERT INTO `ai_country` VALUES (165, 'The Kingdom of Tonga', '汤加王国'); INSERT INTO `ai_country` VALUES (166, 'Timor-Leste', '东帝汶'); INSERT INTO `ai_country` VALUES (167, 'Togo', '多哥'); INSERT INTO `ai_country` VALUES (168, 'Trinidad and Tobago', '特立尼达和多巴哥'); INSERT INTO `ai_country` VALUES (169, 'Tunisia', '突尼斯'); INSERT INTO `ai_country` VALUES (170, 'Turkey', '土耳其'); INSERT INTO `ai_country` VALUES (171, 'Turkmenistan', '土库曼斯坦'); INSERT INTO `ai_country` VALUES (172, 'Uganda', '乌干达'); INSERT INTO `ai_country` VALUES (173, 'Ukraine', '乌克兰'); INSERT INTO `ai_country` VALUES (174, 'United Arab Emirates', '阿拉伯联合酋长国'); INSERT INTO `ai_country` VALUES (175, 'United Kingdom', '大不列颠联合王国'); INSERT INTO `ai_country` VALUES (176, 'United Republic of Tanzania', '坦桑尼亚联合共和国'); INSERT INTO `ai_country` VALUES (177, 'United States', '美国'); INSERT INTO `ai_country` VALUES (178, 'United States of America', '美利坚合众国'); INSERT INTO `ai_country` VALUES (179, 'Uruguay', '乌拉圭'); INSERT INTO `ai_country` VALUES (180, 'Uzbekistan', '乌兹别克斯坦'); INSERT INTO `ai_country` VALUES (181, 'Vanuatu', '瓦努阿图'); INSERT INTO `ai_country` VALUES (182, 'Venezuela', '委内瑞拉'); INSERT INTO `ai_country` VALUES (183, 'Vietnam', '越南'); INSERT INTO `ai_country` VALUES (184, 'West Bank', '西岸'); INSERT INTO `ai_country` VALUES (185, 'W. Sahara', '西撒哈拉'); INSERT INTO `ai_country` VALUES (186, 'Yemen', '也门'); INSERT INTO `ai_country` VALUES (187, 'Zambia', '赞比亚'); INSERT INTO `ai_country` VALUES (188, 'Zimbabwe', '津巴布韦'); -- ---------------------------- -- Table structure for ai_customer -- ---------------------------- DROP TABLE IF EXISTS `ai_customer`; CREATE TABLE `ai_customer` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客户名称', `user_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客户编号', `user_email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客户联系方式', `rebate_amount` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '返佣比例', `service_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客服链接', `logo_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'logo链接', `banner_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'banner链接', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态:0-正常,1-禁用', `banner1_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '充值页banner链接', `start_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '启动页链接', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'AI-客户配置表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_customer -- ---------------------------- INSERT INTO `ai_customer` VALUES (1, '0', 'admin', '2025-11-26 19:53:53', 'admin', '2025-12-09 14:04:54', 'https://www.undressing.top', 'XM001', 'XM001', '13888888888', '', 'http://localhost/ai-manager/customer', 'http://localhost/ai-manager/customer', 'http://localhost/ai-manager/customer https://images.iqyjsnwv.com/2025/12/09/53300a82_0f271de314dd9ef4c796465c2543495e_high.jpg https://images.iqyjsnwv.com/2025/12/09/db0f8770_54.png', 0, NULL, NULL); -- ---------------------------- -- Table structure for ai_customer_service -- ---------------------------- DROP TABLE IF EXISTS `ai_customer_service`; CREATE TABLE `ai_customer_service` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '客服链接', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '客服管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_customer_service -- ---------------------------- INSERT INTO `ai_customer_service` VALUES (1, '0', 'admin', '2025-11-14 21:44:18', 'admin', '2025-12-09 13:18:40', '111', 'http://localhost/admin/ai-manager/foundation/service', 0); INSERT INTO `ai_customer_service` VALUES (2, '0', 'admin', '2025-12-23 09:05:52', '', '2025-12-23 09:05:51', NULL, 'https://1.com', 0); INSERT INTO `ai_customer_service` VALUES (3, '0', 'admin', '2025-12-23 09:06:00', '', '2025-12-23 09:06:00', NULL, 'https://2.com', 0); INSERT INTO `ai_customer_service` VALUES (4, '0', 'admin', '2025-12-23 13:53:31', '', '2025-12-23 13:53:30', NULL, 'baidu.com', 0); INSERT INTO `ai_customer_service` VALUES (5, '0', 'admin', '2025-12-23 13:53:31', '', '2025-12-23 13:53:31', NULL, 'baidu.com', 0); -- ---------------------------- -- Table structure for ai_help -- ---------------------------- DROP TABLE IF EXISTS `ai_help`; CREATE TABLE `ai_help` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标题', `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '内容', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '帮助管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_help -- ---------------------------- INSERT INTO `ai_help` VALUES (1, '0', 'admin', '2025-11-14 22:14:45', 'admin', '2025-12-16 13:54:28', '', 'What should I do if I encounter bugs or generation failures during use?', '

What should I do if I encounter bugs or generation failures during use?

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.
', 0); INSERT INTO `ai_help` VALUES (3, '0', 'admin', '2025-12-16 13:54:52', '', '2025-12-16 05:54:52', NULL, NULL, '


', 0); INSERT INTO `ai_help` VALUES (4, '0', 'admin', '2025-12-17 12:57:32', 'admin', '2025-12-17 12:57:43', '1', '1', '

2

', 0); -- ---------------------------- -- Table structure for ai_manager -- ---------------------------- DROP TABLE IF EXISTS `ai_manager`; CREATE TABLE `ai_manager` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'AI标题', `price` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '价格', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', `prompt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '提示词', `type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '类型', `parent_id_sort` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '提示词ID插入顺序记录', PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `type`(`type` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'AI管理表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_manager -- ---------------------------- INSERT INTO `ai_manager` VALUES (1, '0', 'admin', '2025-11-13 20:05:27', 'admin', '2025-12-23 14:30:07', NULL, '图生图', 10.00, 0, '1girl, solo, exact same character as reference image, (completely nude:1.2), naked, no clothes, breasts fully exposed, {胸部大小}, perfect anatomy, masterpiece, best quality', '11', NULL); INSERT INTO `ai_manager` VALUES (2, '0', 'admin', '2025-11-21 22:24:28', 'admin', '2025-12-14 20:20:56', NULL, '图生图-高级', 12.00, 0, '生成{主题},{风格}包含{细节},分辨率{技术参数}的图像', '12', NULL); INSERT INTO `ai_manager` VALUES (3, '0', 'admin', '2025-11-13 20:06:02', 'admin', '2025-12-24 15:03:00', NULL, '一键换脸', 10.00, 1, '保持参考图1的内容风格不变,用参考图2的脸部对参考图1的脸部进行替换', '13', NULL); INSERT INTO `ai_manager` VALUES (4, '0', 'admin', '2025-11-13 20:07:33', 'admin', '2025-12-23 14:47:10', NULL, '快捷生图', 8.00, 0, '1girl, solo, detailed face with {发型} {眼睛颜色} {配饰} {表情} {姿势} in {背景}, {服装描述} {胸部大小}, perfect anatomy, masterpiece, best quality', '11', NULL); INSERT INTO `ai_manager` VALUES (5, '0', 'admin', '2025-11-13 20:07:47', 'admin', '2026-01-08 14:58:37', NULL, '快捷生视频', 35.00, 0, '跳舞', '21', NULL); INSERT INTO `ai_manager` VALUES (7, '0', 'admin', '2025-11-25 19:41:23', 'admin', '2025-11-25 19:41:23', NULL, '视频换脸', 35.00, 1, '视频换脸功能', '22', NULL); -- ---------------------------- -- Table structure for ai_order -- ---------------------------- DROP TABLE IF EXISTS `ai_order`; CREATE TABLE `ai_order` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `order_num` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '订单编号', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'AI类型', `amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '金额', `result` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成结果', `status` tinyint(1) NULL DEFAULT NULL COMMENT '状态:0-进行中 1-已完成 2-失败(余额退回)', `text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '请求提示关键词', `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源', `is_top` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '是否置顶:N-否 Y-是', `img1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '首帧图片', `img2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '第二张图片', `mode` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成模式:text-to-video 或 image-to-video', `duration` int NULL DEFAULT 5 COMMENT '视频时长(秒)', `resolution` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '720p' COMMENT '分辨率', `ratio` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '9:16' COMMENT '宽高比', PRIMARY KEY (`id`) USING BTREE, KEY `idx_order_num` (`order_num`) USING BTREE, KEY `idx_user_id` (`user_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1310 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'API订单记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_order -- ---------------------------- INSERT INTO `ai_order` VALUES (1, '0', '', '2025-12-02 02:41:47', '', '2025-12-02 02:41:47', NULL, '20251202bf13d995', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/d65e77ff_02176464330791975aeae14c82856eca08eecb5e75c05759755a0_0.jpeg', 1, '请去除人物服装,全身裸体。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (2, '0', '', '2025-12-02 02:43:46', '', '2025-12-02 02:43:46', NULL, '20251202f904c183', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/c76a1e0d_02176464342613730d072d337ea6fcc7bbfbe2f0c485be2b66684_0.jpeg', 1, '请增大人物乳房,其余身体部份保持不变。乳头和乳晕颜色为#efaaa7。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (3, '0', '', '2025-12-02 02:46:59', '', '2025-12-02 02:46:59', NULL, '20251202b9ae271f', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/08489a19_0217646436196527ed3dd5a26da08a73b6b7a28831080924b977e_0.jpeg', 1, '请去除人物服装,全身裸体。并同时增大人物乳房。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (4, '0', '', '2025-12-02 02:48:48', '', '2025-12-02 02:48:48', NULL, '202512027b839f67', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/858650d3_021764643728482732fd601d62b6a7044a0e20965673d9983d924_0.jpeg', 1, '请增加人物体长(身高)。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (5, '0', '', '2025-12-02 02:49:54', '', '2025-12-02 02:49:54', NULL, '202512026fe9b386', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/58f6853d_021764643794930c799e7b290acded99bf6695874956a9faf5cdb_0.jpeg', 1, '在保持人物姿势不变的前提下增加人物身高(体长)。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (6, '0', '', '2025-12-02 02:51:14', '', '2025-12-02 02:51:14', NULL, '20251202a41e78c9', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/d454f234_02176464387439030d072d337ea6fcc7bbfbe2f0c485be26d62e5_0.jpeg', 1, '在保持人物姿势不变的前提下去除人物全部服装,完全裸体。并同时增大人物乳房。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (7, '0', '', '2025-12-02 02:52:20', '', '2025-12-02 02:52:20', NULL, '20251202ebeb7a51', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/1ee9ec7f_021764643940690c799e7b290acded99bf6695874956a9f7e3101_0.jpeg', 1, '在保持人物姿势不变的前提下去除人物全部服装,完全裸体。并同时增大人物乳房。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (8, '0', '', '2025-12-02 02:53:18', '', '2025-12-02 02:53:18', NULL, '2025120260e0b22c', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/1e116ed7_02176464399810315b33ccaa151d3ed7feaaa761bc71c3719bbd8_0.jpeg', 1, '去除人物手套。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (9, '0', '', '2025-12-02 02:54:22', '', '2025-12-02 02:54:22', NULL, '20251202d35169c0', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/f502a9a5_0217646440621252504cb05148e9a08cc7612c3f2b24e52cfb3d8_0.jpeg', 1, '增加人物乳头和乳晕,颜色为#efaaa7。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (10, '0', '', '2025-12-02 02:57:01', '', '2025-12-02 02:57:01', NULL, '2025120232c28090', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/33fccf51_021764644221351f8f49430e1e3875ff473008eb96b3a39217482_0.jpeg', 1, '将人物乳头和乳晕的颜色改为#efaaa7。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (11, '0', '', '2025-12-02 04:32:17', '', '2025-12-08 10:45:17', NULL, '202512020c093960', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/f94bca4d_0217646499376702504cb05148e9a08cc7612c3f2b24e5284e2e9_0.jpeg', 1, '生成一张多巴胺美少女真人', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (12, '0', '', '2025-12-02 04:32:30', '', '2025-12-02 04:32:30', NULL, '2025120274ca3beb', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/f856a112_021764649950349fef143c4098cd8cc7e0dd8c08d18f9db2d94dd_0.jpeg', 1, '生成一张多巴胺美少女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (13, '0', '', '2025-12-02 04:33:41', '', '2025-12-02 04:33:41', NULL, '2025120242a6bb00', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/dbb06ab3_02176465002202174bd01b7bc1bacfcfc78546caab5b5fa760eee_0.jpeg', 1, '生成一张多巴胺美少女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (14, '0', '', '2025-12-02 04:34:15', '', '2025-12-08 10:45:16', NULL, '20251202eb741781', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/1810e90d_0217646500553861386b9a8ed856c57501cfa946ce34c987de7e8_0.jpeg', 1, '生成一张多巴胺美少女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (15, '0', '', '2025-12-02 04:34:25', '', '2025-12-02 04:34:25', NULL, '20251202b8d27328', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/5f818b28_02176465006539515b33ccaa151d3ed7feaaa761bc71c37c74d99_0.jpeg', 1, '生成一张多巴胺美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (16, '0', '', '2025-12-02 04:34:32', '', '2025-12-02 04:34:32', NULL, '202512029e71f749', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/796aef19_02176465007304912014becacfaf8a37949eaec3c81397536a6bd_0.jpeg', 1, '生成一张多巴胺美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (17, '0', '', '2025-12-02 04:34:47', '', '2025-12-08 10:45:13', NULL, '20251202d9a4f206', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/db7f1b7b_0217646500875078547934892c4038781a87d514f9a9196cdbbb4_0.jpeg', 1, '生成一张多巴胺科技感二次元美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (18, '0', '', '2025-12-02 04:35:00', '', '2025-12-08 10:45:12', NULL, '2025120275252c52', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/914a8fc1_02176465010064299f4740eadd3360aa6250e68d85f7ec77af630_0.jpeg', 1, '生成一张多巴胺科技感二次元美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (19, '0', '', '2025-12-02 04:35:31', '', '2025-12-02 04:35:31', NULL, '202512024dcfec10', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/6b0ab625_021764650131337c799e7b290acded99bf6695874956a9f7cdb20_0.jpeg', 1, '生成一张五颜六色的猫,蓝天白云,在花丛里', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (20, '0', '', '2025-12-02 04:35:38', '', '2025-12-08 10:45:10', NULL, '20251202714ce36f', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/c2df23a7_0217646501389833a780f972f42b9300f847977bd33295558b2fe_0.jpeg', 1, '生成一张五颜六色的猫,蓝天白云,在花丛里', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (21, '0', '', '2025-12-02 04:36:26', '', '2025-12-08 10:45:08', NULL, '202512029cd1cebb', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/61af9f75_0217646501870377ed3dd5a26da08a73b6b7a2883108092f1447e_0.jpeg', 1, '生成一张多巴胺美女,真人', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (22, '0', '', '2025-12-02 04:36:35', '', '2025-12-08 10:45:06', NULL, '2025120201bbb10e', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/25950dea_0217646501956723a780f972f42b9300f847977bd332955544cbc_0.jpeg', 1, '生成一张多巴胺美女,真人', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (23, '0', '', '2025-12-02 04:37:25', '', '2025-12-02 12:37:45', NULL, '20251202398a1ec5', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/02/a8b8897c_02176465024582600000000000000000000ffffc0a89882420ddd.mp4', 1, '跳个舞', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (24, '0', '', '2025-12-02 04:37:54', '', '2025-12-08 10:45:04', NULL, '2025120223f4563e', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/02/d2012332_02176465027451100000000000000000000ffffc0a89882c36d2d.mp4', 1, '跳个舞', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (25, '0', '', '2025-12-02 09:22:04', '', '2025-12-02 09:22:04', NULL, '20251202a6be9035', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (28, '0', '', '2025-12-02 09:23:07', '', '2025-12-02 09:23:07', NULL, '2025120236766039', 5, '12', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (31, '0', '', '2025-12-02 09:47:55', '', '2025-12-02 09:47:55', NULL, '20251202ecfc376c', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (32, '0', '', '2025-12-02 09:47:59', '', '2025-12-02 09:47:59', NULL, '202512023f6ddd12', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (33, '0', '', '2025-12-02 09:48:03', '', '2025-12-02 09:48:03', NULL, '20251202517c1bbb', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (34, '0', '', '2025-12-02 09:48:18', '', '2025-12-02 09:48:18', NULL, '20251202c0fd5fee', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/c1a44c73_021764668898574c799e7b290acded99bf6695874956a9f20ea74_0.jpeg', 1, '裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (35, '0', '', '2025-12-02 12:21:32', '', '2025-12-02 12:21:32', NULL, '20251202b10b53b1', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/4f35807c_0217646780923368547934892c4038781a87d514f9a9196cbf1cf_0.jpeg', 1, '生成一只多巴胺猫', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (36, '0', '', '2025-12-02 12:26:26', '', '2025-12-02 12:26:26', NULL, '2025120261c2e3fe', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (37, '0', '', '2025-12-02 12:26:32', '', '2025-12-02 12:26:32', NULL, '20251202d72da959', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/122ce341_0217646783925043a780f972f42b9300f847977bd332955f59461_0.jpeg', 1, '达瓦达瓦', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (38, '0', '', '2025-12-02 12:27:07', '', '2025-12-02 12:27:07', NULL, '202512027478d2f9', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (39, '0', '', '2025-12-02 14:04:12', '', '2025-12-02 14:04:12', NULL, '2025120240f84b2a', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/bf08a075_0217646842529185097524147fba306f3fd5b41c9337702f30efe_0.jpeg', 1, '这是一个女性的生殖器,生成一个美女,带上这个生殖器', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (40, '0', '', '2025-12-02 14:05:12', '', '2025-12-02 14:05:12', NULL, '2025120257ac5abb', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/02/a32c59db_02176468431235974bd01b7bc1bacfcfc78546caab5b5fa4029ed_0.jpeg', 1, '这是一个女性的生殖器,生成一个拥有这个生殖器的美女,注意生殖器比例尺寸', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (41, '0', '', '2025-12-03 08:55:19', '', '2025-12-03 08:55:19', NULL, '20251203de2507f2', 14, '21', 6.00, 'cgt-20251203165520-ghxmm', 1, '把图片中的美女衣服裤子脱了,换成另外一套泳装', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (42, '0', '', '2025-12-03 08:56:09', '', '2025-12-03 08:56:09', NULL, '2025120372e7885d', 14, '21', 6.00, 'cgt-20251203165609-zt29z', 1, '把图中的美女衣服裤子脱了换成别的泳装', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (43, '0', '', '2025-12-03 08:58:44', '', '2025-12-03 08:58:44', NULL, '2025120305f57fd7', 14, '21', 6.00, 'cgt-20251203165845-xrpqx', 1, '把图中的美女衣服裤子脱了换成别的泳装', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (44, '0', '', '2025-12-03 08:59:47', '', '2025-12-03 17:29:27', NULL, '202512032ec7f4bc', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/6d4f68c1_02176475238871600000000000000000000ffffc0a8a4572283db.mp4', 1, '把图中的美女衣服裤子脱了换成别的泳装', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (45, '0', '', '2025-12-03 09:00:23', '', '2025-12-03 09:00:23', NULL, '202512030764244a', 5, '21', 6.00, 'cgt-20251203170023-qxcbt', 1, '跳个舞', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (46, '0', '', '2025-12-03 09:09:14', '', '2025-12-03 09:09:14', NULL, '20251203cb7fec93', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/491029c2_0217647529546207ed3dd5a26da08a73b6b7a288310809276c280_0.jpeg', 1, '增加眼镜', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (47, '0', '', '2025-12-03 09:30:29', '', '2025-12-03 17:30:52', NULL, '20251203c0f83a10', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/3fa60beb_02176475423072900000000000000000000ffffc0a8a457f4be67.mp4', 1, '人物慢慢抬起头正视镜头。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (48, '0', '', '2025-12-03 09:36:02', '', '2025-12-03 17:36:40', NULL, '2025120397c0ba40', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/726c4d58_02176475456363000000000000000000000ffffc0a8a45775e0a2.mp4', 1, '人物开口说话。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (49, '0', '', '2025-12-03 09:37:25', '', '2025-12-03 17:37:48', NULL, '20251203b3652d01', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/55daf369_02176475464581200000000000000000000ffffc0a8a45745215d.mp4', 1, '人物面无表情,开口说话。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (50, '0', '', '2025-12-03 09:41:37', '', '2025-12-03 17:42:00', NULL, '20251203de5b62f0', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/f66846d4_02176475489842300000000000000000000ffffc0a8a457927f33.mp4', 1, '镜头前推,最终聚焦眼睛。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (51, '0', '', '2025-12-03 10:10:18', '', '2025-12-03 18:10:41', NULL, '20251203380b8842', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/d4731a64_02176475661938300000000000000000000ffffc0a8a4571bed3f.mp4', 1, '人物边说话边摇头。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (52, '0', '', '2025-12-03 10:14:15', '', '2025-12-03 18:14:38', NULL, '2025120339559ced', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/251fb471_02176475685691500000000000000000000ffffc0a8a457bbdb85.mp4', 1, '人物边说话边摇头。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (53, '0', '', '2025-12-03 10:14:18', '', '2025-12-03 10:14:18', NULL, '20251203585395a7', 5, '21', 6.00, 'cgt-20251203181418-svqv5', 1, '人物边说话边摇头。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (54, '0', '', '2025-12-03 10:15:21', '', '2025-12-03 18:15:45', NULL, '20251203e63ded01', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/d70a836a_02176475692306700000000000000000000ffffc0a8a457d6b195.mp4', 1, '人物边说话边摇头。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (55, '0', '', '2025-12-03 11:38:09', '', '2025-12-03 19:38:37', NULL, '2025120359433745', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/b368be2c_02176476188954400000000000000000000ffffc0a8a457ef591e.mp4', 1, '跳个舞', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (56, '0', '', '2025-12-03 11:42:44', '', '2025-12-03 19:43:10', NULL, '20251203d5f2a6d1', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/9bbc290e_02176476216518700000000000000000000ffffc0a8a4575b6b8b.mp4', 1, '跳一个脱衣舞', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (57, '0', '', '2025-12-03 11:44:15', '', '2025-12-03 19:44:43', NULL, '202512038af70134', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/db57baf6_02176476225634900000000000000000000ffffc0a8a457adb1a1.mp4', 1, '跳一段巨人摇', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (58, '0', '', '2025-12-03 11:48:48', '', '2025-12-03 11:48:48', NULL, '20251203715b1949', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/5ca62e1b_0217647625287447b67bbc2a2a9a26108e071e40bb0b084c06398_0.jpeg', 1, '穿上科技感盔甲外衣,换成赛博风格', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (59, '0', '', '2025-12-03 11:49:47', '', '2025-12-03 11:49:47', NULL, '20251203a9088623', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/72e367ea_0217647625872417b67bbc2a2a9a26108e071e40bb0b084b4c243_0.jpeg', 1, '穿上科技感盔甲外衣,换成赛博风格,手臂上带纹身', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (60, '0', '', '2025-12-03 11:51:43', '', '2025-12-03 19:53:12', NULL, '20251203a041b841', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/fb1b9bba_02176476270542000000000000000000000ffffc0a8a457f9b239.mp4', 1, '盔甲从四处八方飞过来穿戴到身上,参考钢铁侠穿盔甲的效果', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (61, '0', '', '2025-12-03 11:55:35', '', '2025-12-03 19:56:16', NULL, '202512036fe29b09', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/1305ded3_02176476293697600000000000000000000ffffc0a8a457acc310.mp4', 1, '盔甲从四处八方飞过来穿戴到身上,参考钢铁侠穿盔甲的效果,加上光粒效果', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (62, '0', '', '2025-12-03 11:56:24', '', '2025-12-03 19:57:05', NULL, '20251203e154a8e1', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/2ea205fa_02176476298612400000000000000000000ffffc0a8a4576ace74.mp4', 1, '盔甲从四处八方飞过来穿戴到身上,参考钢铁侠穿盔甲的效果,加上光粒效果', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (63, '0', '', '2025-12-03 11:58:11', '', '2025-12-03 19:58:53', NULL, '202512038d070e45', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/03/efef4c35_02176476309336200000000000000000000ffffc0a8a45713fd3d.mp4', 1, '盔甲从四处八方飞过来穿戴到身上,参考钢铁侠穿盔甲的效果,加上光粒效果', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (64, '0', '', '2025-12-03 12:34:49', '', '2025-12-03 12:34:49', NULL, '202512035fc493e0', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/6b440a33_0217647652895528547934892c4038781a87d514f9a91967a7a41_0.jpeg', 1, '生成一张多巴胺赛博风格的美少女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (65, '0', '', '2025-12-03 12:35:09', '', '2025-12-03 12:35:09', NULL, '202512033bd8b62f', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/f7cf1394_021764765309771c5f50319cb4d4388d7836967b82aebe5a0b434_0.jpeg', 1, '生成一张多巴胺赛博风格的美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (66, '0', '', '2025-12-03 12:35:31', '', '2025-12-03 12:35:31', NULL, '202512036dc49ec6', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/6e73eeff_0217647653314438547934892c4038781a87d514f9a91966bce0e_0.jpeg', 1, '生成一张多巴胺赛博风格的美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (67, '0', '', '2025-12-03 12:35:49', '', '2025-12-03 12:35:49', NULL, '20251203d58208aa', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/9a76b38c_02176476535006212014becacfaf8a37949eaec3c81397518e34a_0.jpeg', 1, '生成一张多巴胺赛博风格的美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (68, '0', '', '2025-12-03 12:36:02', '', '2025-12-03 12:36:02', NULL, '2025120321a0cc3e', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/2583dc3f_02176476536247312014becacfaf8a37949eaec3c8139759639ed_0.jpeg', 1, '生成一张多巴胺赛博风格的美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (69, '0', '', '2025-12-03 13:21:37', '', '2025-12-03 13:21:37', NULL, '202512037addab12', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/17de357f_021764768097354732fd601d62b6a7044a0e20965673d99eb7beb_0.jpeg', 1, '生成一张多巴胺赛博风格的美女', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (70, '0', '', '2025-12-03 13:22:18', '', '2025-12-08 10:48:31', NULL, '20251203e7e09945', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/9e185770_021764768138596732fd601d62b6a7044a0e20965673d9957644a_0.jpeg', 1, '生成一张裸体美女,大胸大奶', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (71, '0', '', '2025-12-03 13:22:37', '', '2025-12-03 13:22:37', NULL, '20251203dbc28608', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/94d00a95_02176476815767975aeae14c82856eca08eecb5e75c0575e0af2d_0.jpeg', 1, '生成一张裸体美女全身照,大胸大奶', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (72, '0', '', '2025-12-03 13:22:48', '', '2025-12-03 13:22:48', NULL, '20251203222808c4', 5, '1', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (73, '0', '', '2025-12-03 13:26:20', '', '2025-12-03 13:26:20', NULL, '20251203e3a0ef53', 5, '1', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (74, '0', '', '2025-12-03 13:27:35', '', '2025-12-03 13:27:35', NULL, '20251203e5d14fd4', 5, '1', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (75, '0', '', '2025-12-03 13:28:52', '', '2025-12-03 13:28:52', NULL, '202512038f924542', 5, '1', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (76, '0', '', '2025-12-03 13:30:44', '', '2025-12-03 13:30:44', NULL, '2025120301056c27', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (77, '0', '', '2025-12-03 13:32:53', '', '2025-12-03 13:32:53', NULL, '20251203141dad4f', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/f12e4d5a_02176476877357899f4740eadd3360aa6250e68d85f7ec7e6a146_0.jpeg', 1, '脱掉全部衣服', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (78, '0', '', '2025-12-03 13:34:37', '', '2025-12-03 13:34:37', NULL, '20251203c5406f89', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (79, '0', '', '2025-12-03 13:36:20', '', '2025-12-03 13:36:20', NULL, '2025120339f029b0', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (80, '0', '', '2025-12-03 13:48:24', '', '2025-12-03 13:48:24', NULL, '20251203bfd7b64e', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/8f6a1289_021764769704140f8f49430e1e3875ff473008eb96b3a393383d8_0.jpeg', 1, '脱掉全部衣服,漏出大胸和乳头,还有生殖器', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (81, '0', '', '2025-12-03 13:49:52', '', '2025-12-03 13:49:52', NULL, '20251203b8d99735', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/74f9051c_021764769792901641a02d40a43d449f07de84c480b390d7fd196_0.jpeg', 1, '生成一个男性生殖器', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (82, '0', '', '2025-12-03 13:50:11', '', '2025-12-03 13:50:11', NULL, '202512030d52ef87', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/00875aaf_02176476981126912014becacfaf8a37949eaec3c81397549d6e5_0.jpeg', 1, '生成一个女性生殖器', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (83, '0', '', '2025-12-03 13:50:30', '', '2025-12-03 13:50:30', NULL, '20251203b67e53d5', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/bbdea417_021764769830449fef143c4098cd8cc7e0dd8c08d18f9db27da4e_0.jpeg', 1, '生成一个女性生殖器,真人的', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (84, '0', '', '2025-12-03 13:50:47', '', '2025-12-03 13:50:47', NULL, '2025120347454059', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/655c9f65_02176476984736515b33ccaa151d3ed7feaaa761bc71c37838d4a_0.jpeg', 1, '生成一个女性生殖器,真人的', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (85, '0', '', '2025-12-03 13:51:03', '', '2025-12-03 13:51:03', NULL, '20251203c292bc02', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/ad1f0d28_02176476986395874bd01b7bc1bacfcfc78546caab5b5fadfd7d4_0.jpeg', 1, '生成一个女性生殖器,真人的', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (86, '0', '', '2025-12-03 13:51:24', '', '2025-12-03 13:51:24', NULL, '202512038fa38b78', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/52eef493_021764769884325f8f49430e1e3875ff473008eb96b3a39f7d564_0.jpeg', 1, '生成一个男性生殖器,真人的', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (87, '0', '', '2025-12-03 13:51:39', '', '2025-12-03 13:51:39', NULL, '20251203d7a793ee', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/ca456c70_02176476989972275aeae14c82856eca08eecb5e75c0575a8a1dd_0.jpeg', 1, '生成一个男性生殖器,真人的', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (88, '0', '', '2025-12-03 13:51:54', '', '2025-12-03 13:51:54', NULL, '202512031f022f19', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/c7193478_021764769914718f8f49430e1e3875ff473008eb96b3a39dc5060_0.jpeg', 1, '生成一个男性大鸡巴', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (89, '0', '', '2025-12-03 13:52:23', '', '2025-12-03 13:52:23', NULL, '20251203f12ef508', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/98e81a0b_02176476994388630d072d337ea6fcc7bbfbe2f0c485be2281083_0.jpeg', 1, '生成一个男女正在做爱,男人用鸡巴插女人的逼', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (90, '0', '', '2025-12-03 13:52:38', '', '2025-12-03 13:52:38', NULL, '2025120330b93105', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/48994823_02176476995850799f4740eadd3360aa6250e68d85f7ec7d47b1a_0.jpeg', 1, '生成一个男女正在做爱,男人用鸡巴插女人的逼', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (91, '0', '', '2025-12-03 13:52:49', '', '2025-12-03 13:52:49', NULL, '20251203b7b15a45', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/01655909_0217647699699762504cb05148e9a08cc7612c3f2b24e5218783e_0.jpeg', 1, '生成一个男女正在做爱,男人用大鸡巴插女人的逼', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (92, '0', '', '2025-12-03 13:53:11', '', '2025-12-03 13:53:11', NULL, '202512033850bcef', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/d9d35235_02176476999170215b33ccaa151d3ed7feaaa761bc71c37145d52_0.jpeg', 1, '生成一个男女正在做爱,男人用大鸡巴插女人的逼,后入式', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (93, '0', '', '2025-12-03 13:53:43', '', '2025-12-03 13:53:43', NULL, '2025120397f7151f', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/e2576b4f_0217647700233493c1f91f892e9aff2a902d86b047fe242bae89f_0.jpeg', 1, '生成一个裸体美女,用手翻开自己的逼', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (94, '0', '', '2025-12-03 13:54:06', '', '2025-12-03 13:54:06', NULL, '20251203d05e393a', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/4c6c08e9_021764770046517fef143c4098cd8cc7e0dd8c08d18f9db6498b6_0.jpeg', 1, '生成一个裸体美女全身照,用手翻开自己的逼', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (95, '0', '', '2025-12-03 13:54:27', '', '2025-12-03 13:54:27', NULL, '202512035ac6d59d', 5, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/03/c52cb745_021764770067535d6d3168ae2bcee8e5f54d16f5503dede862dbb_0.jpeg', 1, '生成一个裸体美女全身照,用手翻开自己的逼,全身照', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (96, '0', '', '2025-12-04 02:07:10', '', '2025-12-08 23:39:04', NULL, '2025120416b7f40e', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/04/13b2e84a_02176481403153800000000000000000000ffffc0a8a457582147.mp4', 1, '一群cosplay人物在游泳池边欢乐地嬉水夕阳余晖下海浪轻拍,然后她们将她们的衣服裤子全部脱光,漏出大奶大胸全身裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (97, '0', '', '2025-12-04 02:08:18', '', '2025-12-08 10:48:17', NULL, '20251204a9175b8a', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/04/b8d79690_02176481409901200000000000000000000ffffc0a8a457c5d71a.mp4', 1, '将她们的衣服裤子全部脱光,漏出大奶大胸全身裸体', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (98, '0', '', '2025-12-04 02:10:17', '', '2025-12-04 02:10:17', NULL, '202512040dd696cd', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/04/3a37d379_021764814217429fef143c4098cd8cc7e0dd8c08d18f9dbd488b4_0.jpeg', 1, '将图片中的所有美女衣服裤子全部脱光露出大胸大奶\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (99, '0', '', '2025-12-04 09:12:15', '', '2025-12-04 09:12:15', NULL, '20251204fd42a68f', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/04/a5658cc7_021764839535962fef143c4098cd8cc7e0dd8c08d18f9db6aa9bb_0.jpeg', 1, '将图片中的所有美女衣服裤子全部脱光露出大胸大奶裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (100, '0', '', '2025-12-04 10:02:04', '', '2025-12-04 18:02:54', NULL, '20251204375a0242', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/04/cb24608c_02176484252535700000000000000000000ffffc0a8a457bb7ec0.mp4', 1, '两个角色,舞蹈', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (101, '0', '', '2025-12-04 10:05:37', '', '2025-12-04 10:05:37', NULL, '20251204aaa7516b', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/04/092cc9f2_0217648427377527ed3dd5a26da08a73b6b7a288310809248f359_0.jpeg', 1, '时长:15~22秒(最好18秒)\n开场前3秒:极致勾子\n女角色直接从床上坐起 + 伸懒腰 + 露事业线/腰\n或者直接一个扭腰 + 眼神直视镜头\n\n中间8~15秒:连续换装/舞蹈/抖臀/慢动作走路(越色越好,但别露点)\n结尾2秒:黑屏/定格 + 文字', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (102, '0', '', '2025-12-04 10:06:05', '', '2025-12-04 10:06:05', NULL, '20251204d5e02a40', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/04/a45a8547_02176484276513874bd01b7bc1bacfcfc78546caab5b5fa4a4c85_0.jpeg', 1, '时长:15~22秒(最好18秒)\n开场前3秒:极致勾子\n女角色直接从床上坐起 + 伸懒腰 + 露事业线/腰\n或者直接一个扭腰 + 眼神直视镜头\n\n中间8~15秒:连续换装/舞蹈/抖臀/慢动作走路(越色越好,但别露点)\n结尾2秒:黑屏/定格 + 文字\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (103, '0', '', '2025-12-04 10:06:37', '', '2025-12-04 10:06:37', NULL, '202512049df91944', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/04/2a8b4ce2_021764842797708fef143c4098cd8cc7e0dd8c08d18f9db122529_0.jpeg', 1, '时长:15~22秒(最好18秒)\n开场前3秒:极致勾子\n美国女角色直接从床上坐起 + 伸懒腰 + 露事业线/腰\n或者直接一个扭腰 + 眼神直视镜头\n\n中间8~15秒:连续换装/舞蹈/抖臀/慢动作走路(越色越好,但别露点)\n结尾2秒:黑屏/定格 + 文字', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (104, '0', '', '2025-12-04 10:07:31', '', '2025-12-04 18:08:13', NULL, '20251204930937e1', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/04/1add3f74_02176484285320500000000000000000000ffffc0a8a457c5dd12.mp4', 1, '时长:15~22秒(最好18秒)\n开场前3秒:极致勾子\n女角色直接从床上坐起 + 伸懒腰 + 露事业线/腰\n或者直接一个扭腰 + 眼神直视镜头\n\n中间8~15秒:连续换装/舞蹈/抖臀/慢动作走路(越色越好,但别露点)\n结尾2秒:黑屏/定格 + 文字\n将文字去除', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (105, '0', '', '2025-12-04 10:23:48', '', '2025-12-04 10:23:48', NULL, '20251204d1ce1dee', 14, '21', 6.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (106, '0', '', '2025-12-04 10:24:36', '', '2025-12-04 10:24:36', NULL, '20251204da77052d', 14, '21', 6.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (107, '0', '', '2025-12-04 10:27:04', '', '2025-12-04 10:27:04', NULL, '2025120468ad97af', 14, '21', 6.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (108, '0', '', '2025-12-04 16:02:14', '', '2025-12-05 00:02:56', NULL, '202512054876e5f7', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/05/eecbec06_02176486413637500000000000000000000ffffc0a8a4573cd98b.mp4', 1, '变身', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (109, '0', '', '2025-12-06 01:49:50', '', '2025-12-06 01:49:50', NULL, '202512068e4bf7c8', 5, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/06/9d1bd020_02176498579069715b33ccaa151d3ed7feaaa761bc71c378e899d_0.jpeg', 1, '把图一中的人物替换成图二,其它不要变动', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (110, '0', '', '2025-12-06 02:17:09', '', '2025-12-06 02:17:09', NULL, '2025120659dff795', 5, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/06/52f320f7_021764987429966732fd601d62b6a7044a0e20965673d994e49b0_0.jpeg', 1, '把图一中的人物替换成图二,其它不要变动', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (111, '0', '', '2025-12-06 02:17:36', '', '2025-12-06 02:17:36', NULL, '202512068c345694', 5, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/06/f47d2b43_021764987456860c799e7b290acded99bf6695874956a9f8d62f8_0.jpeg', 1, '把图一中的人物替换成图二,其它不要变动', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (112, '0', '', '2025-12-06 02:18:00', '', '2025-12-06 02:18:00', NULL, '20251206b2b4be89', 5, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/06/05c6b359_021764987480877f9825d5f0df17daef396c99db06060548bf849_0.jpeg', 1, '把图一中的人物替换成图二,其它不要变动', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (113, '0', '', '2025-12-07 02:07:03', '', '2025-12-07 02:07:03', NULL, '2025120738b8ddff', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/1e605e80_0217650732232352504cb05148e9a08cc7612c3f2b24e522b9c77_0.jpeg', 1, '赛博朋克风、女性角色,带着超能眼镜,侧身站着,闪电特效。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (114, '0', '', '2025-12-07 02:07:40', '', '2025-12-07 02:07:40', NULL, '202512071e440d5f', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/170f7d9d_02176507326086699f4740eadd3360aa6250e68d85f7ec7dd5e94_0.jpeg', 1, '赛博朋克风、女性角色,带着超能眼镜,侧身站着,闪电特效。动漫角色', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (115, '0', '', '2025-12-07 02:15:33', '', '2025-12-07 02:15:33', NULL, '20251207a30b8109', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/b3412391_021765073733821641a02d40a43d449f07de84c480b390d2acc1c_0.jpeg', 1, '更换个画风', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (116, '0', '', '2025-12-07 02:18:27', '', '2025-12-08 10:46:59', NULL, '20251207c96fa638', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/1046fdec_021765073907442f8f49430e1e3875ff473008eb96b3a39eaad5f_0.jpeg', 1, '脱下衣服', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (117, '0', '', '2025-12-07 03:20:20', '', '2025-12-07 03:20:20', NULL, '20251207b9a9799a', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/661e12fb_0217650776205688547934892c4038781a87d514f9a919654d09f_0.jpeg', 1, '脱下衣服', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (118, '0', '', '2025-12-07 03:21:01', '', '2025-12-07 03:21:01', NULL, '20251207933f3597', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/bf026909_021765077661506c5f50319cb4d4388d7836967b82aebe54d679b_0.jpeg', 1, '脱下衣服,胸部大,露出乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (119, '0', '', '2025-12-07 06:39:20', '', '2025-12-07 06:39:20', NULL, '20251207b10e63d0', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (120, '0', '', '2025-12-07 06:39:29', '', '2025-12-07 06:39:29', NULL, '20251207a854e9ce', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/31f91cd7_02176508956911275aeae14c82856eca08eecb5e75c0575dc0365_0.jpeg', 1, '脱下衣服,胸部大,露出乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (121, '0', '', '2025-12-07 06:40:03', '', '2025-12-07 06:40:03', NULL, '20251207e32d440b', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/7e282e2c_021765089603881c799e7b290acded99bf6695874956a9f67cba4_0.jpeg', 1, '脱下衣服,胸部正常一点B罩杯,露出乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (122, '0', '', '2025-12-07 06:41:23', '', '2025-12-07 06:41:23', NULL, '20251207b8fe8578', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/b48d6f79_021765089683944fef143c4098cd8cc7e0dd8c08d18f9db999347_0.jpeg', 1, '脱下衣服,胸部正常一点B罩杯,露出乳头,去除裤子,露出阴部', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (123, '0', '', '2025-12-07 08:10:56', '', '2025-12-07 08:10:56', NULL, '2025120774d1f828', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (124, '0', '', '2025-12-07 08:11:01', '', '2025-12-07 08:11:01', NULL, '20251207bbfa7ac8', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (125, '0', '', '2025-12-07 08:11:06', '', '2025-12-07 08:11:06', NULL, '202512072457680e', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (126, '0', '', '2025-12-07 08:11:11', '', '2025-12-07 08:11:11', NULL, '20251207e76779b4', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (127, '0', '', '2025-12-07 08:11:15', '', '2025-12-07 08:11:15', NULL, '2025120795f2cd3b', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (128, '0', '', '2025-12-07 08:11:17', '', '2025-12-07 08:11:17', NULL, '202512070606b28f', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (129, '0', '', '2025-12-07 08:11:39', '', '2025-12-07 08:11:39', NULL, '20251207d79cc736', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (130, '0', '', '2025-12-07 08:11:44', '', '2025-12-07 08:11:44', NULL, '20251207e7755936', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (131, '0', '', '2025-12-07 08:11:47', '', '2025-12-07 08:11:47', NULL, '202512072fdd4245', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/fa5b69bb_021765095107103c799e7b290acded99bf6695874956a9f79f580_0.jpeg', 1, '把发型换成齐刘海。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (132, '0', '', '2025-12-07 08:42:20', '', '2025-12-08 10:45:51', NULL, '202512073e9400c2', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/3ee3c29e_0217650969410721386b9a8ed856c57501cfa946ce34c983f6859_0.jpeg', 1, '脱下衣服,胸部非常大,露出乳头,去除裤子,露出阴部.', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (133, '0', '', '2025-12-07 08:42:26', '', '2025-12-07 08:42:26', NULL, '20251207eefbded8', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (134, '0', '', '2025-12-07 08:42:40', '', '2025-12-08 10:45:56', NULL, '2025120705de3ea3', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/24265d2c_0217650969603033c1f91f892e9aff2a902d86b047fe2428f9b0a_0.jpeg', 1, '把衣服全部脱掉,漏出大胸乳头生殖器', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (135, '0', '', '2025-12-07 09:03:45', '', '2025-12-07 09:03:45', NULL, '20251207cae3168d', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/6136f66b_0217650982251417ed3dd5a26da08a73b6b7a288310809210e494_0.jpeg', 1, '换一件衣服,黑色水手服', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (136, '0', '', '2025-12-07 09:04:58', '', '2025-12-07 09:04:58', NULL, '2025120718de2d16', 14, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/b6c046a9_02176509829904199f4740eadd3360aa6250e68d85f7ec7bad68b_0.jpeg', 1, '露出大胸,大乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (137, '0', '', '2025-12-07 09:05:48', '', '2025-12-07 17:06:26', NULL, '20251207a8007ec8', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/07/0a1e3cf7_02176509834983600000000000000000000ffffc0a8a4572314c9.mp4', 1, '把脸露出来', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (138, '0', '', '2025-12-07 09:06:55', '', '2025-12-08 11:24:59', NULL, '20251207df3ab96a', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/07/cc919d1a_02176509841618300000000000000000000ffffc0a8a457781796.mp4', 1, '把脸露出来,衣服慢慢脱掉', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (141, '0', '', '2025-12-07 09:22:27', '', '2025-12-07 09:22:27', NULL, '2025120747c756c0', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/f1e6adb8_021765099347195c5f50319cb4d4388d7836967b82aebe54ce6f6_0.jpeg', 1, '视角:极近距离的手持自拍视角(Selfie angle),带有轻微的动态模糊。\n动作:她躺在床上或沙发上,头发凌乱散开,手机拿得很近,胸部裸露着。\n表情:“高潮脸”(Ecstatic/Flushed face)变体。面色潮红,眼神失焦翻白,舌尖伸出或是轻咬手指,仿佛刚经历过激烈的运动,专门发给恋人的私密照。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (142, '0', '', '2025-12-07 09:23:20', '', '2025-12-07 09:23:20', NULL, '2025120740cae01e', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/26013063_0217650994006523a780f972f42b9300f847977bd332955b4dabe_0.jpeg', 1, '视角:极近距离的手持自拍视角(Selfie angle),带有轻微的动态模糊。\n动作:她躺在床上或沙发上,头发凌乱散开,手机拿得很近,胸部裸露着,乳头露出来了。\n表情:“高潮脸”(Ecstatic/Flushed face)变体。面色潮红,眼神失焦翻白,舌尖伸出或是轻咬手指,仿佛刚经历过激烈的运动,专门发给恋人的私密照。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (143, '0', '', '2025-12-07 09:24:37', '', '2025-12-07 09:24:37', NULL, '2025120727a4bba9', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/5f93972f_021765099477812f8f49430e1e3875ff473008eb96b3a39ffcc6d_0.jpeg', 1, '视角:极近距离的手持自拍视角(Selfie angle),带有轻微的动态模糊。\n动作:她躺在床上或沙发上,头发凌乱散开,手机拿得很近,胸部裸露着,身上不穿衣服。\n表情:“高潮脸”(Ecstatic/Flushed face)变体。面色潮红,眼神失焦翻白,舌尖伸出或是轻咬手指,仿佛刚经历过激烈的运动,专门发给恋人的私密照。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (144, '0', '', '2025-12-07 09:25:22', '', '2025-12-07 09:25:22', NULL, '202512077d500ee4', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/8a0e7249_02176509952280975aeae14c82856eca08eecb5e75c05754dcf05_0.jpeg', 1, '视角:极近距离的手持自拍视角(Selfie angle),带有轻微的动态模糊。\n动作:她躺在床上或沙发上,头发凌乱散开,手机拿得很近,胸部裸露着,身上不穿衣服,能看见完整的裸漏胸部。\n表情:“高潮脸”(Ecstatic/Flushed face)变体。面色潮红,眼神失焦翻白,舌尖伸出或是轻咬手指,仿佛刚经历过激烈的运动,专门发给恋人的私密照。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (145, '0', '', '2025-12-07 09:27:31', '', '2025-12-07 09:27:31', NULL, '20251207c2f75b4e', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/1d45da90_02176509965177312014becacfaf8a37949eaec3c813975fde8f9_0.jpeg', 1, '视角:适中距离的拍摄视角(Selfie angle),带有轻微的动态模糊。\n动作:她躺在床上或沙发上,头发凌乱散开,手机拿得很近,胸部裸露着,身上不穿衣服,从头到脚完整的裸漏这,能清晰看见完整的裸漏胸部。\n表情:“高潮脸”(Ecstatic/Flushed face)变体。面色潮红,眼神失焦翻白,舌尖伸出或是轻咬手指,仿佛刚经历过激烈的运动,专门发给恋人的私密照。', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (146, '0', '', '2025-12-07 09:33:10', '', '2025-12-08 10:44:47', NULL, '20251207008ff3c9', 17, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/a6b059d4_021765099990599732fd601d62b6a7044a0e20965673d993d0171_0.jpeg', 1, '严格根据以上人物人脸,生成图片3:4比例,看似随意的手机拍摄,俯视一名韩国的女性,27岁,戴着眼镜,长发垂在右肩用发圈扎住,头部微抬45度,脸上带着娇媚的神情看着镜头,F罩杯,裸体,眼神注视镜头跪着,,俯视近景图,正面拍摄,面部特写,嘴巴张开嘴巴里含着一些白色汤水略微带有泡沫,脸上眼镜上也有。背景是家门口,背后家门半开', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (147, '0', '', '2025-12-07 09:35:04', '', '2025-12-07 09:35:04', NULL, '20251207cc6e2aba', 17, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (153, '0', '', '2025-12-07 09:40:16', '', '2025-12-07 09:40:16', NULL, '202512070e9d7653', 17, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/f3ce9127_021765100422869641a02d40a43d449f07de84c480b390de66e76_0.jpeg', 1, '裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (154, '0', '', '2025-12-07 09:42:21', '', '2025-12-07 09:42:21', NULL, '20251207bcdc3870', 17, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/9176de02_0217651005415117b67bbc2a2a9a26108e071e40bb0b08420e553_0.jpeg', 1, '裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (155, '0', '', '2025-12-07 09:47:59', '', '2025-12-07 09:47:59', NULL, '20251207ade69073', 17, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (156, '0', '', '2025-12-07 13:20:39', '', '2025-12-07 13:20:39', NULL, '202512075171363a', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/3e5a267a_02176511363989030d072d337ea6fcc7bbfbe2f0c485be2b99186_0.jpeg', 1, '去除人物手套。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (157, '0', '', '2025-12-07 13:40:00', '', '2025-12-07 13:40:00', NULL, '202512079d2a17c0', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (158, '0', '', '2025-12-07 13:40:03', '', '2025-12-07 13:40:03', NULL, '202512075a79779c', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (159, '0', '', '2025-12-07 13:40:04', '', '2025-12-07 13:40:04', NULL, '202512072ead7ef7', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/43eb12a8_021765114805069c5f50319cb4d4388d7836967b82aebe5bb4f0a_0.jpeg', 1, '去除人物手臂。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (160, '0', '', '2025-12-07 13:42:26', '', '2025-12-07 13:42:26', NULL, '20251207f5cb7c0c', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/7b5906ec_021765114946241c799e7b290acded99bf6695874956a9fc404e7_0.jpeg', 1, '增加飘动的红色领带。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (161, '0', '', '2025-12-07 13:53:11', '', '2025-12-07 13:53:11', NULL, '20251207998f089c', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (162, '0', '', '2025-12-07 13:53:14', '', '2025-12-07 13:53:14', NULL, '202512079caac822', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (163, '0', '', '2025-12-07 13:53:16', '', '2025-12-07 13:53:16', NULL, '20251207ba358add', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (164, '0', '', '2025-12-07 13:53:19', '', '2025-12-07 13:53:19', NULL, '20251207d3e1f3aa', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (165, '0', '', '2025-12-07 13:53:20', '', '2025-12-07 13:53:20', NULL, '20251207457e130f', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (166, '0', '', '2025-12-07 13:53:22', '', '2025-12-07 13:53:22', NULL, '20251207b546ad8e', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (167, '0', '', '2025-12-07 13:53:34', '', '2025-12-07 13:53:34', NULL, '20251207a1ff310b', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (168, '0', '', '2025-12-07 13:53:37', '', '2025-12-07 13:53:37', NULL, '2025120764fce965', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (169, '0', '', '2025-12-07 13:53:38', '', '2025-12-07 13:53:38', NULL, '202512077327e8a1', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (170, '0', '', '2025-12-07 13:53:40', '', '2025-12-07 13:53:40', NULL, '20251207a07097ac', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (171, '0', '', '2025-12-07 13:53:42', '', '2025-12-07 13:53:42', NULL, '2025120772ee23a6', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/f3aa8cfc_021765115622389c799e7b290acded99bf6695874956a9f865c7a_0.jpeg', 1, '增加飘动的领带,颜色为#a24a3c。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (172, '0', '', '2025-12-07 13:55:12', '', '2025-12-07 13:55:12', NULL, '20251207a4ff505d', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/d015d85c_0217651157123831386b9a8ed856c57501cfa946ce34c98a58f7d_0.jpeg', 1, '增加飘动的领带,颜色为#892010。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (173, '0', '', '2025-12-07 13:56:05', '', '2025-12-07 13:56:05', NULL, '202512073ea99a05', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/ff154d7e_0217651157654272504cb05148e9a08cc7612c3f2b24e5224ef01_0.jpeg', 1, '在领口增加飘动的领带,颜色为#892010。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (174, '0', '', '2025-12-07 14:03:53', '', '2025-12-07 14:03:53', NULL, '202512079c67c613', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (175, '0', '', '2025-12-07 14:03:54', '', '2025-12-07 14:03:54', NULL, '2025120754d78971', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (176, '0', '', '2025-12-07 14:03:56', '', '2025-12-07 14:03:56', NULL, '20251207151af331', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (177, '0', '', '2025-12-07 14:03:58', '', '2025-12-07 14:03:58', NULL, '2025120753a7ff60', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/b6519711_0217651162382545097524147fba306f3fd5b41c93377022f463b_0.jpeg', 1, '去除人物背包。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (178, '0', '', '2025-12-07 14:12:18', '', '2025-12-07 14:12:18', NULL, '202512079d4b21c4', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (179, '0', '', '2025-12-07 14:12:20', '', '2025-12-07 14:12:20', NULL, '20251207f2913d50', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (180, '0', '', '2025-12-07 14:12:21', '', '2025-12-07 14:12:21', NULL, '202512074cfe5107', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (181, '0', '', '2025-12-07 14:12:25', '', '2025-12-07 14:12:25', NULL, '2025120720250a85', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (182, '0', '', '2025-12-07 14:12:41', '', '2025-12-07 14:12:41', NULL, '202512076d61c1ce', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (183, '0', '', '2025-12-07 14:12:43', '', '2025-12-07 14:12:43', NULL, '20251207e1038dcc', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (184, '0', '', '2025-12-07 14:13:00', '', '2025-12-07 14:13:00', NULL, '202512070d92d115', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (185, '0', '', '2025-12-07 14:13:04', '', '2025-12-07 14:13:04', NULL, '202512078cf7c55f', 5, '11', 2.00, NULL, 0, NULL, NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (186, '0', '', '2025-12-07 14:13:09', '', '2025-12-07 14:13:09', NULL, '2025120780aff41a', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/07/ae92f87b_021765116789631f9825d5f0df17daef396c99db0606054ecfa78_0.jpeg', 1, '去除人物胸前背包。', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (187, '0', '', '2025-12-08 02:50:11', '', '2025-12-08 02:50:11', NULL, '202512085403a719', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/b0cf440f_0217651622112397ed3dd5a26da08a73b6b7a2883108092174e9a_0.jpeg', 1, '露出大胸,露出乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (188, '0', '', '2025-12-08 02:54:51', '', '2025-12-08 11:17:15', NULL, '20251208c9abc0a1', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/a5d05f8a_02176516249131975aeae14c82856eca08eecb5e75c057553e56d_0.jpeg', 1, '露出大胸,露出乳头,裸体\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (189, '0', '', '2025-12-08 02:55:39', '', '2025-12-08 02:55:39', NULL, '20251208f55f56e4', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (190, '0', '', '2025-12-08 02:55:42', '', '2025-12-08 11:16:53', NULL, '202512085eccdd13', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/09a4ad1e_0217651625421683c1f91f892e9aff2a902d86b047fe2429aa3fb_0.jpeg', 1, '露出大胸,露出乳头,裸体\n', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (191, '0', '', '2025-12-08 02:57:53', '', '2025-12-08 02:57:53', NULL, '20251208c963887f', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (192, '0', '', '2025-12-08 02:57:55', '', '2025-12-08 02:57:55', NULL, '202512087203cdf5', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/eb28ec34_021765162675363d6d3168ae2bcee8e5f54d16f5503dedee02441_0.jpeg', 1, '露出大胸,露出乳头,裸体\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (193, '0', '', '2025-12-08 02:58:25', '', '2025-12-08 11:16:51', NULL, '20251208b8692482', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/de51b59c_02176516270549030d072d337ea6fcc7bbfbe2f0c485be2e402db_0.jpeg', 1, '露出大胸,露出乳头,裸体\n胸再大一点', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (194, '0', '', '2025-12-08 02:59:10', '', '2025-12-08 02:59:10', NULL, '202512087f89ec95', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (195, '0', '', '2025-12-08 02:59:11', '', '2025-12-08 11:17:12', NULL, '20251208d4089cb4', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/86a64727_02176516275201499f4740eadd3360aa6250e68d85f7ec7900d22_0.jpeg', 1, '露出大胸,露出乳头,裸体\n胸再大一点', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (196, '0', '', '2025-12-08 03:08:21', '', '2025-12-08 03:08:21', NULL, '20251208724d29dc', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/b6bb9b97_0217651633013427ed3dd5a26da08a73b6b7a2883108092ec6aef_0.jpeg', 1, '换一条白色丝袜,并滴下白色液体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (197, '0', '', '2025-12-08 03:09:08', '', '2025-12-08 11:16:39', NULL, '20251208fc2475e0', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/44438134_021765163348550c5f50319cb4d4388d7836967b82aebe5e5b6d3_0.jpeg', 1, '换一条白色丝袜,并滴下白色液体,太浓了\n', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (198, '0', '', '2025-12-08 03:10:06', '', '2025-12-08 11:16:41', NULL, '2025120810dc8d4a', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/2932ac11_021765163407064641a02d40a43d449f07de84c480b390d5e8878_0.jpeg', 1, '更换衣服,跟酷炫,更赛博朋克\n', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (199, '0', '', '2025-12-08 03:15:15', '', '2025-12-08 11:16:30', NULL, '202512084c82cf86', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/242e465e_0217651637159671386b9a8ed856c57501cfa946ce34c98c64e97_0.jpeg', 1, '我要一个风景照片,有女角色,在草原上奔跑的背影', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (200, '0', '', '2025-12-08 03:16:36', '', '2025-12-08 11:17:21', NULL, '202512089d2595c0', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/0893f773_02176516379625415b33ccaa151d3ed7feaaa761bc71c374287de_0.jpeg', 1, '主题:浴缸里的美女', 'XM001', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (201, '0', '', '2025-12-08 04:54:58', '', '2025-12-08 04:54:58', NULL, '20251208597f9d0d', 18, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (202, '0', '', '2025-12-08 04:55:02', '', '2025-12-08 04:55:02', NULL, '20251208603281fd', 18, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/f64751b3_021765169702560c5f50319cb4d4388d7836967b82aebe5fa62b1_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/b6a90092_7c2dc1e05dff6332cca6031135a830e1.jpeg', NULL); INSERT INTO `ai_order` VALUES (203, '0', '', '2025-12-08 04:55:18', '', '2025-12-08 15:00:20', NULL, '2025120840391868', 18, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/93c5ec97_0217651697184422504cb05148e9a08cc7612c3f2b24e52d2fb04_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'Y', 'https://images.iqyjsnwv.com/2025/12/08/b6a90092_7c2dc1e05dff6332cca6031135a830e1.jpeg', NULL); INSERT INTO `ai_order` VALUES (204, '0', '', '2025-12-08 04:55:48', '', '2025-12-08 04:55:48', NULL, '202512087488a06d', 18, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (205, '0', '', '2025-12-08 06:42:14', '', '2025-12-08 06:42:14', NULL, '2025120885cba8a9', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (206, '0', '', '2025-12-08 06:42:17', '', '2025-12-08 15:00:13', NULL, '20251208359a66e3', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/aa495413_02176517613717415b33ccaa151d3ed7feaaa761bc71c37e75bc2_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'Y', 'https://images.iqyjsnwv.com/2025/12/08/9b304d07_IMG_9804.JPG', NULL); INSERT INTO `ai_order` VALUES (207, '0', '', '2025-12-08 07:03:04', '', '2025-12-08 07:03:04', NULL, '2025120838497d35', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (208, '0', '', '2025-12-08 07:03:05', '', '2025-12-08 07:03:05', NULL, '20251208089a1e9c', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/47178aed_0217651773857633a780f972f42b9300f847977bd332955ff2d76_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/5824eeff_ec6707fa-0b88-4ddb-9e4b-63aaaba9a5f7.png', NULL); INSERT INTO `ai_order` VALUES (209, '0', '', '2025-12-08 07:04:43', '', '2025-12-08 07:04:43', NULL, '20251208e1079b29', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/c77984b5_0217651774838842504cb05148e9a08cc7612c3f2b24e526a8903_0.jpeg', 1, '脱下衣服,正脸看着镜头,左手拿着手机', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/a6ed2ff4_ec6707fa-0b88-4ddb-9e4b-63aaaba9a5f7.png', NULL); INSERT INTO `ai_order` VALUES (210, '0', '', '2025-12-08 07:05:13', '', '2025-12-08 07:05:13', NULL, '20251208f450acb0', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/9d467b9f_021765177513298fef143c4098cd8cc7e0dd8c08d18f9db7be54e_0.jpeg', 1, '裸体,正脸看着镜头,左手拿着手机', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/a6ed2ff4_ec6707fa-0b88-4ddb-9e4b-63aaaba9a5f7.png', NULL); INSERT INTO `ai_order` VALUES (211, '0', '', '2025-12-08 07:37:43', '', '2025-12-08 07:37:43', NULL, '202512081137bbaf', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/0a29e199_021765179463129f9825d5f0df17daef396c99db0606054ddedfd_0.jpeg', 1, '展示正面胸部,对称\n', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/efe1b3b5_photo_5023766419878906625_m.jpg', NULL); INSERT INTO `ai_order` VALUES (212, '0', '', '2025-12-08 07:38:21', '', '2025-12-08 07:38:21', NULL, '202512081c4eb5fa', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/3f5d1a67_02176517950182975aeae14c82856eca08eecb5e75c0575cc8bfa_0.jpeg', 1, '展示正面胸部,对称\n没有胳膊,只展示正面胸部', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/efe1b3b5_photo_5023766419878906625_m.jpg', NULL); INSERT INTO `ai_order` VALUES (213, '0', '', '2025-12-08 07:48:52', '', '2025-12-08 07:48:52', NULL, '2025120868149311', 19, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/fb95aa2e_02176518013287330d072d337ea6fcc7bbfbe2f0c485be27aa2d4_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/d2b4e31c_32138f7f-3043-4b87-98d1-38b175e8cb6e.jpeg', NULL); INSERT INTO `ai_order` VALUES (214, '0', '', '2025-12-08 07:50:32', '', '2025-12-08 07:50:32', NULL, '2025120803579bbd', 20, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (215, '0', '', '2025-12-08 07:50:34', '', '2025-12-08 07:50:34', NULL, '2025120803503d19', 20, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (216, '0', '', '2025-12-08 07:50:50', '', '2025-12-08 07:50:50', NULL, '2025120858cf2d45', 20, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (217, '0', '', '2025-12-08 07:56:05', '', '2025-12-08 07:56:05', NULL, '20251208ac9bec52', 20, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/a7f4724c_0217651805657997b67bbc2a2a9a26108e071e40bb0b0845b62d0_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/737d1c52_1.png', NULL); INSERT INTO `ai_order` VALUES (218, '0', '', '2025-12-08 07:58:58', '', '2025-12-08 07:58:58', NULL, '202512083b5d9533', 20, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (219, '0', '', '2025-12-08 08:02:52', '', '2025-12-08 08:02:52', NULL, '202512086efd787b', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/8615d980_0217651809721787ed3dd5a26da08a73b6b7a2883108092fbaf1a_0.jpeg', 1, '欧美,\n黑丝美女,浴室', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (220, '0', '', '2025-12-08 08:03:37', '', '2025-12-08 08:03:37', NULL, '20251208c5cf0d9a', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/e14296d2_0217651810172501e15ac27860f2c8c25bccd5ee2521f9a823cd1_0.jpeg', 1, '欧美白人美女,浴室', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (221, '0', '', '2025-12-08 08:04:12', '', '2025-12-08 08:04:12', NULL, '20251208ac7f9789', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/c7be534f_02176518105305775aeae14c82856eca08eecb5e75c0575d4f970_0.jpeg', 1, '欧美,白人美女,浴室,皮肤白嫩', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (222, '0', '', '2025-12-08 08:29:12', '', '2025-12-08 08:29:12', NULL, '202512085b25d902', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/65a12e92_021765182552666641a02d40a43d449f07de84c480b390dfc1f37_0.jpeg', 1, '欧美白人美女写真', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (223, '0', '', '2025-12-08 08:29:39', '', '2025-12-08 08:29:39', NULL, '202512084a833647', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/cea854aa_0217651825799681386b9a8ed856c57501cfa946ce34c98815770_0.jpeg', 1, '欧美白人美女写真,年龄小', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (224, '0', '', '2025-12-08 08:30:00', '', '2025-12-08 08:30:00', NULL, '20251208be52a023', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/e381b578_021765182600231fef143c4098cd8cc7e0dd8c08d18f9db62301f_0.jpeg', 1, '欧美白人美女写真,性感\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (225, '0', '', '2025-12-08 08:30:27', '', '2025-12-08 08:30:27', NULL, '202512083850da7c', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/46078ece_0217651826280011386b9a8ed856c57501cfa946ce34c98567e03_0.jpeg', 1, '欧美白人美女写真,性感\n高跟鞋 黑丝', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (226, '0', '', '2025-12-08 08:30:55', '', '2025-12-08 08:30:55', NULL, '20251208116ff63d', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/11ce1eb5_021765182655958fef143c4098cd8cc7e0dd8c08d18f9dbfdf699_0.jpeg', 1, '欧美白人美女写真,性感\n高跟鞋 黑丝\n换个脸', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (227, '0', '', '2025-12-08 08:40:48', '', '2025-12-08 16:41:23', NULL, '2025120846898712', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/99e42299_02176518324901200000000000000000000ffffc0a8a457ab4d29.mp4', 1, '镜头慢慢往前推,集中在人物面部。人物转过身正对镜头,', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/a327f8d8_16.png', NULL); INSERT INTO `ai_order` VALUES (228, '0', '', '2025-12-08 08:53:48', '', '2025-12-08 16:54:26', NULL, '2025120836f5c186', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/ea709922_02176518402886400000000000000000000ffffc0a8a45793320e.mp4', 1, '镜头慢慢前推。人物转过身面对镜头,表情严肃。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/fbf05025_16.png', 'https://images.iqyjsnwv.com/2025/12/08/2b8b4f35_16-1.png'); INSERT INTO `ai_order` VALUES (229, '0', '', '2025-12-08 08:57:28', '', '2025-12-08 08:57:28', NULL, '20251208cf1637bb', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/aa3acdf8_02176518424838030d072d337ea6fcc7bbfbe2f0c485be2f6b5f4_0.jpeg', 1, '去掉人物背包', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/5d1583f4_16.png', NULL); INSERT INTO `ai_order` VALUES (230, '0', '', '2025-12-08 08:59:02', '', '2025-12-08 08:59:02', NULL, '202512089814ca32', 5, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/1cd59bb1_0217651843428488547934892c4038781a87d514f9a91966e3ad7_0.jpeg', 1, '去掉人物手提包。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/788f4459_16-1.png', NULL); INSERT INTO `ai_order` VALUES (231, '0', '', '2025-12-08 09:00:19', '', '2025-12-08 17:00:57', NULL, '20251208b7dfc824', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/eb5f888f_02176518442074800000000000000000000ffffc0a8a457100e6f.mp4', 1, '镜头固定,人物慢慢转身面对镜头,表情严肃。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/a55ca788_16.jpeg', 'https://images.iqyjsnwv.com/2025/12/08/effc3ba0_16-1.jpeg'); INSERT INTO `ai_order` VALUES (232, '0', '', '2025-12-08 09:02:20', '', '2025-12-08 09:02:20', NULL, '20251208abea7867', 18, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (233, '0', '', '2025-12-08 09:02:22', '', '2025-12-08 09:02:22', NULL, '20251208776349ff', 18, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/68124749_0217651845424741386b9a8ed856c57501cfa946ce34c981cc038_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/cd18b8d1_7c2dc1e05dff6332cca6031135a830e1.jpeg', NULL); INSERT INTO `ai_order` VALUES (234, '0', '', '2025-12-08 09:02:53', '', '2025-12-08 17:03:16', NULL, '20251208ffeeec11', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/70101cde_02176518457419400000000000000000000ffffc0a8a4571510a5.mp4', 1, '镜头推进,特写桌面上得红色鸡尾酒。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/20254a3c_17.png', NULL); INSERT INTO `ai_order` VALUES (235, '0', '', '2025-12-08 09:10:17', '', '2025-12-08 17:10:40', NULL, '202512084d372853', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/12ee552f_02176518501918100000000000000000000ffffc0a8a457b5d7d5.mp4', 1, '镜头固定,人物喃喃自语。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/d4d03589_17.png', NULL); INSERT INTO `ai_order` VALUES (236, '0', '', '2025-12-08 09:40:34', '', '2025-12-08 09:40:34', NULL, '202512082ce05ea3', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/95e17e1f_021765186834092f9825d5f0df17daef396c99db0606054baba58_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/6bd094f3_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (237, '0', '', '2025-12-08 09:41:36', '', '2025-12-08 09:41:36', NULL, '20251208bd7f38ff', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/08/459ce1c5_021765186896799f9825d5f0df17daef396c99db060605431071e_0.jpeg', 1, '把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/08/6bd094f3_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (238, '0', '', '2025-12-08 09:42:10', '', '2025-12-08 09:42:10', NULL, '20251208abf0d3e4', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (239, '0', '', '2025-12-08 09:42:12', '', '2025-12-08 09:42:12', NULL, '2025120861b23b85', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (240, '0', '', '2025-12-08 09:42:13', '', '2025-12-08 09:42:13', NULL, '20251208db26e5b1', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (241, '0', '', '2025-12-08 09:42:14', '', '2025-12-08 09:42:14', NULL, '202512086156dba8', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (242, '0', '', '2025-12-08 09:42:14', '', '2025-12-08 09:42:14', NULL, '202512084904959a', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (243, '0', '', '2025-12-08 09:42:15', '', '2025-12-08 09:42:15', NULL, '20251208c6ef8046', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (244, '0', '', '2025-12-08 09:42:16', '', '2025-12-08 09:42:16', NULL, '202512087385495c', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (245, '0', '', '2025-12-08 09:42:23', '', '2025-12-08 09:42:23', NULL, '202512080b7b77b1', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (246, '0', '', '2025-12-08 09:42:36', '', '2025-12-08 09:42:36', NULL, '20251208971e4459', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (247, '0', '', '2025-12-08 09:43:06', '', '2025-12-08 09:43:06', NULL, '20251208f6f3e8d0', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (248, '0', '', '2025-12-08 09:44:33', '', '2025-12-08 09:44:33', NULL, '2025120818916cd7', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (249, '0', '', '2025-12-08 09:49:04', '', '2025-12-08 17:49:30', NULL, '2025120822bb327c', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/3b573173_02176518734568300000000000000000000ffffc0a8a45749b389.mp4', 1, '镜头固定,人物缓缓放下手臂。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/6f950b3f_19.png', NULL); INSERT INTO `ai_order` VALUES (250, '0', '', '2025-12-08 09:50:33', '', '2025-12-08 17:51:05', NULL, '202512089969e2b1', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/dcb8d401_02176518743391900000000000000000000ffffc0a8a457266caf.mp4', 1, '镜头固定,人物表情凶狠,喃喃自语。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/37c33b4b_19.png', NULL); INSERT INTO `ai_order` VALUES (251, '0', '', '2025-12-08 10:25:56', '', '2025-12-08 18:26:20', NULL, '2025120876cae2c7', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/08/796dd685_02176518955715800000000000000000000ffffc0a8a457b77fcd.mp4', 1, '两人背对镜头走向远处。', NULL, 'N', 'https://images.iqyjsnwv.com/2025/12/08/b4414020_22.png', NULL); INSERT INTO `ai_order` VALUES (252, '0', '', '2025-12-08 10:46:01', '', '2025-12-08 10:46:01', NULL, '20251208b7fbd9dd', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (253, '0', '', '2025-12-08 10:46:03', '', '2025-12-08 10:46:03', NULL, '2025120807fdbaee', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (254, '0', '', '2025-12-08 10:46:04', '', '2025-12-08 10:46:04', NULL, '20251208cd38c6f8', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (255, '0', '', '2025-12-08 10:46:05', '', '2025-12-08 10:46:05', NULL, '20251208d980c8bc', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (256, '0', '', '2025-12-08 10:46:06', '', '2025-12-08 10:46:06', NULL, '20251208b8319c9f', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (257, '0', '', '2025-12-08 10:46:07', '', '2025-12-08 10:46:07', NULL, '202512085dbb08fb', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (258, '0', '', '2025-12-08 10:46:08', '', '2025-12-08 10:46:08', NULL, '20251208b6c89930', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (259, '0', '', '2025-12-08 10:46:09', '', '2025-12-08 10:46:09', NULL, '20251208a3d53a9b', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (260, '0', '', '2025-12-08 10:46:09', '', '2025-12-08 10:46:09', NULL, '20251208c788d924', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (261, '0', '', '2025-12-08 10:46:10', '', '2025-12-08 10:46:10', NULL, '2025120878abe995', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (262, '0', '', '2025-12-08 10:46:11', '', '2025-12-08 10:46:11', NULL, '2025120853fdc62b', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (263, '0', '', '2025-12-08 10:46:11', '', '2025-12-08 10:46:11', NULL, '202512089ecb740a', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (264, '0', '', '2025-12-08 10:46:12', '', '2025-12-08 10:46:12', NULL, '20251208b2cb25c1', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (265, '0', '', '2025-12-08 10:46:18', '', '2025-12-08 10:46:18', NULL, '202512081c40b722', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (266, '0', '', '2025-12-08 10:46:20', '', '2025-12-08 10:46:20', NULL, '202512081382ff54', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (267, '0', '', '2025-12-08 10:46:21', '', '2025-12-08 10:46:21', NULL, '20251208af62569e', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (268, '0', '', '2025-12-08 19:13:12', '', '2025-12-08 19:13:12', NULL, '20251209c7d2005d', 22, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (269, '0', '', '2025-12-08 19:13:15', '', '2025-12-08 19:13:15', NULL, '20251209c592a060', 22, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (270, '0', '', '2025-12-08 19:13:33', '', '2025-12-08 19:13:33', NULL, '2025120976ebe695', 22, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (271, '0', '', '2025-12-08 19:13:49', '', '2025-12-08 19:13:49', NULL, '2025120906735f6c', 22, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (272, '0', '', '2025-12-08 19:17:09', '', '2025-12-08 19:17:09', NULL, '202512096e51a715', 22, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (273, '0', '', '2025-12-09 02:07:28', '', '2025-12-09 02:07:28', NULL, '2025120998c72aad', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/a62907d2_021765246048107f8f49430e1e3875ff473008eb96b3a395c0fe8_0.jpeg', 1, '换个姿势,正面对着我', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/66f2f8d2_c7be534f_02176518105305775aeae14c82856eca08eecb5e75c0575d4f970_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (274, '0', '', '2025-12-09 03:04:30', '', '2025-12-09 11:05:50', NULL, '202512099fe975d7', 23, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/09/2521853f_02176524947176000000000000000000000ffffc0a8a457c1dea6.mp4', 1, '慢慢脱下', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/c00dc318_IMG_9805.JPG', 'https://images.iqyjsnwv.com/2025/12/09/f907e185_de51b59c_02176516270549030d072d337ea6fcc7bbfbe2f0c485be2e402db_0.jpeg'); INSERT INTO `ai_order` VALUES (275, '0', '', '2025-12-09 03:07:14', '', '2025-12-09 11:07:46', NULL, '20251209db702341', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/09/3c01a152_02176524963613900000000000000000000ffffc0a8a457757441.mp4', 1, '同步手臂动作,脱下衣服', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/d5e4cd6b_IMG_9805.JPG', 'https://images.iqyjsnwv.com/2025/12/09/0598e9d0_de51b59c_02176516270549030d072d337ea6fcc7bbfbe2f0c485be2e402db_0.jpeg'); INSERT INTO `ai_order` VALUES (276, '0', '', '2025-12-09 03:08:10', '', '2025-12-09 11:08:44', NULL, '202512091774aa72', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/09/2fdc74a3_02176524969128500000000000000000000ffffc0a8a45738941f.mp4', 1, '同步手臂动作,脱下衣服。手怎么没变化', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/d5e4cd6b_IMG_9805.JPG', 'https://images.iqyjsnwv.com/2025/12/09/0598e9d0_de51b59c_02176516270549030d072d337ea6fcc7bbfbe2f0c485be2e402db_0.jpeg'); INSERT INTO `ai_order` VALUES (277, '0', '', '2025-12-09 03:09:20', '', '2025-12-09 11:09:54', NULL, '20251209a47cbc27', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/09/a3d13364_02176524976144300000000000000000000ffffc0a8a457f1eef9.mp4', 1, '同步手臂动作,脱下衣服。手怎么没变化,变化太粗糙了,不够精细', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/d5e4cd6b_IMG_9805.JPG', 'https://images.iqyjsnwv.com/2025/12/09/0598e9d0_de51b59c_02176516270549030d072d337ea6fcc7bbfbe2f0c485be2e402db_0.jpeg'); INSERT INTO `ai_order` VALUES (278, '0', '', '2025-12-09 05:28:57', '', '2025-12-09 05:28:57', NULL, '2025120954e4d874', 16, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (279, '0', '', '2025-12-09 05:42:50', '', '2025-12-09 05:42:50', NULL, '2025120956031b3e', 24, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/8dd8d991_021765258970662f8f49430e1e3875ff473008eb96b3a395d0a0f_0.jpeg', 1, '111', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/e9d3c474_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (280, '0', '', '2025-12-09 05:56:44', '', '2025-12-09 05:56:44', NULL, '20251209cce693d2', 25, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/a85b10dd_021765259804508d6d3168ae2bcee8e5f54d16f5503dedeecec39_0.jpeg', 1, '1', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/09/389c69fd_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (281, '0', '', '2025-12-09 07:49:33', '', '2025-12-09 07:49:33', NULL, '20251209b0d0ace3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/d7f2287a_02176526657404315b33ccaa151d3ed7feaaa761bc71c376a229d_0.jpeg', 1, '生成一个美女', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (282, '0', '', '2025-12-09 08:05:46', '', '2025-12-09 08:05:46', NULL, '202512091fc7d968', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/337da41f_021765267546187f8f49430e1e3875ff473008eb96b3a39244530_0.jpeg', 1, '生成一个美女', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (283, '0', '', '2025-12-09 08:26:20', '', '2025-12-09 08:26:20', NULL, '2025120993f8440c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/aaf23bdf_0217652687808261386b9a8ed856c57501cfa946ce34c985218fe_0.jpeg', 1, 'super simple cartoon pink egg vibrator, perfectly round, one rose gold band, two vibration lines, thick black outline, flat color, korean game icon, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (284, '0', '', '2025-12-09 08:27:15', '', '2025-12-09 08:27:15', NULL, '202512095bd9f0e5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/514719cd_021765268835949c799e7b290acded99bf6695874956a9fb5ca01_0.jpeg', 1, 'super simple cartoon pink egg vibrator, perfectly round, one rose gold band, two vibration lines, thick black outline, flat color, korean game icon, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (285, '0', '', '2025-12-09 08:28:27', '', '2025-12-09 08:28:27', NULL, '202512098015ea48', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/7cbd6251_02176526890787112014becacfaf8a37949eaec3c81397581ec90_0.jpeg', 1, 'chibi korean hand-drawn icon, fluffy pink leather handcuffs with rose gold chain and heart lock, rounded plush edges, soft watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (286, '0', '', '2025-12-09 08:29:08', '', '2025-12-09 08:29:08', NULL, '20251209757b3135', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/1f8ee1e4_02176526894821412014becacfaf8a37949eaec3c813975e2829c_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal O-ring gag with thin black leather straps, glossy candy-like highlight, perfectly round ring, watercolor metallic, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (287, '0', '', '2025-12-09 08:31:22', '', '2025-12-09 08:31:22', NULL, '202512093034ef61', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/a5a89489_021765269082981732fd601d62b6a7044a0e20965673d99299856_0.jpeg', 1, 'minimal cartoon onahole icon, round transparent cylinder, peach pink rim, three water drops, thick black outline, flat color, korean mobile game style, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (288, '0', '', '2025-12-09 08:31:40', '', '2025-12-09 08:31:40', NULL, '20251209232c87da', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/910b2f8e_02176526910041974bd01b7bc1bacfcfc78546caab5b5fa8aea80_0.jpeg', 1, 'minimal cartoon pink handcuffs, two circles + short chain + heart lock, thick black outline, flat color, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (289, '0', '', '2025-12-09 08:34:14', '', '2025-12-09 08:34:14', NULL, '20251209d2de351d', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (290, '0', '', '2025-12-09 08:36:52', '', '2025-12-09 08:36:52', NULL, '20251209c41e5631', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (291, '0', '', '2025-12-09 08:37:40', '', '2025-12-09 08:37:40', NULL, '202512098474a048', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/4ac89ae7_02176526946099730d072d337ea6fcc7bbfbe2f0c485be2ca8370_0.jpeg', 1, 'minimal cartoon heart chastity cage, solid pink heart + three bars + tiny lock, thick black outline, flat color, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (292, '0', '', '2025-12-09 08:38:10', '', '2025-12-09 08:38:10', NULL, '2025120959f65543', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (293, '0', '', '2025-12-09 08:40:11', '', '2025-12-09 08:40:11', NULL, '2025120913866f5a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/6f9f5792_0217652696112993c1f91f892e9aff2a902d86b047fe242dd4fee_0.jpeg', 1, 'super simple cartoon lube bottle, round body, rose gold cap, one big droplet, thick black outline, flat peach color, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (294, '0', '', '2025-12-09 08:40:34', '', '2025-12-09 08:40:34', NULL, '202512095549b1f9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/4d897b3a_021765269634627641a02d40a43d449f07de84c480b390da617df_0.jpeg', 1, 'super simple cartoon pink bullet vibe, short cylinder, rose gold ring, one power button, thick black outline, flat color, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (295, '0', '', '2025-12-09 08:40:54', '', '2025-12-09 08:40:54', NULL, '202512099efaad7c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/06083ea7_0217652696544942504cb05148e9a08cc7612c3f2b24e5250c524_0.jpeg', 1, 'super simple cartoon heart nipple clamps, two pink hearts connected by thin chain, thick black outline, flat color, korean mobile game style, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (296, '0', '', '2025-12-09 08:41:13', '', '2025-12-09 08:41:13', NULL, '20251209946a6a82', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/92cbf630_021765269673960641a02d40a43d449f07de84c480b390d5a8c1d_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal O-ring gag with thin black leather straps, glossy candy-like highlight, perfectly round ring, watercolor metallic, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (297, '0', '', '2025-12-09 08:42:06', '', '2025-12-09 08:42:06', NULL, '2025120971866f5c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/b7e66274_0217652697264451386b9a8ed856c57501cfa946ce34c9849ccc4_0.jpeg', 1, 'chibi korean hand-drawn icon, tiny pearl pink bullet vibrator, rounded capsule shape, rose gold band, soft watercolor wet shine, subtle power button glow, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (298, '0', '', '2025-12-09 09:04:33', '', '2025-12-09 09:04:33', NULL, '202512096de0aa83', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (299, '0', '', '2025-12-09 09:04:38', '', '2025-12-09 09:04:38', NULL, '202512098912272c', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (300, '0', '', '2025-12-09 09:04:39', '', '2025-12-09 09:04:39', NULL, '202512099ec4a774', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (301, '0', '', '2025-12-09 09:04:44', '', '2025-12-09 09:04:44', NULL, '20251209b7f11b37', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (302, '0', '', '2025-12-09 09:04:47', '', '2025-12-09 09:04:47', NULL, '202512093aa8c439', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (303, '0', '', '2025-12-09 09:04:49', '', '2025-12-09 09:04:49', NULL, '202512091c1232d1', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (304, '0', '', '2025-12-09 09:04:51', '', '2025-12-09 09:04:51', NULL, '202512092f979937', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (305, '0', '', '2025-12-09 09:04:52', '', '2025-12-09 09:04:52', NULL, '20251209e74c2b47', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (306, '0', '', '2025-12-09 09:04:53', '', '2025-12-09 09:04:53', NULL, '202512094febef7d', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (307, '0', '', '2025-12-09 09:04:55', '', '2025-12-09 09:04:55', NULL, '202512095a30c849', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (308, '0', '', '2025-12-09 09:04:56', '', '2025-12-09 09:04:56', NULL, '20251209eec8784f', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (309, '0', '', '2025-12-09 09:05:03', '', '2025-12-09 09:05:03', NULL, '20251209cd643ec5', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (310, '0', '', '2025-12-09 11:20:41', '', '2025-12-09 11:20:41', NULL, '2025120946c09a9b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/bb02b5d9_021765279241744fef143c4098cd8cc7e0dd8c08d18f9dbcb46ed_0.jpeg', 1, 'chibi korean hand-drawn icon, rounded frosted glass lube bottle, rose gold cap, single crystal droplet hanging, soft peach liquid swirl inside, watercolor glossy, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (311, '0', '', '2025-12-09 11:21:07', '', '2025-12-09 11:21:07', NULL, '202512096ad689a6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/d2862a11_02176527926779899f4740eadd3360aa6250e68d85f7ec7f33791_0.jpeg', 1, 'chibi korean hand-drawn icon, tiny rose gold heart-shaped chastity cage with mini padlock, rounded smooth bars, soft watercolor metallic sheen, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (312, '0', '', '2025-12-09 11:21:45', '', '2025-12-09 11:21:45', NULL, '202512094e6fb350', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/49f9f406_021765279305333c5f50319cb4d4388d7836967b82aebe556cd56_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal O-ring gag with thin black leather straps, glossy candy-like highlight, perfectly round ring, watercolor metallic, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (313, '0', '', '2025-12-09 11:22:05', '', '2025-12-09 11:22:05', NULL, '20251209b3902440', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/9ffaad97_0217652793255552504cb05148e9a08cc7612c3f2b24e52e1922f_0.jpeg', 1, 'chibi korean hand-drawn icon, fluffy pink leather handcuffs with rose gold chain and heart lock, rounded plush edges, soft watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (314, '0', '', '2025-12-09 11:22:28', '', '2025-12-09 11:22:28', NULL, '20251209de1883ba', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/dec2a519_021765279348758fef143c4098cd8cc7e0dd8c08d18f9dba89f50_0.jpeg', 1, 'chibi korean hand-drawn icon, sparkling crystal teardrop plug with ultra fluffy white-pink gradient fox tail, rose gold base, soft watercolor fur strokes, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (315, '0', '', '2025-12-09 11:22:54', '', '2025-12-09 11:22:54', NULL, '2025120909adfed7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/062e2ca1_0217652793750551386b9a8ed856c57501cfa946ce34c98d6a3d6_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold heart-shaped nipple clamps with thin chain, tiny hanging pearls, soft watercolor metallic shine, rounded cute shape, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (316, '0', '', '2025-12-09 11:23:11', '', '2025-12-09 11:23:11', NULL, '202512091f55f8ef', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/24c03055_021765279391564641a02d40a43d449f07de84c480b390d937a61_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy millennial pink vibrating eggs connected by thin silver chain, soft rounded mochi shape, rose gold LED ring, subtle vibration waves, watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (317, '0', '', '2025-12-09 11:31:41', '', '2025-12-09 11:31:41', NULL, '2025120937051eb5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/9d9334c3_02176527990156475aeae14c82856eca08eecb5e75c0575c8a3aa_0.jpeg', 1, 'minimal cartoon pink dildo, smooth cylinder slight curve, rose gold base ring, thick black outline, flat color, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (318, '0', '', '2025-12-09 11:32:44', '', '2025-12-09 11:32:44', NULL, '20251209a42b278f', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (319, '0', '', '2025-12-09 11:33:00', '', '2025-12-09 11:33:00', NULL, '20251209b03f478f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/974c09fc_021765279980191fef143c4098cd8cc7e0dd8c08d18f9db84b7aa_0.jpeg', 1, 'super simple cartoon transparent onahole, crystal clear body with soft jelly gloss, peach pink rim with wet highlight, three floating water drops, thick black outline, gentle gradient shine, korean premium game icon, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (320, '0', '', '2025-12-09 11:33:35', '', '2025-12-09 11:33:35', NULL, '20251209ee827e35', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/7933dca7_0217652800158051386b9a8ed856c57501cfa946ce34c98971a49_0.jpeg', 1, 'super simple cartoon pink egg vibrator, glossy silicone surface with soft reflection, rose gold metal band with sparkle, two vibration wave rings, thick black outline, gentle gradient, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (321, '0', '', '2025-12-09 11:34:04', '', '2025-12-09 11:34:04', NULL, '2025120951c31bf3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/eb78201d_021765280044145641a02d40a43d449f07de84c480b390d699a35_0.jpeg', 1, 'super simple cartoon crystal plug + fluffy tail, glossy teardrop gem with rainbow prism highlight, ultra soft fur texture on tail, rose gold base, thick black outline, gentle shine, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (322, '0', '', '2025-12-09 11:34:37', '', '2025-12-09 11:34:37', NULL, '202512098a43f066', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/5ffe66fa_0217652800771781e15ac27860f2c8c25bccd5ee2521f9a3f108b_0.jpeg', 1, 'super simple cartoon pink egg vibrator, glossy silicone surface with soft reflection, rose gold metal band with sparkle, two vibration wave rings, thick black outline, gentle gradient, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (323, '0', '', '2025-12-09 11:35:06', '', '2025-12-09 11:35:06', NULL, '2025120997f24e85', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/4d27cc97_021765280106131c799e7b290acded99bf6695874956a9fe86462_0.jpeg', 1, 'super simple cartoon transparent onahole, crystal clear body with soft jelly gloss, peach pink rim with wet highlight, three floating water drops, thick black outline, gentle gradient shine, korean premium game icon, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (324, '0', '', '2025-12-09 11:35:37', '', '2025-12-09 11:35:37', NULL, '20251209fa21f7a4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/dfd5acb0_021765280138069f9825d5f0df17daef396c99db0606054f3ebfc_0.jpeg', 1, 'super simple cartoon lube bottle, frosted glass body with soft bloom, rose gold metal cap with reflection, one hanging glossy droplet, thick black outline, gentle gradient, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (325, '0', '', '2025-12-09 11:36:06', '', '2025-12-09 11:36:06', NULL, '2025120987971747', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/69d61a86_0217652801662127b67bbc2a2a9a26108e071e40bb0b0842340b2_0.jpeg', 1, 'super simple cartoon lube bottle, frosted glass body with soft bloom, rose gold metal cap with reflection, one hanging glossy droplet, thick black outline, gentle gradient, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (326, '0', '', '2025-12-09 11:53:16', '', '2025-12-09 11:53:16', NULL, '202512096199df81', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/524d4e0e_021765281196966f9825d5f0df17daef396c99db06060541bed9f_0.jpeg', 1, '\"game item icon, glossy pink wireless vibrating egg, gold accent ring, thin antenna tail, centered on pure white background, strong rim light, hard shadows, isometric top-down view, ultra sharp, vibrant color, no text, no character\"', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (327, '0', '', '2025-12-09 11:56:46', '', '2025-12-09 11:56:46', NULL, '202512096808e440', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/a71bd00d_021765281406509732fd601d62b6a7044a0e20965673d991b4f06_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy millennial pink vibrating eggs connected by thin silver chain, soft rounded mochi shape, rose gold LED ring, subtle vibration waves, watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (328, '0', '', '2025-12-09 11:57:35', '', '2025-12-09 11:57:35', NULL, '20251209b00a01c8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/912f972a_02176528145603875aeae14c82856eca08eecb5e75c0575f9e198_0.jpeg', 1, 'chibi korean hand-drawn icon, tiny pearl pink bullet vibrator, rounded capsule shape, rose gold band, soft watercolor wet shine, subtle power button glow, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (329, '0', '', '2025-12-09 11:58:54', '', '2025-12-09 11:58:54', NULL, '20251209e4f8907c', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (330, '0', '', '2025-12-09 11:59:15', '', '2025-12-09 11:59:15', NULL, '2025120945ebd427', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/405c17d4_02176528155596174bd01b7bc1bacfcfc78546caab5b5fa1fa05b_0.jpeg', 1, 'minimal cartoon pink vibrating egg, perfect egg shape, glossy silicone with soft highlight, rose gold band, two tiny vibration rings, thick black outline, flat color with gentle gradient shine, korean mobile game icon, pure white background only, ', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (331, '0', '', '2025-12-09 11:59:45', '', '2025-12-09 11:59:45', NULL, '2025120907fc1bfe', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/7044261f_02176528158537574bd01b7bc1bacfcfc78546caab5b5fa64c542_0.jpeg', 1, 'korean watercolor style chibi vibrating egg, soft millennial pink with jelly gloss, subtle metallic rose gold ring, delicate watercolor texture and bloom, floating soft shadow, premium hand-drawn feel, pure white background only,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (332, '0', '', '2025-12-09 12:00:07', '', '2025-12-09 12:00:07', NULL, '2025120955234e00', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/eba191d9_02176528160799174bd01b7bc1bacfcfc78546caab5b5fa81f438_0.jpeg', 1, 'cyber neon korean icon, glossy black-pink gradient vibrating egg, glowing purple heartbeat LED ring, holographic rose gold details, subtle energy waves, reflective surface, futuristic mobile game style, pure white background only,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (333, '0', '', '2025-12-09 12:00:37', '', '2025-12-09 12:00:37', NULL, '20251209f82563cb', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/63050e89_0217652816373121e15ac27860f2c8c25bccd5ee2521f9a387997_0.jpeg', 1, 'super cute jelly style vibrating egg, translucent peach-pink fruit jelly texture, wobbly rounded shape, tiny shiny rose gold heart button, micro sparkle highlights, ultra soft mochi feel, korean kakaotalk emoji style, pure white background only,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (334, '0', '', '2025-12-09 12:01:39', '', '2025-12-09 12:01:39', NULL, '20251209cc3fed2b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/b8a1370d_0217652816995445097524147fba306f3fd5b41c9337702abefcb_0.jpeg', 1, 'korean premium mobile game icon, glossy millennial pink wireless vibrating egg, rose gold metallic ring with subtle reflection, soft silicone highlight, clean gradient shine, thick soft black outline, luxury item style, pure white background only,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (335, '0', '', '2025-12-09 12:02:00', '', '2025-12-09 12:02:00', NULL, '202512099fdf2867', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/2a66061e_0217652817206807ed3dd5a26da08a73b6b7a2883108092de3a84_0.jpeg', 1, 'japanese eroge game icon, shiny hot pink vibrating egg, chrome silver band with sharp highlight, semi-transparent gloss, soft inner glow, clean vector style with slight bevel, pure white background only,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (336, '0', '', '2025-12-09 12:02:53', '', '2025-12-09 12:02:53', NULL, '20251209a238bd82', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/e87e6cea_0217652817737357ed3dd5a26da08a73b6b7a28831080926142ba_0.jpeg', 1, 'luxury korean gacha game icon, single glossy millennial pink wireless vibrating egg perfectly centered, rose gold metallic ring with soft rim light, clean silicone gradient shine, subtle drop shadow, premium UI asset, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (337, '0', '', '2025-12-09 12:03:43', '', '2025-12-09 12:03:43', NULL, '20251209f3f02094', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/0543e650_021765281823874fef143c4098cd8cc7e0dd8c08d18f9db68d3c6_0.jpeg', 1, 'glossy millennial pink wireless vibrating egg, rose gold ring, clean silicone surface, centered, pure white background only, korean gacha game icon, --ar 1:1 --stylize 90 --no shadow, glow, particles, text', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (338, '0', '', '2025-12-09 12:38:37', '', '2025-12-09 12:38:37', NULL, '2025120968a57fb9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/3cfab9a7_0217652839177065097524147fba306f3fd5b41c93377027f293a_0.jpeg', 1, 'shiny hot pink vibrating egg, chrome silver band, transparent gloss, centered, pure white background only, japanese eroge inventory icon, --ar 1:1 --stylize 100 --no shadow, particles', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (339, '0', '', '2025-12-09 12:38:59', '', '2025-12-09 12:38:59', NULL, '20251209a73706fa', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/6d8978dc_021765283939438c799e7b290acded99bf6695874956a9ff93bea_0.jpeg', 1, 'shiny hot pink vibrating egg, chrome silver band, transparent gloss, centered, pure white background only, japanese eroge inventory icon,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (340, '0', '', '2025-12-09 12:39:12', '', '2025-12-09 12:39:12', NULL, '202512099e91ac78', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/ea44f170_021765283952380fef143c4098cd8cc7e0dd8c08d18f9dbc63599_0.jpeg', 1, 'pearlescent soft pink egg vibrator, rose gold and chrome double ring, centered, pure white background only, hybrid jp-kr gacha game icon,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (341, '0', '', '2025-12-09 12:39:39', '', '2025-12-09 12:39:39', NULL, '202512095306359b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/09/7bddd263_021765283979222641a02d40a43d449f07de84c480b390dd49e85_0.jpeg', 1, 'holographic pink-purple gradient vibrating egg, rose gold circuit pattern, centered, pure white background only, korean limited rarity icon,', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (342, '0', '', '2025-12-10 03:23:49', '', '2025-12-10 03:23:49', NULL, '20251210294aaf9b', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/5e2d2cb0_021765337029776641a02d40a43d449f07de84c480b390de0b79a_0.jpeg', 1, 'Gojo Satoru', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (343, '0', '', '2025-12-10 03:24:42', '', '2025-12-10 03:24:42', NULL, '202512109cc00246', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/49255542_021765337082146fef143c4098cd8cc7e0dd8c08d18f9db65fe2f_0.jpeg', 1, 'Gojo Satoru 打篮球', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (344, '0', '', '2025-12-10 03:25:44', '', '2025-12-10 11:26:25', NULL, '20251210d07ebef7', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/70a4f11f_02176533714507400000000000000000000ffffc0a8a457d92408.mp4', 1, '图一变身之后,进入篮球场打篮球', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/62521e0e_5e2d2cb0_021765337029776641a02d40a43d449f07de84c480b390de0b79a_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/a927ac61_49255542_021765337082146fef143c4098cd8cc7e0dd8c08d18f9db65fe2f_0.jpeg'); INSERT INTO `ai_order` VALUES (345, '0', '', '2025-12-10 07:54:50', '', '2025-12-10 07:54:50', NULL, '20251210f9697371', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/5149ccfb_02176535329020112014becacfaf8a37949eaec3c813975ddb042_0.jpeg', 1, 'Gojo Satoru 经典画面', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (346, '0', '', '2025-12-10 07:56:09', '', '2025-12-10 07:56:09', NULL, '20251210692a9951', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/fb7bbd40_02176535336918699f4740eadd3360aa6250e68d85f7ec71d1973_0.jpeg', 1, 'Gojo Satoru 拿枪', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (347, '0', '', '2025-12-10 07:57:57', '', '2025-12-10 07:57:57', NULL, '20251210967100ea', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/bb9c88ed_0217653534772208547934892c4038781a87d514f9a919683ceca_0.jpeg', 1, 'Gojo Satoru,踢足球', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (348, '0', '', '2025-12-10 07:58:55', '', '2025-12-10 16:00:40', NULL, '202512101847f470', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/fd36e930_02176535353720400000000000000000000ffffc0a8a45781dc38.mp4', 1, '变身之后,拿枪瞄准', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/fbcac2ad_5e2d2cb0_021765337029776641a02d40a43d449f07de84c480b390de0b79a_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/0edefd4d_fb7bbd40_02176535336918699f4740eadd3360aa6250e68d85f7ec71d1973_0.jpeg'); INSERT INTO `ai_order` VALUES (349, '0', '', '2025-12-10 08:02:24', '', '2025-12-10 08:02:24', NULL, '20251210d99f7786', 14, '21', 6.00, 'cgt-20251210160224-nkrmm', 1, '变身之后,拿枪瞄准,动作可以不那么快,视频时长15秒左右', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/fbcac2ad_5e2d2cb0_021765337029776641a02d40a43d449f07de84c480b390de0b79a_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/0edefd4d_fb7bbd40_02176535336918699f4740eadd3360aa6250e68d85f7ec71d1973_0.jpeg'); INSERT INTO `ai_order` VALUES (350, '0', '', '2025-12-10 08:03:13', '', '2025-12-10 16:05:09', NULL, '20251210f8eb2ba1', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/1b01fb16_02176535384911700000000000000000000ffffc0a8a45746601a.mp4', 1, '变身、不需要睁开眼睛', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/b347af35_5149ccfb_02176535329020112014becacfaf8a37949eaec3c813975ddb042_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/9cabc3fc_5e2d2cb0_021765337029776641a02d40a43d449f07de84c480b390de0b79a_0.jpeg'); INSERT INTO `ai_order` VALUES (351, '0', '', '2025-12-10 08:43:53', '', '2025-12-10 08:43:53', NULL, '20251210ce5a4831', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/aaf0dbbe_021765356233974f8f49430e1e3875ff473008eb96b3a39bd2718_0.jpeg', 1, '春日野穹', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (352, '0', '', '2025-12-10 08:45:10', '', '2025-12-10 08:45:10', NULL, '202512109d8d90fa', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (353, '0', '', '2025-12-10 08:45:11', '', '2025-12-10 08:45:11', NULL, '20251210ef672991', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (354, '0', '', '2025-12-10 08:45:14', '', '2025-12-10 08:45:14', NULL, '20251210769a96d5', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (355, '0', '', '2025-12-10 08:45:16', '', '2025-12-10 08:45:16', NULL, '20251210d86914db', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (356, '0', '', '2025-12-10 08:45:18', '', '2025-12-10 08:45:18', NULL, '202512108bb83f2c', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (357, '0', '', '2025-12-10 08:45:20', '', '2025-12-10 08:45:20', NULL, '20251210d71bdeb4', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (358, '0', '', '2025-12-10 08:45:21', '', '2025-12-10 08:45:21', NULL, '202512100a69ee97', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (359, '0', '', '2025-12-10 08:45:22', '', '2025-12-10 08:45:22', NULL, '202512102f83fe96', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (360, '0', '', '2025-12-10 08:45:28', '', '2025-12-10 08:45:28', NULL, '2025121011083a51', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (361, '0', '', '2025-12-10 08:45:39', '', '2025-12-10 08:45:39', NULL, '202512108c55e54e', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (362, '0', '', '2025-12-10 08:45:40', '', '2025-12-10 08:45:40', NULL, '2025121015122810', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (363, '0', '', '2025-12-10 08:45:45', '', '2025-12-10 08:45:45', NULL, '20251210e409301e', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (364, '0', '', '2025-12-10 08:45:45', '', '2025-12-10 08:45:45', NULL, '202512108935479b', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (365, '0', '', '2025-12-10 08:50:07', '', '2025-12-10 08:50:07', NULL, '20251210472db1ae', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (366, '0', '', '2025-12-10 08:50:38', '', '2025-12-10 08:50:38', NULL, '2025121042f584c8', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/f40e33f1_0217653566385771e15ac27860f2c8c25bccd5ee2521f9aefa294_0.jpeg', 1, '春日野穹,脱衣服', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (367, '0', '', '2025-12-10 08:51:56', '', '2025-12-10 16:54:32', NULL, '20251210e5173448', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/6f56b45a_02176535671868300000000000000000000ffffc0a8a45761348b.mp4', 1, '兔子跳过来', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/291ade15_f40e33f1_0217653566385771e15ac27860f2c8c25bccd5ee2521f9aefa294_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/33cd52c1_aaf0dbbe_021765356233974f8f49430e1e3875ff473008eb96b3a39bd2718_0.jpeg'); INSERT INTO `ai_order` VALUES (368, '0', '', '2025-12-10 08:55:34', '', '2025-12-10 08:55:34', NULL, '20251210f8b13051', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/2a158497_0217653569344453a780f972f42b9300f847977bd3329558b4ef1_0.jpeg', 1, '樱岛麻衣、兔女郎', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (369, '0', '', '2025-12-10 08:58:36', '', '2025-12-10 08:58:36', NULL, '202512105149b9cc', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/3276c5ca_021765357116705732fd601d62b6a7044a0e20965673d99222356_0.jpeg', 1, '樱岛麻衣、兔女郎、拿起酒杯', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (370, '0', '', '2025-12-10 08:59:08', '', '2025-12-10 08:59:08', NULL, '20251210e0ab3086', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/1e033b90_02176535714847875aeae14c82856eca08eecb5e75c0575d21e53_0.jpeg', 1, '樱岛麻衣、兔女郎、拿着枪', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (371, '0', '', '2025-12-10 08:59:34', '', '2025-12-10 08:59:34', NULL, '20251210849d987c', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/1f46c75e_0217653571744857ed3dd5a26da08a73b6b7a2883108092aedc52_0.jpeg', 1, '樱岛麻衣、兔女郎、拿着课本', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (372, '0', '', '2025-12-10 09:00:46', '', '2025-12-10 17:01:21', NULL, '20251210d2b644f8', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/5246a0bb_02176535724794600000000000000000000ffffc0a8a457dda0ab.mp4', 1, '遇到危险,瞬间拿枪保护自己', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/21591ae8_3276c5ca_021765357116705732fd601d62b6a7044a0e20965673d99222356_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/1f360621_1e033b90_02176535714847875aeae14c82856eca08eecb5e75c0575d21e53_0.jpeg'); INSERT INTO `ai_order` VALUES (373, '0', '', '2025-12-10 09:03:16', '', '2025-12-10 09:03:16', NULL, '20251210a30068fd', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (374, '0', '', '2025-12-10 09:03:28', '', '2025-12-10 09:03:28', NULL, '20251210e961a40c', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (375, '0', '', '2025-12-10 09:03:30', '', '2025-12-10 09:03:30', NULL, '202512106ddb3490', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (376, '0', '', '2025-12-10 09:04:02', '', '2025-12-10 09:04:02', NULL, '20251210d58edc8d', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/b4a971fc_0217653574421242504cb05148e9a08cc7612c3f2b24e52322aa2_0.jpeg', 1, '樱岛麻衣、兔女郎、裸体', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (377, '0', '', '2025-12-10 09:04:25', '', '2025-12-10 09:04:25', NULL, '20251210dee4d8c7', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/9171380a_02176535746550434cb6184a92ddd9ae87302c189a666e59cacec_0.jpeg', 1, '樱岛麻衣、兔女郎、裸体,露出大胸', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (378, '0', '', '2025-12-10 09:05:16', '', '2025-12-10 09:05:16', NULL, '20251210873a1e45', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/fcafd2e1_0217653575162913c1f91f892e9aff2a902d86b047fe242723d2c_0.jpeg', 1, '樱岛麻衣、兔女郎、裸体,露出大胸,乳头', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (379, '0', '', '2025-12-10 09:06:01', '', '2025-12-10 17:06:36', NULL, '20251210f9b9ebf1', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/8987e095_02176535756268700000000000000000000ffffc0a8a457771bbd.mp4', 1, '放下枪', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/1f8bd21d_1e033b90_02176535714847875aeae14c82856eca08eecb5e75c0575d21e53_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/3e41e0ae_fcafd2e1_0217653575162913c1f91f892e9aff2a902d86b047fe242723d2c_0.jpeg'); INSERT INTO `ai_order` VALUES (380, '0', '', '2025-12-10 09:07:03', '', '2025-12-10 17:07:42', NULL, '202512109d93c665', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/10/eefdfad6_02176535762487600000000000000000000ffffc0a8a457fcbd17.mp4', 1, '脱下衣服然后放下枪', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/10/1f8bd21d_1e033b90_02176535714847875aeae14c82856eca08eecb5e75c0575d21e53_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/10/3e41e0ae_fcafd2e1_0217653575162913c1f91f892e9aff2a902d86b047fe242723d2c_0.jpeg'); INSERT INTO `ai_order` VALUES (381, '0', '', '2025-12-10 11:11:03', '', '2025-12-10 11:11:03', NULL, '2025121089ed1831', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/f01525d2_02176536506351975aeae14c82856eca08eecb5e75c0575ee79e2_0.jpeg', 1, 'glossy millennial pink wireless vibrating egg, rose gold ring, clean silicone surface, centered, pure white background only, korean gacha game icon, --ar 1:1 --stylize 90 --no shadow, glow, particles, text', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (382, '0', '', '2025-12-10 11:11:35', '', '2025-12-10 11:11:35', NULL, '20251210f884cdce', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/3372c9ad_021765365095702f9825d5f0df17daef396c99db06060549e6415_0.jpeg', 1, 'super simple cartoon onahole icon, round transparent body, peach pink rim, three water drops, thick black outline, flat color, korean mobile game style, pure white background', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (383, '0', '', '2025-12-10 11:11:52', '', '2025-12-10 11:11:52', NULL, '20251210613bec89', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/ebd0cdf6_0217653651125385097524147fba306f3fd5b41c9337702a7013e_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy millennial pink vibrating eggs connected by thin silver chain, soft rounded mochi shape, rose gold LED ring, subtle vibration waves, watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (384, '0', '', '2025-12-10 11:12:13', '', '2025-12-10 11:12:13', NULL, '202512108450ee5d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/10eff184_02176536513392030d072d337ea6fcc7bbfbe2f0c485be256b4be_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold heart-shaped nipple clamps with thin chain, tiny hanging pearls, soft watercolor metallic shine, rounded cute shape, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (385, '0', '', '2025-12-10 11:24:40', '', '2025-12-10 11:24:40', NULL, '20251210c62b7775', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/bb6d3826_021765365880861732fd601d62b6a7044a0e20965673d99ab86be_0.jpeg', 1, 'chibi korean hand-drawn icon, frosted glass lube bottle with rose gold cap, soft peach liquid swirl inside, single hanging crystal droplet, glossy watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (386, '0', '', '2025-12-10 11:25:35', '', '2025-12-10 11:25:35', NULL, '202512100baf9ae8', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (387, '0', '', '2025-12-10 11:25:52', '', '2025-12-10 11:25:52', NULL, '2025121048ef1894', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/257ad8ae_0217653659523237ed3dd5a26da08a73b6b7a2883108092e94c79_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent dropper lube bottle with rose gold collar and rubber bulb, long glass pipette, oversized glistening droplet on tip, soft peach liquid inside, wet glossy watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (388, '0', '', '2025-12-10 11:26:08', '', '2025-12-10 11:26:08', NULL, '2025121080d99149', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/7154f15b_0217653659686667b67bbc2a2a9a26108e071e40bb0b084409ea9_0.jpeg', 1, 'chibi korean hand-drawn icon, soft squeezable lube tube in pearlescent pink, rose gold flip cap slightly open, thick glossy droplet dripping from nozzle, wet watercolor shine, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (389, '0', '', '2025-12-10 11:26:36', '', '2025-12-10 11:26:36', NULL, '202512106f777d7c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/265f3a36_0217653659966711e15ac27860f2c8c25bccd5ee2521f9a2a9711_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy millennial pink anal beads connected by thin silver chain, soft rounded mochi shape, rose gold ring accents, subtle vibration waves, watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (390, '0', '', '2025-12-10 11:27:06', '', '2025-12-10 11:27:06', NULL, '2025121071829b2f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/18fcd848_021765366026136732fd601d62b6a7044a0e20965673d99c7a939_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy soft purple anal beads connected by thin silver chain, soft rounded mochi shape, rose gold ring accents, subtle vibration waves, watercolor texture, floating, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (391, '0', '', '2025-12-10 11:28:35', '', '2025-12-10 11:28:35', NULL, '202512107930e223', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/561bfa41_02176536611563374bd01b7bc1bacfcfc78546caab5b5fa7e4f28_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone anal beads with four graduated rounded bulbs, thin flexible neck, rose gold finger loop handle at bottom, soft watercolor shine, floating centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (392, '0', '', '2025-12-10 11:28:54', '', '2025-12-10 11:28:54', NULL, '202512105dc63192', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (393, '0', '', '2025-12-10 11:29:07', '', '2025-12-10 11:29:07', NULL, '20251210a6520c25', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/786b7c03_0217653661480157ed3dd5a26da08a73b6b7a28831080924143c9_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black silicone anal beads with four graduated rounded bulbs, thin flexible neck, large finger loop handle at bottom, soft watercolor texture, subtle surface highlight, floating centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (394, '0', '', '2025-12-10 11:30:13', '', '2025-12-10 11:30:13', NULL, '20251210fc5c1330', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (395, '0', '', '2025-12-10 11:30:28', '', '2025-12-10 11:30:28', NULL, '202512104569b2a7', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (396, '0', '', '2025-12-10 11:30:48', '', '2025-12-10 11:30:48', NULL, '2025121007b714e4', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (397, '0', '', '2025-12-10 11:31:04', '', '2025-12-10 11:31:04', NULL, '20251210c2ba1923', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (398, '0', '', '2025-12-10 11:31:29', '', '2025-12-10 11:31:29', NULL, '20251210283c4c47', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (399, '0', '', '2025-12-10 11:32:07', '', '2025-12-10 11:32:07', NULL, '2025121070fbb38b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/1534fdcb_021765366327652f9825d5f0df17daef396c99db0606054cd3aa9_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black silicone beaded accessory with four graduated smooth spheres from small to large, thin stem, large round pull ring at bottom, soft watercolor shading, centered, pure white background only, game prop', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (400, '0', '', '2025-12-10 11:32:26', '', '2025-12-10 11:32:26', NULL, '202512108687d481', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (401, '0', '', '2025-12-10 11:32:44', '', '2025-12-10 11:32:44', NULL, '202512100971e373', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/10/055ef04e_0217653663648142504cb05148e9a08cc7612c3f2b24e52a59ae2_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent pearl white silicone beaded accessory, four perfectly graduated round bulbs from small to large, thin stem, rose gold pull ring, soft watercolor highlight, centered, pure white background only, cute game item', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (402, '0', '', '2025-12-10 11:33:02', '', '2025-12-10 11:33:02', NULL, '20251210f3bac980', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (403, '0', '', '2025-12-11 01:27:50', '', '2025-12-11 01:27:50', NULL, '20251211d7b8f7d4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3d16ba5b_021765416471163c799e7b290acded99bf6695874956a9f60e32d_0.jpeg', 1, 'chibi korean hand-drawn icon, frosted glass lube bottle with rose gold cap, soft peach liquid swirl inside, single hanging crystal droplet, glossy watercolor texture, floating, pure white background only\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (404, '0', '', '2025-12-11 01:28:10', '', '2025-12-11 01:28:10', NULL, '20251211f23c84f7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a2a7b792_0217654164906015097524147fba306f3fd5b41c9337702aefa61_0.jpeg', 1, 'chibi korean hand-drawn icon, deck of pink playing cards with erotic symbols, rose gold edges, watercolor, centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (405, '0', '', '2025-12-11 01:28:35', '', '2025-12-11 01:28:35', NULL, '20251211ac6cbf35', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b62e0102_0217654165158355097524147fba306f3fd5b41c9337702e74e76_0.jpeg', 1, 'chibi korean hand-drawn icon, pink silicone tongue vibrator, rose gold base, watercolor texture, centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (406, '0', '', '2025-12-11 01:28:52', '', '2025-12-11 01:28:52', NULL, '2025121198cd64a5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c8253790_0217654165325803a780f972f42b9300f847977bd3329552dc162_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy pink remote control butt plug, rose gold base, watercolor shine, centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (407, '0', '', '2025-12-11 01:29:07', '', '2025-12-11 01:29:07', NULL, '2025121110077a1a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b5acc770_021765416547942fef143c4098cd8cc7e0dd8c08d18f9db195f31_0.jpeg', 1, 'chibi korean hand-drawn icon, pheromone perfume bottle in heart shape, rose gold cap, soft watercolor mist, centered, pure white background only', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (408, '0', '', '2025-12-11 01:30:08', '', '2025-12-11 01:30:08', NULL, '20251211cc7dc48b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a7425063_0217654166086105097524147fba306f3fd5b41c93377021dac70_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink wireless vibrating egg, rose gold ring, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (409, '0', '', '2025-12-11 01:30:34', '', '2025-12-11 01:30:34', NULL, '20251211173a8906', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/34a5b420_021765416634590732fd601d62b6a7044a0e20965673d99a478ef_0.jpeg', 1, 'chibi korean hand-drawn icon, two glossy millennial pink vibrating eggs connected by thin silver chain, rose gold LED ring, soft watercolor texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (410, '0', '', '2025-12-11 01:31:07', '', '2025-12-11 01:31:07', NULL, '2025121114aaba93', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7f9d8184_0217654166671437ed3dd5a26da08a73b6b7a2883108092139013_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent onahole with soft peach inner texture visible, crystal lube droplets, glossy watercolor, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (411, '0', '', '2025-12-11 01:32:50', '', '2025-12-11 01:32:50', NULL, '20251211e2cce052', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ecb2314a_021765416770808641a02d40a43d449f07de84c480b390d3a1e30_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped transparent onahole, glossy peach entrance, rose gold rim, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (412, '0', '', '2025-12-11 01:33:06', '', '2025-12-11 01:33:06', NULL, '202512113dc7b2e9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3759e6f1_02176541678609399f4740eadd3360aa6250e68d85f7ec7fd9c0d_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped transparent onahole, glossy peach entrance, rose gold rim, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (413, '0', '', '2025-12-11 01:33:18', '', '2025-12-11 01:33:18', NULL, '2025121107b7dc59', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2972b796_021765416798403c5f50319cb4d4388d7836967b82aebe5f1ff6c_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped transparent onahole, glossy peach entrance, rose gold rim, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (414, '0', '', '2025-12-11 01:33:29', '', '2025-12-11 01:33:29', NULL, '20251211e99e111c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/9dc1b8ba_0217654168099712504cb05148e9a08cc7612c3f2b24e521975c0_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped transparent onahole, glossy peach entrance, rose gold rim, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (415, '0', '', '2025-12-11 01:33:40', '', '2025-12-11 01:33:40', NULL, '20251211ecdd2b92', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f5a7d29b_02176541682063799f4740eadd3360aa6250e68d85f7ec7a39de6_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped transparent onahole, glossy peach entrance, rose gold rim, soft watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (416, '0', '', '2025-12-11 01:33:52', '', '2025-12-11 01:33:52', NULL, '2025121118d1fba5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/eb8830fc_02176541683246434cb6184a92ddd9ae87302c189a666e5f12e99_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag, thin black straps, rose gold buckle, glossy watercolor, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (417, '0', '', '2025-12-11 01:34:14', '', '2025-12-11 01:34:14', NULL, '202512113f99b708', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6905aad9_0217654168544293c1f91f892e9aff2a902d86b047fe2426e02f7_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag, thin black straps, rose gold buckle, glossy watercolor, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (418, '0', '', '2025-12-11 01:34:40', '', '2025-12-11 01:34:40', NULL, '20251211ba3d708a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/268de2db_02176541688008912014becacfaf8a37949eaec3c813975398b1e_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy white fox tail, rose gold base, soft watercolor fur texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (419, '0', '', '2025-12-11 01:34:50', '', '2025-12-11 01:34:50', NULL, '20251211ff458c4e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a18ddb57_021765416890899d6d3168ae2bcee8e5f54d16f5503dedeb37238_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy white fox tail, rose gold base, soft watercolor fur texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (420, '0', '', '2025-12-11 01:35:04', '', '2025-12-11 01:35:04', NULL, '2025121142bddcd9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/720ede2a_02176541690488274bd01b7bc1bacfcfc78546caab5b5faa53832_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail, rose gold base, soft watercolor, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (421, '0', '', '2025-12-11 01:35:22', '', '2025-12-11 01:35:22', NULL, '202512113607a1b2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2bdeed23_021765416922820c5f50319cb4d4388d7836967b82aebe5f43051_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded toy with four graduated spheres from small to large, rose gold pull ring, soft watercolor, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (422, '0', '', '2025-12-11 01:35:40', '', '2025-12-11 01:35:40', NULL, '20251211afd2ae89', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d92c61c8_021765416940095fef143c4098cd8cc7e0dd8c08d18f9db96a0a0_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent dropper lube bottle, rose gold collar, glistening droplet on tip, watercolor texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (423, '0', '', '2025-12-11 01:35:58', '', '2025-12-11 01:35:58', NULL, '20251211127ee95b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7210e018_021765416959069f8f49430e1e3875ff473008eb96b3a39d79934_0.jpeg', 1, 'chibi korean hand-drawn icon, short pink leather riding crop, rose gold handle, watercolor shine, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (424, '0', '', '2025-12-11 01:37:57', '', '2025-12-11 01:37:57', NULL, '20251211775bbfa9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7419fc4a_0217654170777005097524147fba306f3fd5b41c93377027ad6df_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent pink enema bag with rose gold nozzle and hanging hook, soft liquid swirl inside, long tube, watercolor glossy texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (425, '0', '', '2025-12-11 01:38:17', '', '2025-12-11 01:38:17', NULL, '20251211180fffc6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/eabc8915_021765417097485d6d3168ae2bcee8e5f54d16f5503deded571dc_0.jpeg', 1, 'chibi korean hand-drawn icon, black leather pony bit gag with rose gold metal bit and reins, soft watercolor texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (426, '0', '', '2025-12-11 01:38:31', '', '2025-12-11 01:38:31', NULL, '202512114e2962f0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/e1a4b760_021765417112050f8f49430e1e3875ff473008eb96b3a397aece9_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy deep black wireless vibrating egg, rose gold ring with subtle metallic glow, soft watercolor texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (427, '0', '', '2025-12-11 01:38:53', '', '2025-12-11 01:38:53', NULL, '20251211c79c07c1', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/9388731e_0217654171331267ed3dd5a26da08a73b6b7a28831080921e12ae_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black silicone beaded toy with four graduated spheres from small to large, rose gold pull ring, soft watercolor shading, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (428, '0', '', '2025-12-11 01:39:14', '', '2025-12-11 01:39:14', NULL, '2025121100b979d7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7be5b1bb_02176541715458312014becacfaf8a37949eaec3c81397563bdce_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black metal chastity cage with rose gold lock and subtle bars, soft watercolor metallic texture, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (429, '0', '', '2025-12-11 02:09:11', '', '2025-12-11 02:09:11', NULL, '202512115d715d54', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5a2735ca_02176541895140934cb6184a92ddd9ae87302c189a666e5bf482b_0.jpeg', 1, '五条悟,抱小孩\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (430, '0', '', '2025-12-11 02:09:41', '', '2025-12-11 02:09:41', NULL, '20251211a6f42446', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d2da80b3_0217654189813373c1f91f892e9aff2a902d86b047fe242248faf_0.jpeg', 1, '五条悟,抱欧洲小孩', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (431, '0', '', '2025-12-11 02:10:29', '', '2025-12-11 02:10:29', NULL, '2025121171bc8d9e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/64f3d4b7_0217654190299243a780f972f42b9300f847977bd3329557ac0ab_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone adult toy with rose gold accents, soft watercolor metallic shine and gentle gradient, premium luxury item, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (432, '0', '', '2025-12-11 02:10:49', '', '2025-12-11 02:10:49', NULL, '2025121128c9fc10', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0469de69_0217654190492567b67bbc2a2a9a26108e071e40bb0b08431191e_0.jpeg', 1, 'chibi korean hand-drawn icon, jelly-like translucent peach-pink adult toy, wet glossy watercolor texture with crystal droplets and soft bloom, cute urban instagram style, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (433, '0', '', '2025-12-11 02:10:53', '', '2025-12-11 02:10:53', NULL, '20251211c25bf8fb', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/82b80aee_021765419053837f8f49430e1e3875ff473008eb96b3a39a48ef3_0.jpeg', 1, '五条悟,在大街上,白色的墙、一个街道', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (434, '0', '', '2025-12-11 02:11:55', '', '2025-12-11 10:12:27', NULL, '20251211ccff83eb', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/8474b7a9_02176541911696100000000000000000000ffffc0a8a457fe61cd.mp4', 1, '图一在街道上走,遇到一个小孩,就抱起来了', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/11/7cad6565_82b80aee_021765419053837f8f49430e1e3875ff473008eb96b3a39a48ef3_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/11/d33ed740_d2da80b3_0217654189813373c1f91f892e9aff2a902d86b047fe242248faf_0.jpeg'); INSERT INTO `ai_order` VALUES (435, '0', '', '2025-12-11 02:13:41', '', '2025-12-11 02:13:41', NULL, '20251211a2ba0c7d', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8bf3a808_0217654192214307ed3dd5a26da08a73b6b7a2883108092cc70b5_0.jpeg', 1, '五条悟穿着黑丝,露出腹肌', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (436, '0', '', '2025-12-11 02:14:45', '', '2025-12-11 02:14:45', NULL, '2025121103720e28', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/607f9695_02176541928557430d072d337ea6fcc7bbfbe2f0c485be2db3b06_0.jpeg', 1, '五条悟露出腹肌,手里拿着苹果', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (437, '0', '', '2025-12-11 02:15:23', '', '2025-12-11 02:15:23', NULL, '2025121196ca9aee', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/536f54a5_02176541932318199f4740eadd3360aa6250e68d85f7ec736096b_0.jpeg', 1, '五条悟露出腹肌,肩膀上扛着圣诞树', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (438, '0', '', '2025-12-11 02:15:29', '', '2025-12-11 02:15:29', NULL, '20251211e7ea67a9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/fb55a7d7_0217654193299153c1f91f892e9aff2a902d86b047fe242586dc9_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone vibrator wand, rose gold control buttons and accents, soft watercolor metallic shine with gentle gradient, premium luxury style, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (439, '0', '', '2025-12-11 02:15:49', '', '2025-12-11 02:15:49', NULL, '20251211530078b3', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (440, '0', '', '2025-12-11 02:16:06', '', '2025-12-11 02:16:06', NULL, '202512110bb73cfe', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/254eb946_0217654193666522504cb05148e9a08cc7612c3f2b24e52bb730d_0.jpeg', 1, '五条悟露出腹肌,手里拿着钱包。现在的画风不变', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (441, '0', '', '2025-12-11 02:16:16', '', '2025-12-11 02:16:16', NULL, '20251211bdab0396', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/46031222_02176541937671134cb6184a92ddd9ae87302c189a666e5dc6d65_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black leather textured vibrator wand, rose gold metal details and subtle chain accent, soft watercolor shading with metallic reflection, luxury BDSM vibe, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (442, '0', '', '2025-12-11 02:17:38', '', '2025-12-11 10:18:15', NULL, '20251211f4df385d', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/b54a2696_02176541945876400000000000000000000ffffc0a8a457995371.mp4', 1, '五条悟拿着钱去买了一颗圣诞树', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/11/d5bb7fb5_254eb946_0217654193666522504cb05148e9a08cc7612c3f2b24e52bb730d_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/11/18115b70_536f54a5_02176541932318199f4740eadd3360aa6250e68d85f7ec736096b_0.jpeg'); INSERT INTO `ai_order` VALUES (443, '0', '', '2025-12-11 02:18:01', '', '2025-12-11 02:18:01', NULL, '20251211cf1fd6c8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/06525c65_021765419481236c799e7b290acded99bf6695874956a9fa45471_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black leather textured vibrator wand, rose gold metal details and subtle chain accent, soft watercolor shading with metallic reflection, luxury BDSM vibe, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (444, '0', '', '2025-12-11 02:22:33', '', '2025-12-11 02:22:33', NULL, '202512117b062568', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/bcd29f38_0217654197532212504cb05148e9a08cc7612c3f2b24e523770f1_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone vibrator wand, rose gold control buttons and accents, soft watercolor metallic shine with gentle gradient, premium luxury style, centered, pure white background only, no eyes no mouth no face', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (445, '0', '', '2025-12-11 02:23:24', '', '2025-12-11 02:23:24', NULL, '20251211047cb1e3', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (446, '0', '', '2025-12-11 02:23:36', '', '2025-12-11 02:23:36', NULL, '202512112c1552b9', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (447, '0', '', '2025-12-11 02:23:54', '', '2025-12-11 02:23:54', NULL, '2025121129cde7eb', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (448, '0', '', '2025-12-11 02:24:13', '', '2025-12-11 02:24:13', NULL, '202512118e950e9d', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (449, '0', '', '2025-12-11 02:24:31', '', '2025-12-11 02:24:31', NULL, '20251211d354671f', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (450, '0', '', '2025-12-11 02:24:45', '', '2025-12-11 02:24:45', NULL, '202512116b7f3e75', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (451, '0', '', '2025-12-11 02:26:06', '', '2025-12-11 02:26:06', NULL, '20251211b6a0794c', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (452, '0', '', '2025-12-11 02:27:19', '', '2025-12-11 02:27:19', NULL, '20251211b6fdeb48', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (453, '0', '', '2025-12-11 02:28:16', '', '2025-12-11 02:28:16', NULL, '20251211a6f5b348', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (454, '0', '', '2025-12-11 02:28:31', '', '2025-12-11 02:28:31', NULL, '202512112c53a2d3', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (455, '0', '', '2025-12-11 02:29:02', '', '2025-12-11 02:29:02', NULL, '20251211ebd98ae8', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (456, '0', '', '2025-12-11 02:32:41', '', '2025-12-11 02:32:41', NULL, '202512111b26f35b', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (457, '0', '', '2025-12-11 02:33:20', '', '2025-12-11 02:33:20', NULL, '20251211479d28d3', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (458, '0', '', '2025-12-11 02:54:22', '', '2025-12-11 02:54:22', NULL, '202512112b59d263', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/db245b9b_021765421662348d6d3168ae2bcee8e5f54d16f5503dede4b3335_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile white silicone relaxation wand with soft blue accents and rose gold buttons, clean watercolor texture with subtle gloss and minimal design, pure aesthetic, centered, pure white background only, no eyes no mouth no face, safe game item', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (459, '0', '', '2025-12-11 03:18:49', '', '2025-12-11 03:18:49', NULL, '20251211e61a416f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/766d49a3_0217654231301567b67bbc2a2a9a26108e071e40bb0b084e0049d_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone massage wand, rose gold control buttons and accents, soft watercolor metallic shine with gentle gradient, premium luxury style, centered, pure white background only, no eyes no mouth no face, safe game item', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (460, '0', '', '2025-12-11 03:20:19', '', '2025-12-11 03:20:19', NULL, '202512114ea97c7c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0e433ee3_02176542321961830d072d337ea6fcc7bbfbe2f0c485be2b66fef_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone massage wand angled to the left with handle pointing left, rose gold control buttons and accents, soft watercolor metallic shine with gentle gradient, premium luxury style, centered, pure white background only, no eyes no mouth no face, safe game item', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (461, '0', '', '2025-12-11 03:20:38', '', '2025-12-11 03:20:38', NULL, '20251211fbbd6323', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2312f13e_0217654232381893c1f91f892e9aff2a902d86b047fe2422bc918_0.jpeg', 1, 'chibi korean hand-drawn icon, jelly-like translucent peach-pink personal massager angled to the left with handle pointing left, crystal glossy watercolor texture with wet droplets and soft bloom, cute rounded shape, urban instagram aesthetic, centered, pure white background only, no eyes no mouth no face, safe game item', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (462, '0', '', '2025-12-11 03:21:35', '', '2025-12-11 03:21:35', NULL, '20251211869065a7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/712e7266_021765423295803d6d3168ae2bcee8e5f54d16f5503dede8683dc_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal massager angled to the left with handle pointing left, rose gold buttons and ring accents, soft watercolor luxury shine with gentle gradient, premium game item, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (463, '0', '', '2025-12-11 03:21:59', '', '2025-12-11 03:21:59', NULL, '20251211c874acc9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/753464d9_0217654233198465097524147fba306f3fd5b41c9337702b4baa6_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal massager angled to the left with handle pointing left, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (464, '0', '', '2025-12-11 03:22:27', '', '2025-12-11 03:22:27', NULL, '202512112cba3851', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a7c74071_021765423347899d6d3168ae2bcee8e5f54d16f5503dede738afc_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black leather personal massager angled to the left with handle pointing left, rose gold metal details and subtle texture lines, soft watercolor shading with metallic reflection, luxury dark style, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (465, '0', '', '2025-12-11 03:22:43', '', '2025-12-11 03:22:43', NULL, '20251211495c4026', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/971986d1_0217654233636891e15ac27860f2c8c25bccd5ee2521f9a1395c0_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal massager angled to the left with handle pointing left, decorative flickering neon lights and rose gold circuit patterns, watercolor holographic sparkles and glow, cyber urban style, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (466, '0', '', '2025-12-11 03:23:47', '', '2025-12-11 03:23:47', NULL, '20251211a8de90cb', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6b57bc73_02176542342793730d072d337ea6fcc7bbfbe2f0c485be23d94d5_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure wand angled to the left with handle pointing left, curved tip for comfort, rose gold buttons and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (467, '0', '', '2025-12-11 03:24:05', '', '2025-12-11 03:24:05', NULL, '202512113a745991', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6ed632d3_0217654234454133c1f91f892e9aff2a902d86b047fe242e7536d_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (468, '0', '', '2025-12-11 03:25:14', '', '2025-12-11 03:25:14', NULL, '20251211fde00160', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/174a4a92_021765423514970fef143c4098cd8cc7e0dd8c08d18f9db5b6cf7_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure wand angled to the right with handle pointing right, curved tip for comfort, rose gold buttons and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (469, '0', '', '2025-12-11 03:25:57', '', '2025-12-11 03:25:57', NULL, '20251211cafdee04', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2fad2b5d_0217654235579772504cb05148e9a08cc7612c3f2b24e52a9149b_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure wand angled to the right with handle pointing right, curved tip for comfort, rose gold buttons and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (470, '0', '', '2025-12-11 03:26:16', '', '2025-12-11 03:26:16', NULL, '20251211d102b3d4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/99d6c833_02176542357659199f4740eadd3360aa6250e68d85f7ec758ed6f_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the right with handle pointing right, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (471, '0', '', '2025-12-11 03:26:36', '', '2025-12-11 03:26:36', NULL, '202512115aaa61c4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f225fbf0_02176542359681412014becacfaf8a37949eaec3c813975f7bc73_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black leather textured personal pleasure wand angled to the right with handle pointing right, curved tip with subtle texture, rose gold metal details, soft watercolor shading with metallic reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (472, '0', '', '2025-12-11 03:28:51', '', '2025-12-11 03:28:51', NULL, '20251211a8e1761c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/bb1f0772_021765423731290641a02d40a43d449f07de84c480b390db4a1ff_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip for comfort, rose gold buttons and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (473, '0', '', '2025-12-11 03:29:15', '', '2025-12-11 03:29:15', NULL, '20251211bd527aec', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cb52a469_02176542375605734cb6184a92ddd9ae87302c189a666e5558cf0_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (474, '0', '', '2025-12-11 03:29:33', '', '2025-12-11 03:29:33', NULL, '20251211836bf3df', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a60a0e5c_021765423773936732fd601d62b6a7044a0e20965673d994805fb_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (475, '0', '', '2025-12-11 03:29:47', '', '2025-12-11 03:29:47', NULL, '20251211b8c06dff', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/795c5d31_0217654237875753a780f972f42b9300f847977bd332955ceed86_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (476, '0', '', '2025-12-11 03:30:01', '', '2025-12-11 03:30:01', NULL, '20251211751ed273', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/88c498aa_0217654238014183a780f972f42b9300f847977bd332955b4f8b8_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (477, '0', '', '2025-12-11 03:30:16', '', '2025-12-11 03:30:16', NULL, '2025121116d51f6b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d0f4e81b_0217654238160811e15ac27860f2c8c25bccd5ee2521f9a320a67_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (478, '0', '', '2025-12-11 03:30:27', '', '2025-12-11 03:30:27', NULL, '202512117b5105f0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3f665ea3_021765423827583f9825d5f0df17daef396c99db0606054182a0d_0.jpeg', 1, 'chibi korean hand-drawn icon, translucent jelly peach-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, crystal glossy watercolor texture with wet droplets and inner glow, cute rounded design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (479, '0', '', '2025-12-11 03:30:54', '', '2025-12-11 03:30:54', NULL, '20251211abdcf476', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d1f0acef_02176542385487399f4740eadd3360aa6250e68d85f7ec79fdd7c_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black leather textured personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip with subtle texture, rose gold metal details, soft watercolor shading with metallic reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (480, '0', '', '2025-12-11 03:32:50', '', '2025-12-11 03:32:50', NULL, '20251211bcee222d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0be9c21d_02176542397049899f4740eadd3360aa6250e68d85f7ec7d8a4ec_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (481, '0', '', '2025-12-11 03:33:03', '', '2025-12-11 03:33:03', NULL, '2025121126005620', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8dc43705_0217654239837251386b9a8ed856c57501cfa946ce34c9825caed_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (482, '0', '', '2025-12-11 03:33:20', '', '2025-12-11 03:33:20', NULL, '202512116f541cfb', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/4900b724_02176542400070899f4740eadd3360aa6250e68d85f7ec76d07f8_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (483, '0', '', '2025-12-11 03:33:41', '', '2025-12-11 03:33:41', NULL, '20251211b4f4cc83', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/382d5eb8_02176542402146199f4740eadd3360aa6250e68d85f7ec7c162f4_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (484, '0', '', '2025-12-11 03:33:53', '', '2025-12-11 03:33:53', NULL, '202512112d6c0a39', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/872728e4_021765424033538f9825d5f0df17daef396c99db060605429def1_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (485, '0', '', '2025-12-11 03:34:04', '', '2025-12-11 03:34:04', NULL, '20251211cb8ddde1', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d5d49909_02176542404473074bd01b7bc1bacfcfc78546caab5b5fae50d42_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (486, '0', '', '2025-12-11 03:34:23', '', '2025-12-11 03:34:23', NULL, '202512111523c82c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a7eace6e_0217654240636221e15ac27860f2c8c25bccd5ee2521f9a2bd398_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (487, '0', '', '2025-12-11 03:34:35', '', '2025-12-11 03:34:35', NULL, '2025121166adebd2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6e243754_021765424075554732fd601d62b6a7044a0e20965673d99aedc32_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (488, '0', '', '2025-12-11 03:34:47', '', '2025-12-11 03:34:47', NULL, '20251211e68115c4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b3286dcc_021765424087345c799e7b290acded99bf6695874956a9fc923fa_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (489, '0', '', '2025-12-11 03:35:01', '', '2025-12-11 03:35:01', NULL, '202512111049b24b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c04f9dab_021765424101469f8f49430e1e3875ff473008eb96b3a39e9b077_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (490, '0', '', '2025-12-11 03:36:33', '', '2025-12-11 03:36:33', NULL, '20251211f01ffa7f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8aa14d6a_021765424193502c799e7b290acded99bf6695874956a9ffe390b_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (491, '0', '', '2025-12-11 04:03:58', '', '2025-12-11 04:03:58', NULL, '202512114ca79859', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/29a444f2_02176542583860630d072d337ea6fcc7bbfbe2f0c485be27ceb13_0.jpeg', 1, '五条悟在足球场', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (492, '0', '', '2025-12-11 04:10:44', '', '2025-12-11 12:11:34', NULL, '20251211c7dc8615', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/6575a9e1_02176542624592600000000000000000000ffffc0a8a45766616a.mp4', 1, '穿上球衣,然后踢足球,变身过程有闪光特效', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/11/f2b27ca7_29a444f2_02176542583860630d072d337ea6fcc7bbfbe2f0c485be27ceb13_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/11/a94b9157_bb9c88ed_0217653534772208547934892c4038781a87d514f9a919683ceca_0.jpeg'); INSERT INTO `ai_order` VALUES (493, '0', '', '2025-12-11 04:31:07', '', '2025-12-11 04:31:07', NULL, '20251211b41acfbe', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1437b088_0217654274676708547934892c4038781a87d514f9a91968584e6_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (494, '0', '', '2025-12-11 04:31:21', '', '2025-12-11 04:31:21', NULL, '202512114feac2d9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/572053f6_0217654274815972504cb05148e9a08cc7612c3f2b24e524b6029_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (495, '0', '', '2025-12-11 04:32:15', '', '2025-12-11 04:32:15', NULL, '2025121182fd87e0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d0b59f00_021765427535246732fd601d62b6a7044a0e20965673d99477ecb_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (496, '0', '', '2025-12-11 04:32:43', '', '2025-12-11 04:32:43', NULL, '20251211c768bef0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c4edcc72_0217654275635015097524147fba306f3fd5b41c933770288c856_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (497, '0', '', '2025-12-11 04:33:46', '', '2025-12-11 04:33:46', NULL, '2025121172096216', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/74d34e74_0217654276261183a780f972f42b9300f847977bd332955e261e6_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (498, '0', '', '2025-12-11 04:34:27', '', '2025-12-11 04:34:27', NULL, '20251211346d9bd3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5d913850_021765427667250f9825d5f0df17daef396c99db06060548f216b_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative flickering neon lights along body, rose gold patterns and holographic glow, watercolor sparkles, cyber intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (499, '0', '', '2025-12-11 04:35:29', '', '2025-12-11 04:35:29', NULL, '202512117c93c6bd', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/980d7a42_0217654277295091e15ac27860f2c8c25bccd5ee2521f9a38272e_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (500, '0', '', '2025-12-11 04:35:46', '', '2025-12-11 04:35:46', NULL, '20251211adb9476b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d4fc5de8_021765427746999f9825d5f0df17daef396c99db0606054ead2a7_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (501, '0', '', '2025-12-11 04:35:58', '', '2025-12-11 04:35:58', NULL, '20251211f69b9bd1', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8b2c81cd_0217654277581611e15ac27860f2c8c25bccd5ee2521f9ac692db_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (502, '0', '', '2025-12-11 04:36:13', '', '2025-12-11 04:36:13', NULL, '202512115b531bfc', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7a3ee52d_0217654277737401e15ac27860f2c8c25bccd5ee2521f9a23e78f_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (503, '0', '', '2025-12-11 04:37:54', '', '2025-12-11 04:37:54', NULL, '20251211c9668372', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/7cf3cc22_02176542787457512014becacfaf8a37949eaec3c81397564257e_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (504, '0', '', '2025-12-11 04:39:31', '', '2025-12-11 04:39:31', NULL, '20251211be5e4b80', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/fa1571cf_02176542797197975aeae14c82856eca08eecb5e75c0575fb07b0_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (505, '0', '', '2025-12-11 04:39:45', '', '2025-12-11 04:39:45', NULL, '2025121172042167', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/17005786_021765427985809f8f49430e1e3875ff473008eb96b3a395e400c_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (506, '0', '', '2025-12-11 04:39:58', '', '2025-12-11 04:39:58', NULL, '20251211b62402f4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0ae142a8_021765427998089d6d3168ae2bcee8e5f54d16f5503dede3b20c5_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (507, '0', '', '2025-12-11 04:40:10', '', '2025-12-11 04:40:10', NULL, '202512116bcf0eb8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/bec370a5_021765428010767c799e7b290acded99bf6695874956a9f7b77eb_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (508, '0', '', '2025-12-11 04:40:46', '', '2025-12-11 04:40:46', NULL, '20251211aee02296', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/98b7466f_0217654280463802504cb05148e9a08cc7612c3f2b24e5210c2a3_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, gently curved medical-grade tip, soft pastel blue accents and rose gold buttons, clean watercolor texture with subtle gloss, clinical intimate aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (509, '0', '', '2025-12-11 04:41:17', '', '2025-12-11 04:41:17', NULL, '20251211ccbb09f3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/05ec2641_02176542807790415b33ccaa151d3ed7feaaa761bc71c373ae922_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient millennial pink to lavender silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, rose gold accents and subtle pearl shine, soft watercolor dreamy gradient, fantasy intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (510, '0', '', '2025-12-11 04:41:31', '', '2025-12-11 04:41:31', NULL, '202512117f8294fc', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5aade4ed_0217654280916618547934892c4038781a87d514f9a9196bbf85c_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient millennial pink to lavender silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, rose gold accents and subtle pearl shine, soft watercolor dreamy gradient, fantasy intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (511, '0', '', '2025-12-11 04:42:28', '', '2025-12-11 04:42:28', NULL, '20251211dba4a33d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/19347ac8_0217654281484567ed3dd5a26da08a73b6b7a288310809216d0e8_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient millennial pink to lavender silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved ergonomic tip, rose gold accents and subtle pearl shine, soft watercolor dreamy gradient, fantasy intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (512, '0', '', '2025-12-11 04:44:43', '', '2025-12-11 04:44:43', NULL, '20251211a4732cbd', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cb847c27_0217654282838743c1f91f892e9aff2a902d86b047fe2422f2cf6_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal clear silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip with embedded rose gold gem details, glossy watercolor prism reflection and sparkle, luxury jeweled aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (513, '0', '', '2025-12-11 04:44:56', '', '2025-12-11 04:44:56', NULL, '202512117d0fb47f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/486c2ff9_0217654282962013c1f91f892e9aff2a902d86b047fe242b1b134_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal clear silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip with embedded rose gold gem details, glossy watercolor prism reflection and sparkle, luxury jeweled aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (514, '0', '', '2025-12-11 04:45:07', '', '2025-12-11 04:45:07', NULL, '202512113ab992cb', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b63adb67_02176542830805612014becacfaf8a37949eaec3c813975139fb9_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal clear silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip with embedded rose gold gem details, glossy watercolor prism reflection and sparkle, luxury jeweled aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (515, '0', '', '2025-12-11 04:45:18', '', '2025-12-11 04:45:18', NULL, '20251211d516c200', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/535593b3_0217654283182121386b9a8ed856c57501cfa946ce34c986dae31_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal clear silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip with embedded rose gold gem details, glossy watercolor prism reflection and sparkle, luxury jeweled aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (516, '0', '', '2025-12-11 04:45:45', '', '2025-12-11 04:45:45', NULL, '2025121102b682ef', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/e3dce748_02176542834521530d072d337ea6fcc7bbfbe2f0c485be2e9225d_0.jpeg', 1, 'chibi korean hand-drawn icon, sleek metallic silver silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, black gold accents and sharp highlights, soft watercolor cold metallic texture, elegant dominant style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (517, '0', '', '2025-12-11 04:46:10', '', '2025-12-11 04:46:10', NULL, '202512117e153e88', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/82dde608_02176542837070875aeae14c82856eca08eecb5e75c0575ef5458_0.jpeg', 1, 'chibi korean hand-drawn icon, sleek metallic silver silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, black gold accents and sharp highlights, soft watercolor cold metallic texture, elegant dominant style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (518, '0', '', '2025-12-11 04:46:38', '', '2025-12-11 04:46:38', NULL, '202512116a75be9e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/bda7d49b_021765428398739c799e7b290acded99bf6695874956a9ff0a648_0.jpeg', 1, 'chibi korean hand-drawn icon, glow-in-dark neon multicolored silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip, decorative glowing patterns and rose gold edges, watercolor vibrant fluorescence and party sparkles, urban nightlife style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (519, '0', '', '2025-12-11 04:47:06', '', '2025-12-11 04:47:06', NULL, '2025121121d7ae01', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/75ee4655_021765428426776732fd601d62b6a7044a0e20965673d998fb6f8_0.jpeg', 1, 'chibi korean hand-drawn icon, soft velvet textured warm peach silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip for comfort, rose gold subtle details, gentle watercolor velvety shading and cozy glow, intimate comfort aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (520, '0', '', '2025-12-11 04:47:18', '', '2025-12-11 04:47:18', NULL, '202512110c890b4a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/96cdba0a_021765428438539f8f49430e1e3875ff473008eb96b3a395e99ed_0.jpeg', 1, 'chibi korean hand-drawn icon, soft velvet textured warm peach silicone personal pleasure wand angled to the left with handle pointing left mirrored flip, curved tip for comfort, rose gold subtle details, gentle watercolor velvety shading and cozy glow, intimate comfort aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (521, '0', '', '2025-12-11 04:49:01', '', '2025-12-11 04:49:01', NULL, '20251211016d947d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a3cb428c_021765428541738fef143c4098cd8cc7e0dd8c08d18f9db7a8d39_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (522, '0', '', '2025-12-11 04:49:14', '', '2025-12-11 04:49:14', NULL, '20251211c2dc9d1b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2340a469_02176542855450212014becacfaf8a37949eaec3c8139752ae62e_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (523, '0', '', '2025-12-11 04:49:33', '', '2025-12-11 04:49:33', NULL, '202512116d0eba49', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ad677956_021765428573163f9825d5f0df17daef396c99db0606054d7f7e7_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (524, '0', '', '2025-12-11 04:49:47', '', '2025-12-11 04:49:47', NULL, '202512113e28ea51', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/91011312_021765428587689c799e7b290acded99bf6695874956a9fab28fb_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (525, '0', '', '2025-12-11 04:50:52', '', '2025-12-11 04:50:52', NULL, '202512110442edae', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0988a7d7_021765428652356c5f50319cb4d4388d7836967b82aebe51d5e50_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, soft inviting plump cushioned entrance with glistening wet rim, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (526, '0', '', '2025-12-11 04:51:33', '', '2025-12-11 04:51:33', NULL, '202512110131f1ae', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/24166b78_02176542869333112014becacfaf8a37949eaec3c8139756b5e57_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, soft inviting plump cushioned entrance with glistening wet rim, curved interior for comfort, rose gold rim and accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (527, '0', '', '2025-12-11 04:52:36', '', '2025-12-11 04:52:36', NULL, '20251211ac776d81', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f51d256c_02176542875651630d072d337ea6fcc7bbfbe2f0c485be2d4f362_0.jpeg', 1, 'chibi korean hand-drawn icon, elegantly curved glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with glistening wet rim and subtle inner texture visible, rose gold rim and delicate accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (528, '0', '', '2025-12-11 04:52:52', '', '2025-12-11 04:52:52', NULL, '202512113b76d6bb', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/57664f60_0217654287729093c1f91f892e9aff2a902d86b047fe24243c09c_0.jpeg', 1, 'chibi korean hand-drawn icon, elegantly curved glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with glistening wet rim and subtle inner texture visible, rose gold rim and delicate accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (529, '0', '', '2025-12-11 04:53:06', '', '2025-12-11 04:53:06', NULL, '202512116d6a467f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/76c07686_02176542878648715b33ccaa151d3ed7feaaa761bc71c379d9a7f_0.jpeg', 1, 'chibi korean hand-drawn icon, elegantly streamlined translucent jelly peach-pink personal pleasure sleeve angled to the left with opening facing right mirrored flip, ultra soft plump inviting entrance with glistening wet droplets and visible teasing inner waves, crystal glossy watercolor texture with seductive inner glow, cute yet elegant design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (530, '0', '', '2025-12-11 04:54:14', '', '2025-12-11 04:54:14', NULL, '2025121182c5cd35', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f0081c5d_021765428854912732fd601d62b6a7044a0e20965673d993a33ff_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with no hard rim and glistening wet texture, subtle inner waves visible, curved elegant exterior, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (531, '0', '', '2025-12-11 04:55:49', '', '2025-12-11 04:55:49', NULL, '202512112d646f8d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0469021d_02176542895004399f4740eadd3360aa6250e68d85f7ec7ebc87b_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with glistening wet droplets and visible peach inner texture, no hard rim, elegant curved exterior with water bubbles, soft watercolor luxury shine and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (532, '0', '', '2025-12-11 04:56:14', '', '2025-12-11 04:56:14', NULL, '2025121141a26b72', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/40cd7903_021765428974770fef143c4098cd8cc7e0dd8c08d18f9db42157e_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent matte black tinted silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, soft plump inviting dark entrance with glistening wet droplets and visible subtle inner texture, no hard rim, elegantly sculpted exterior with water bubbles, soft watercolor shading with deep luxurious reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (533, '0', '', '2025-12-11 04:57:33', '', '2025-12-11 04:57:33', NULL, '202512119cd2f7fe', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/e5995213_0217654290533257b67bbc2a2a9a26108e071e40bb0b08438f785_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, ultra plump juicy soft entrance with heavy glistening droplets dripping down, visible seductive inner folds and meaty texture, no hard rim, abundant water bubbles on surface, soft watercolor wet shine and tempting gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (534, '0', '', '2025-12-11 04:57:52', '', '2025-12-11 04:57:52', NULL, '20251211040c0e51', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2164daba_02176542907233974bd01b7bc1bacfcfc78546caab5b5faaafe73_0.jpeg', 1, 'chibi korean hand-drawn icon, transparent glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, ultra plump swollen soft entrance slightly parted with dripping glistening lube and visible detailed inner nubs, no hard rim, abundant water droplets sliding down, soft watercolor seductive wet shine and erotic gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (535, '0', '', '2025-12-11 04:58:41', '', '2025-12-11 04:58:41', NULL, '20251211b860e963', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/98979c48_02176542912145399f4740eadd3360aa6250e68d85f7ec770ef51_0.jpeg', 1, 'chibi korean hand-drawn icon, complete glossy millennial pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with glistening wet texture and subtle tempting inner glow, no hard rim, elegant closed curved exterior with gentle water droplets, soft watercolor luxury shine with seductive gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (536, '0', '', '2025-12-11 04:59:01', '', '2025-12-11 04:59:01', NULL, '20251211ac544910', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0f8d0fe1_02176542914134734cb6184a92ddd9ae87302c189a666e538a8cc_0.jpeg', 1, 'chibi korean hand-drawn icon, complete translucent jelly peach-pink personal pleasure sleeve angled to the left with opening facing right mirrored flip, ultra soft plump inviting entrance with abundant glistening wet droplets and subtle teasing inner glow, no hard rim, elegant closed streamlined shape with delicate water bubbles, crystal glossy watercolor with irresistible wet shine, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (537, '0', '', '2025-12-11 05:00:42', '', '2025-12-11 05:00:42', NULL, '20251211da6e2d95', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/56291dd3_0217654292425763a780f972f42b9300f847977bd3329551460d7_0.jpeg', 1, 'chibi korean hand-drawn icon, complete transparent glossy peach-pink silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, beautifully plump soft inviting entrance with abundant glistening water droplets and subtle visible peach inner folds, no hard rim, elegant curved closed exterior with wet bubbles, soft watercolor luxury wet shine and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (538, '0', '', '2025-12-11 05:01:07', '', '2025-12-11 05:01:07', NULL, '202512118dfadcd2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/24d09213_021765429267568f9825d5f0df17daef396c99db0606054649368_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra transparent jelly peach-pink personal pleasure sleeve angled to the left with opening facing right mirrored flip, ultra plump swollen soft entrance with overflowing glistening droplets and visible teasing inner waves and folds, no hard rim, elegant streamlined closed shape with abundant water bubbles, crystal glossy watercolor with seductive wet inner glow, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (539, '0', '', '2025-12-11 05:01:38', '', '2025-12-11 05:01:38', NULL, '202512114595c68f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c6bfcad2_021765429298476d6d3168ae2bcee8e5f54d16f5503dedee47aa9_0.jpeg', 1, 'chibi korean hand-drawn icon, complete transparent deep tinted black silicone personal pleasure sleeve angled to the left with opening facing right mirrored flip, dangerously plump soft dark entrance with glistening wet droplets and subtle visible inner folds, no hard rim, elegantly sculpted closed exterior with mysterious water bubbles, soft watercolor dark wet shine with seductive reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (540, '0', '', '2025-12-11 05:04:30', '', '2025-12-11 05:04:30', NULL, '2025121134ad15d8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/9d660304_021765429470637d6d3168ae2bcee8e5f54d16f5503dede1f4375_0.jpeg', 1, 'chibi korean hand-drawn icon, complete transparent glossy millennial pink wireless vibrating egg, beautifully plump soft surface with abundant glistening water droplets and subtle peach inner glow, elegant egg shape with wet bubbles, soft watercolor luxury wet shine and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (541, '0', '', '2025-12-11 05:04:43', '', '2025-12-11 05:04:43', NULL, '202512110b3393e8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/62751901_021765429483594d6d3168ae2bcee8e5f54d16f5503dede65961b_0.jpeg', 1, 'chibi korean hand-drawn icon, complete transparent glossy millennial pink wireless vibrating egg, beautifully plump soft surface with abundant glistening water droplets and subtle peach inner glow, elegant egg shape with wet bubbles, soft watercolor luxury wet shine and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (542, '0', '', '2025-12-11 05:05:21', '', '2025-12-11 05:05:21', NULL, '2025121166ea8723', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/27a3c0f8_021765429521388fef143c4098cd8cc7e0dd8c08d18f9dbe67d3d_0.jpeg', 1, 'chibi korean hand-drawn icon, complete transparent glossy millennial pink wireless vibrating egg, beautifully plump soft surface with abundant glistening water droplets and subtle peach inner glow, elegant egg shape with wet bubbles, soft watercolor luxury wet shine and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (543, '0', '', '2025-12-11 05:05:39', '', '2025-12-11 05:05:39', NULL, '20251211e59ce10b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a341b8ed_0217654295397682504cb05148e9a08cc7612c3f2b24e5281632e_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra transparent jelly peach-pink wireless vibrating egg, ultra soft plump surface with overflowing glistening droplets and visible subtle teasing inner texture, elegant rounded egg shape with abundant water bubbles, crystal glossy watercolor with seductive wet inner glow, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (544, '0', '', '2025-12-11 05:06:33', '', '2025-12-11 05:06:33', NULL, '2025121108184e20', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a1a7d6e8_02176542959329674bd01b7bc1bacfcfc78546caab5b5fa58241a_0.jpeg', 1, 'chibi korean hand-drawn icon, complete matte millennial pink silicone wireless vibrating egg, smooth elegant egg shape with rose gold accent ring, soft watercolor luxury shading and gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (545, '0', '', '2025-12-11 05:06:52', '', '2025-12-11 05:06:52', NULL, '2025121190119f36', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f2ee2f1b_021765429613052f9825d5f0df17daef396c99db0606054ef5c10_0.jpeg', 1, 'chibi korean hand-drawn icon, complete glossy light pink silicone wireless vibrating egg, smooth rounded elegant egg shape with subtle rose gold button, soft watercolor clean shine and cute design, urban luxury aesthetic, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (546, '0', '', '2025-12-11 05:07:13', '', '2025-12-11 05:07:13', NULL, '20251211467e9b60', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ee4e0b04_021765429633661f8f49430e1e3875ff473008eb96b3a39385b62_0.jpeg', 1, 'chibi korean hand-drawn icon, complete matte black silicone wireless vibrating egg, smooth sculpted elegant egg shape with rose gold accent details, soft watercolor dark shading with luxurious reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (547, '0', '', '2025-12-11 05:07:32', '', '2025-12-11 05:07:32', NULL, '202512112dc3988d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ca040407_0217654296527467b67bbc2a2a9a26108e071e40bb0b08438b56b_0.jpeg', 1, 'chibi korean hand-drawn icon, complete matte black silicone wireless vibrating egg, smooth sculpted elegant egg shape with rose gold accent details, soft watercolor dark shading with luxurious reflection, luxury intimate style, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (548, '0', '', '2025-12-11 06:11:01', '', '2025-12-11 06:11:01', NULL, '20251211701141c0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1979af9d_0217654334619425097524147fba306f3fd5b41c93377021f6793_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg angled to the left with handle pointing left mirrored flip, smooth rounded shape for comfort, rose gold accent ring, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (549, '0', '', '2025-12-11 06:11:14', '', '2025-12-11 06:11:14', NULL, '20251211bfd5affa', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2f05f602_02176543347437674bd01b7bc1bacfcfc78546caab5b5faa257d7_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg angled to the left with handle pointing left mirrored flip, smooth rounded shape for comfort, rose gold accent ring, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (550, '0', '', '2025-12-11 06:11:33', '', '2025-12-11 06:11:33', NULL, '202512110700cebf', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/71e6506f_0217654334935155097524147fba306f3fd5b41c9337702209181_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve angled to the left with handle pointing left mirrored flip, soft inviting entrance and curved interior, rose gold rim accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (551, '0', '', '2025-12-11 06:11:59', '', '2025-12-11 06:11:59', NULL, '202512113456bfc3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/4e527ef0_021765433519524c799e7b290acded99bf6695874956a9f35cf4b_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy angled to the left with handle pointing left mirrored flip, four graduated spheres increasing in size with pull ring, rose gold ring accents, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (552, '0', '', '2025-12-11 06:12:21', '', '2025-12-11 06:12:21', NULL, '202512117b346766', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/54d9fdbd_0217654335420288547934892c4038781a87d514f9a9196a2e31e_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black remote controller angled to the left with handle pointing left mirrored flip, rose gold heart button and subtle vibration indicators, sleek luxury design, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (553, '0', '', '2025-12-11 06:12:40', '', '2025-12-11 06:12:40', NULL, '202512113a014d1b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f731223c_02176543356105615b33ccaa151d3ed7feaaa761bc71c37b664ba_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone butt plug with fluffy white fox tail angled to the left with handle pointing left mirrored flip, crystal teardrop shape and rose gold base, soft watercolor luxury shine with gentle gradient, premium intimate item, centered, clean pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (554, '0', '', '2025-12-11 06:20:00', '', '2025-12-11 06:20:00', NULL, '20251211cf3f13ae', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/056075fb_0217654340006207ed3dd5a26da08a73b6b7a2883108092d2a1b0_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold heart-shaped nipple clamps with thin chain, tiny hanging pearls, soft watercolor metallic shine, rounded cute shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (555, '0', '', '2025-12-11 06:20:17', '', '2025-12-11 06:20:17', NULL, '20251211b6510238', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5dac2e04_0217654340171197b67bbc2a2a9a26108e071e40bb0b0846e1496_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold nipple clamps with tiny hanging bells and thin chain, delicate rose gold details, soft watercolor metallic shine, rounded elegant shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (556, '0', '', '2025-12-11 06:20:35', '', '2025-12-11 06:20:35', NULL, '20251211681c3fb5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/255b345e_0217654340351451e15ac27860f2c8c25bccd5ee2521f9a39a520_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of black leather butterfly-shaped nipple clamps with rose gold chain, subtle texture details, soft watercolor luxury shine, elegant winged shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (557, '0', '', '2025-12-11 06:20:52', '', '2025-12-11 06:20:52', NULL, '20251211a4451bd2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6688d1d1_021765434052624d6d3168ae2bcee8e5f54d16f5503dede85433a_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold vibrating nipple clamps with thin chain, tiny LED indicators and hanging pearls, soft watercolor metallic shine with subtle glow, rounded premium shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (558, '0', '', '2025-12-11 06:21:08', '', '2025-12-11 06:21:08', NULL, '202512115dc50e1d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/72a1ea5f_02176543406865375aeae14c82856eca08eecb5e75c0575fd3746_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of silver medical-grade nipple clamps with long pearl chain, minimalist clean design, soft watercolor refined metallic shine, elegant simple shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (559, '0', '', '2025-12-11 06:22:00', '', '2025-12-11 06:22:00', NULL, '20251211cc8fd047', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c9b35a6e_0217654341210375097524147fba306f3fd5b41c933770283b7e7_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold nipple clamps with tiny hanging bells and thin chain, delicate sound details, soft watercolor metallic shine, elegant rounded shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (560, '0', '', '2025-12-11 06:22:18', '', '2025-12-11 06:22:18', NULL, '202512118c390ecd', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d3678736_02176543413887575aeae14c82856eca08eecb5e75c0575fd2d9d_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold vibrating nipple clamps with thin chain, subtle LED indicators, soft watercolor metallic shine with gentle glow, premium rounded shape, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (561, '0', '', '2025-12-11 06:35:05', '', '2025-12-11 06:35:05', NULL, '202512116fef1da9', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0b27a9c9_02176543490559975aeae14c82856eca08eecb5e75c0575a19892_0.jpeg', 1, '漫画风格、五条悟。\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (562, '0', '', '2025-12-11 06:35:30', '', '2025-12-11 06:35:30', NULL, '2025121131006413', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3a61f64a_02176543493076474bd01b7bc1bacfcfc78546caab5b5fad6a2e2_0.jpeg', 1, '漫画风格、五条悟。\n黑白色\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (563, '0', '', '2025-12-11 06:35:48', '', '2025-12-11 06:35:48', NULL, '20251211acbaaeb0', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (564, '0', '', '2025-12-11 06:35:51', '', '2025-12-11 06:35:51', NULL, '202512115dbb5692', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (565, '0', '', '2025-12-11 06:36:15', '', '2025-12-11 06:36:15', NULL, '20251211f5b3a1fc', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3a5e2e16_021765434975388fef143c4098cd8cc7e0dd8c08d18f9dbbc493f_0.jpeg', 1, '漫画风格、五条悟。\n黑白色\n脱下衣服,露出腹肌', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (566, '0', '', '2025-12-11 06:37:04', '', '2025-12-11 14:37:39', NULL, '202512119e89ee1c', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/6652210d_02176543502588100000000000000000000ffffc0a8a457ac7a8e.mp4', 1, '请生成这位美女自己慢慢脱掉衣服的视频', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/e0d0689c_lzl.webp', NULL); INSERT INTO `ai_order` VALUES (567, '0', '', '2025-12-11 06:38:00', '', '2025-12-11 14:38:28', NULL, '20251211d2bd3f1d', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/b6bc9b20_02176543508100700000000000000000000ffffc0a8a45740998b.mp4', 1, '请生成这位美女自己慢慢脱掉衣服的视频,脱光,露出胸部', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/e0d0689c_lzl.webp', NULL); INSERT INTO `ai_order` VALUES (568, '0', '', '2025-12-11 06:38:59', '', '2025-12-11 14:39:58', NULL, '20251211c16bb530', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/559d383b_02176543514113700000000000000000000ffffc0a8a457c36fa8.mp4', 1, '请生成这位美女自己慢慢脱掉衣服的视频,脱光,露出胸部。乳头正常,有淡淡的乳晕', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/e0d0689c_lzl.webp', NULL); INSERT INTO `ai_order` VALUES (569, '0', '', '2025-12-11 06:40:19', '', '2025-12-11 14:40:45', NULL, '20251211b79786f1', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/781e9838_02176543522032700000000000000000000ffffc0a8a4571140c8.mp4', 1, '请生成这位美女自己慢慢脱掉衣服的视频,脱光,露出胸部。乳头正常,有淡淡的乳晕', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/54ee110e_daqiao.png', NULL); INSERT INTO `ai_order` VALUES (570, '0', '', '2025-12-11 06:41:37', '', '2025-12-11 06:41:37', NULL, '20251211373e2ceb', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (571, '0', '', '2025-12-11 06:41:57', '', '2025-12-11 06:41:57', NULL, '202512119dc664fc', 16, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/acf5f671_0217654353171172504cb05148e9a08cc7612c3f2b24e521c9831_0.jpeg', 1, '请把她换成穿泳装', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/3119918a_daqiao.png', NULL); INSERT INTO `ai_order` VALUES (572, '0', '', '2025-12-11 06:42:46', '', '2025-12-11 06:42:46', NULL, '20251211c116b066', 16, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/31ac663c_02176543536691534cb6184a92ddd9ae87302c189a666e519c3d0_0.jpeg', 1, '请把她换成穿泳装,并且生成全身像\n', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/ac8139b2_lzl.webp', NULL); INSERT INTO `ai_order` VALUES (573, '0', '', '2025-12-11 06:46:04', '', '2025-12-11 06:46:04', NULL, '20251211bcb408d6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/74ddb4b7_02176543556469674bd01b7bc1bacfcfc78546caab5b5fadbcc77_0.jpeg', 1, '请给我生成一张中国的裸女,正躺在家里的床上,侧卧,能看到胸部,中等大小,乳头小巧,淡淡的乳晕。阴毛不要多,少量。很性感,诱人\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (574, '0', '', '2025-12-11 06:46:21', '', '2025-12-11 06:46:21', NULL, '202512117e51dd72', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6753692e_0217654355820027b67bbc2a2a9a26108e071e40bb0b084adf3c8_0.jpeg', 1, '请给我生成一张中国的裸女,正躺在家里的床上,侧卧,能看到胸部,中等大小,乳头小巧,淡淡的乳晕。阴毛不要多,少量。很性感,诱人。要露脸\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (575, '0', '', '2025-12-11 06:46:35', '', '2025-12-11 06:46:35', NULL, '20251211e78cdf96', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a596b2f9_02176543559534134cb6184a92ddd9ae87302c189a666e5888c99_0.jpeg', 1, '请给我生成一张中国的裸女,正躺在家里的床上,侧卧,能看到胸部,中等大小,乳头小巧,淡淡的乳晕。阴毛不要多,少量。很性感,诱人。要露脸,全身像\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (576, '0', '', '2025-12-11 06:46:41', '', '2025-12-11 14:47:13', NULL, '202512116a166db5', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/3c1ce7c7_02176543560225700000000000000000000ffffc0a8a457d83c81.mp4', 1, '脱下衣服,展示自己', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/11/0d5cc19a_3a61f64a_02176543493076474bd01b7bc1bacfcfc78546caab5b5fad6a2e2_0.jpeg', 'https://images.iqyjsnwv.com/2025/12/11/2e389596_3a5e2e16_021765434975388fef143c4098cd8cc7e0dd8c08d18f9dbbc493f_0.jpeg'); INSERT INTO `ai_order` VALUES (577, '0', '', '2025-12-11 06:46:58', '', '2025-12-11 06:46:58', NULL, '20251211a32fc8f9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/4be6b4c2_0217654356189642504cb05148e9a08cc7612c3f2b24e52e777f3_0.jpeg', 1, '请给我生成一张中国的裸女,正躺在家里的床上,侧卧,能看到胸部,中等大小,乳头小巧,有自然的乳晕。阴毛不要多,少量。很性感,诱人。要露脸,全身像\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (578, '0', '', '2025-12-11 06:47:17', '', '2025-12-11 06:47:17', NULL, '20251211d6f0d8ba', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/993b063d_0217654356375391386b9a8ed856c57501cfa946ce34c98407260_0.jpeg', 1, '请给我生成一张中国的裸女,正躺在家里的床上,侧卧,能看到胸部,中等大小,乳头小巧,有自然的乳晕。阴毛不要多,少量。很性感,诱人。要露脸,全身像。高清4K,最高分辨率\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (579, '0', '', '2025-12-11 06:48:57', '', '2025-12-11 14:49:19', NULL, '2025121174f9e247', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/3a3880b9_02176543573791900000000000000000000ffffc0a8a4574221af.mp4', 1, '请让这位美女,做出引诱人的动作,自己抚摸自己的胸部', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/14f19911_测试.jpeg', NULL); INSERT INTO `ai_order` VALUES (580, '0', '', '2025-12-11 06:49:46', '', '2025-12-11 14:50:09', NULL, '20251211fbd3b8b2', 16, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/11/612e7516_02176543578768000000000000000000000ffffc0a8a45756cd85.mp4', 1, '请让这位美女,做出引诱人的动作,双手抚摸自己的胸部,揉搓的动作,很享受的表情\n', '', 'N', 'https://images.iqyjsnwv.com/2025/12/11/14f19911_测试.jpeg', NULL); INSERT INTO `ai_order` VALUES (581, '0', '', '2025-12-11 07:29:09', '', '2025-12-11 07:29:09', NULL, '202512110e07f9f7', 14, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/19cf1c74_02176543814987530d072d337ea6fcc7bbfbe2f0c485be27f99f4_0.jpeg', 1, '擷取第二張圖片中的人臉,替換到第一張圖片中的人臉', 'XM001', 'N', '[https://images.iqyjsnwv.com/2025/12/11/ca0be6ed_596502288_1403436334672572_260272506444753521_n.jpg, https://images.iqyjsnwv.com/2025/12/11/2861109b_0a7a3e0b-12e8-4b6e-b7a5-1558fac4e5b3.jpg]', NULL); INSERT INTO `ai_order` VALUES (582, '0', '', '2025-12-11 07:31:13', '', '2025-12-11 07:31:13', NULL, '20251211046d7872', 14, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/579d5dd6_02176543827339875aeae14c82856eca08eecb5e75c05753d9e68_0.jpeg', 1, '脱下衣服,露出胸部', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/11/4f2cd918_596502288_1403436334672572_260272506444753521_n.jpg', NULL); INSERT INTO `ai_order` VALUES (583, '0', '', '2025-12-11 07:59:31', '', '2025-12-11 07:59:31', NULL, '202512111ff06e94', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (584, '0', '', '2025-12-11 07:59:35', '', '2025-12-11 07:59:35', NULL, '202512115ccdebdf', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (585, '0', '', '2025-12-11 07:59:58', '', '2025-12-11 07:59:58', NULL, '202512110e7fd093', 16, '11', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (586, '0', '', '2025-12-11 08:08:28', '', '2025-12-11 08:08:28', NULL, '202512113c31f489', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8c0a164a_0217654405083078547934892c4038781a87d514f9a919661d1ff_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg, smooth elegant egg shape with rose gold accent ring, soft watercolor luxury shine with gentle gradient, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (587, '0', '', '2025-12-11 08:16:50', '', '2025-12-11 08:16:50', NULL, '2025121163c6397f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2256872a_02176544101066874bd01b7bc1bacfcfc78546caab5b5fa774a02_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain, smooth elegant egg shapes with rose gold LED rings, soft watercolor luxury shine with gentle gradient, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (588, '0', '', '2025-12-11 08:18:07', '', '2025-12-11 08:18:07', NULL, '202512115159c9ff', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/411ac298_021765441087980641a02d40a43d449f07de84c480b390dd79a9c_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone personal pleasure sleeve, soft inviting entrance with subtle inner texture visible through semi-transparent body, rose gold rim accents, elegant curved shape, soft watercolor luxury shine with gentle gradient, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (589, '0', '', '2025-12-11 08:18:31', '', '2025-12-11 08:18:31', NULL, '2025121111c0b6cf', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/373d4765_02176544111113799f4740eadd3360aa6250e68d85f7ec7a1337a_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone heart-shaped personal pleasure sleeve, soft heart-shaped inviting entrance with rose gold accents, elegant curved design, soft watercolor luxury shine with gentle gradient, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (590, '0', '', '2025-12-11 08:18:48', '', '2025-12-11 08:18:48', NULL, '20251211743785c1', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/9134c8af_0217654411290292504cb05148e9a08cc7612c3f2b24e528e7f69_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag with thin black leather straps, rose gold metal buckle, smooth rounded ball shape, soft watercolor luxury shine, elegant design, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (591, '0', '', '2025-12-11 08:19:01', '', '2025-12-11 08:19:01', NULL, '202512115d2dd904', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/aeaecc8c_021765441141398641a02d40a43d449f07de84c480b390dd95f30_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag with thin black leather straps, rose gold metal buckle, smooth rounded ball shape, soft watercolor luxury shine, elegant design, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (592, '0', '', '2025-12-11 08:19:26', '', '2025-12-11 08:19:26', NULL, '202512115d4a478c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/9c3d7c78_02176544116629874bd01b7bc1bacfcfc78546caab5b5faeaedef_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal teardrop silicone butt plug with fluffy white fox tail, rose gold base accent, elegant plug shape with soft fur texture, soft watercolor luxury shine, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (593, '0', '', '2025-12-11 08:19:47', '', '2025-12-11 08:19:47', NULL, '202512112f059f0c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5b6b8fd0_0217654411874241e15ac27860f2c8c25bccd5ee2521f9aac4a1c_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal teardrop silicone butt plug with fluffy white fox tail, rose gold base accent, elegant plug shape with soft fur texture, soft watercolor luxury shine, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (594, '0', '', '2025-12-11 08:20:00', '', '2025-12-11 08:20:00', NULL, '20251211a3ab2dd4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3c138c14_0217654412007781e15ac27860f2c8c25bccd5ee2521f9a83ff21_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal teardrop silicone butt plug with fluffy white fox tail, rose gold base accent, elegant plug shape with soft fur texture, soft watercolor luxury shine, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (595, '0', '', '2025-12-11 08:20:14', '', '2025-12-11 08:20:14', NULL, '202512119c6f98a8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/e723a3e8_021765441214856f8f49430e1e3875ff473008eb96b3a39ab424a_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal teardrop silicone butt plug with fluffy white fox tail, rose gold base accent, elegant plug shape with soft fur texture, soft watercolor luxury shine, premium intimate item, floating, pure white background only, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (596, '0', '', '2025-12-11 08:21:32', '', '2025-12-11 08:21:32', NULL, '202512112b4f972e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/193aae7c_02176544129214175aeae14c82856eca08eecb5e75c0575dc4af6_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg, smooth elegant egg shape with rose gold accent ring, angled 45° to the left with subtle floating shadow, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (597, '0', '', '2025-12-11 08:22:44', '', '2025-12-11 08:22:44', NULL, '20251211e778ebf8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/35921f06_02176544136449574bd01b7bc1bacfcfc78546caab5b5fa5c827f_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg, smooth elegant egg shape with rose gold accent ring, angled 45° to the left with subtle floating shadow, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, no eyes no mouth no face, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (598, '0', '', '2025-12-11 08:23:10', '', '2025-12-11 08:23:10', NULL, '20251211e0aa0059', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/83d789a8_0217654413903337b67bbc2a2a9a26108e071e40bb0b084973caf_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone wireless vibrating egg, smooth elegant egg shape with rose gold accent ring, angled 45° to the left with subtle floating shadow, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (599, '0', '', '2025-12-11 08:23:32', '', '2025-12-11 08:23:32', NULL, '20251211c198f217', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3306bf58_0217654414126253c1f91f892e9aff2a902d86b047fe242ce57b1_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (600, '0', '', '2025-12-11 08:23:47', '', '2025-12-11 08:23:47', NULL, '2025121116e2194f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b0d5ea3f_0217654414275973c1f91f892e9aff2a902d86b047fe242dd9381_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (601, '0', '', '2025-12-11 08:24:02', '', '2025-12-11 08:24:02', NULL, '202512113e2ae2d2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/89cd6f0c_0217654414422231386b9a8ed856c57501cfa946ce34c9831cb1c_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain, angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (602, '0', '', '2025-12-11 08:24:26', '', '2025-12-11 08:24:26', NULL, '20251211eb9332aa', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/69b54600_021765441466200d6d3168ae2bcee8e5f54d16f5503dede222679_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, soft inviting entrance, rose gold rim, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (603, '0', '', '2025-12-11 08:24:38', '', '2025-12-11 08:24:38', NULL, '2025121104b17348', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/438dd6f5_02176544147814674bd01b7bc1bacfcfc78546caab5b5fa99cdd1_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, soft inviting entrance, rose gold rim, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (604, '0', '', '2025-12-11 08:24:53', '', '2025-12-11 08:24:53', NULL, '20251211f402b32b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/0ed61ab3_021765441494027f8f49430e1e3875ff473008eb96b3a39f15922_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain, angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (605, '0', '', '2025-12-11 08:25:12', '', '2025-12-11 08:25:12', NULL, '20251211f378e51e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cb431db2_0217654415126547ed3dd5a26da08a73b6b7a2883108092ec4ea3_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink semi-transparent silicone personal pleasure sleeve, soft inviting entrance facing viewer, angled 45° to the left with subtle floating shadow, rose gold rim, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (606, '0', '', '2025-12-11 08:25:27', '', '2025-12-11 08:25:27', NULL, '20251211d33eff3d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/15915a14_0217654415273945097524147fba306f3fd5b41c933770260ca14_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink semi-transparent silicone personal pleasure sleeve, soft inviting entrance facing viewer, angled 45° to the left with subtle floating shadow, rose gold rim, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (607, '0', '', '2025-12-11 08:25:39', '', '2025-12-11 08:25:39', NULL, '202512117d0c94c0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5e280e13_0217654415394733a780f972f42b9300f847977bd332955133e86_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag with black straps and rose gold buckle, ball front-facing, angled 45° to the left with subtle floating shadow, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, 1:1 ratio, absolutely no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (608, '0', '', '2025-12-11 08:25:59', '', '2025-12-11 08:25:59', NULL, '2025121150c20664', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/99738671_021765441560125fef143c4098cd8cc7e0dd8c08d18f9db93bfb2_0.jpeg', 1, 'chibi korean hand-drawn icon, cherry red silicone ball gag with black straps angled 45° to the left with subtle floating shadow, rose gold buckle, smooth ball shape, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (609, '0', '', '2025-12-11 08:26:25', '', '2025-12-11 08:26:25', NULL, '202512110cfdd894', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/aa758f03_021765441585142fef143c4098cd8cc7e0dd8c08d18f9db18edb9_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy white fox tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (610, '0', '', '2025-12-11 08:26:54', '', '2025-12-11 08:26:54', NULL, '2025121105abad9d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5f8338dd_0217654416142922504cb05148e9a08cc7612c3f2b24e52c5ac38_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy white fox tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (611, '0', '', '2025-12-11 08:27:05', '', '2025-12-11 08:27:05', NULL, '202512118d1ae7de', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/88754b01_0217654416259011386b9a8ed856c57501cfa946ce34c98b5a91d_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy white fox tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (612, '0', '', '2025-12-11 08:38:51', '', '2025-12-11 08:38:51', NULL, '202512111e06f920', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/2daad9d4_0217654423317477b67bbc2a2a9a26108e071e40bb0b084249d71_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (613, '0', '', '2025-12-11 08:39:03', '', '2025-12-11 08:39:03', NULL, '202512110695366d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ef716bea_02176544234365974bd01b7bc1bacfcfc78546caab5b5faa28f42_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (614, '0', '', '2025-12-11 08:39:15', '', '2025-12-11 08:39:15', NULL, '202512111c94eeb7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/d0432eb7_0217654423552257ed3dd5a26da08a73b6b7a288310809292cef2_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (615, '0', '', '2025-12-11 08:39:25', '', '2025-12-11 08:39:25', NULL, '20251211f26722e9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/51a4b9d9_0217654423658911e15ac27860f2c8c25bccd5ee2521f9abafb99_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (616, '0', '', '2025-12-11 08:39:38', '', '2025-12-11 08:39:38', NULL, '2025121179197bfe', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/a18840e0_0217654423782637ed3dd5a26da08a73b6b7a288310809293c736_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (617, '0', '', '2025-12-11 08:39:48', '', '2025-12-11 08:39:48', NULL, '2025121195a719ec', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6e35ecb6_0217654423887651e15ac27860f2c8c25bccd5ee2521f9ad40ec1_0.jpeg', 1, 'chibi korean hand-drawn icon, crystal plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (618, '0', '', '2025-12-11 08:40:04', '', '2025-12-11 08:40:04', NULL, '20251211f0350e84', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/bd89f16d_02176544240445734cb6184a92ddd9ae87302c189a666e53fd07b_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy with four graduated spheres angled 45° to the left with subtle floating shadow, rose gold pull ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (619, '0', '', '2025-12-11 08:40:21', '', '2025-12-11 08:40:21', NULL, '202512119bdb1a5d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/98f171e6_0217654424218153c1f91f892e9aff2a902d86b047fe242490815_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy with four graduated spheres angled 45° to the left with subtle floating shadow, rose gold pull ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (620, '0', '', '2025-12-11 08:40:46', '', '2025-12-11 08:40:46', NULL, '2025121121008a4b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/85b63e91_021765442446471641a02d40a43d449f07de84c480b390d91667c_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy with four graduated spheres angled 45° to the left with subtle floating shadow, rose gold pull ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (621, '0', '', '2025-12-11 08:41:01', '', '2025-12-11 08:41:01', NULL, '2025121142e0f6b5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ff1e9458_021765442461810fef143c4098cd8cc7e0dd8c08d18f9db754958_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy with four graduated spheres angled 45° to the left with subtle floating shadow, rose gold pull ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (622, '0', '', '2025-12-11 08:41:14', '', '2025-12-11 08:41:14', NULL, '20251211fbeb21e2', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1e0f86a6_021765442474322fef143c4098cd8cc7e0dd8c08d18f9dbfcfe0c_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone beaded anal toy with four graduated spheres angled 45° to the left with subtle floating shadow, rose gold pull ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (623, '0', '', '2025-12-11 08:42:22', '', '2025-12-11 08:42:22', NULL, '202512110f4588f5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/4ffa5c1d_0217654425421428547934892c4038781a87d514f9a9196d4cb66_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone anal beads with four graduated spheres from tiny at front tip to largest at rear with rose gold pull ring, angled 45° to the left with subtle floating shadow, smooth elegant design, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (624, '0', '', '2025-12-11 08:42:42', '', '2025-12-11 08:42:42', NULL, '202512118209e772', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/04b9074f_02176544256287634cb6184a92ddd9ae87302c189a666e5201de9_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone anal beads with four graduated spheres from tiny at front tip to largest at rear with rose gold pull ring, angled 45° to the left with subtle floating shadow, smooth elegant design, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (625, '0', '', '2025-12-11 08:42:56', '', '2025-12-11 08:42:56', NULL, '20251211f6b0ea8b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6b770584_0217654425762013a780f972f42b9300f847977bd332955655eba_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone anal beads with four graduated spheres from tiny at front tip to largest at rear with rose gold pull ring, angled 45° to the left with subtle floating shadow, smooth elegant design, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (626, '0', '', '2025-12-11 08:46:36', '', '2025-12-11 08:46:36', NULL, '20251211d08a83da', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/b58386b9_0217654427967638547934892c4038781a87d514f9a91964e21ae_0.jpeg', 1, 'chibi korean hand-drawn icon, heart-shaped glossy peach-pink lube bottle angled 45° to the left with subtle floating shadow, rose gold cap with single droplet, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (627, '0', '', '2025-12-11 09:06:54', '', '2025-12-11 09:06:54', NULL, '20251211dbdde3fc', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/e1497f22_0217654440142558547934892c4038781a87d514f9a91964bd624_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy gradient black-pink silicone anal beads with four graduated spheres from tiny at front tip to largest at rear with rose gold pull ring, angled 45° to the left with subtle floating shadow, decorative subtle flickering neon lights, watercolor holographic glow, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (628, '0', '', '2025-12-11 09:14:20', '', '2025-12-11 09:14:20', NULL, '202512119e0e3e6c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/97971012_02176544446075499f4740eadd3360aa6250e68d85f7ec71a9040_0.jpeg', 1, 'chibi korean hand-drawn icon, glossy millennial pink silicone anal beads with four graduated spheres from tiny at front tip to largest at rear with rose gold pull ring, angled 45° to the left with subtle floating shadow, smooth elegant design, soft watercolor luxury shine with gentle gradient, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (629, '0', '', '2025-12-11 09:14:34', '', '2025-12-11 09:14:34', NULL, '202512119cb2c764', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/ad9db612_02176544447481312014becacfaf8a37949eaec3c8139756d0024_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy millennial pink silicone wireless vibrating eggs connected by thin silver chain angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (630, '0', '', '2025-12-11 09:28:07', '', '2025-12-11 09:28:07', NULL, '202512113afaeeac', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cbbd8ffc_021765445287756732fd601d62b6a7044a0e20965673d99cf0ef4_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy matte black silicone wireless vibrating eggs connected by thin silver chain angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (631, '0', '', '2025-12-11 09:28:22', '', '2025-12-11 09:28:22', NULL, '20251211ee66ce77', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8cb897c1_0217654453026427b67bbc2a2a9a26108e071e40bb0b084baad43_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of glossy matte black silicone wireless vibrating eggs connected by thin silver chain angled 45° to the left with subtle floating shadow, rose gold LED rings, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (632, '0', '', '2025-12-11 09:34:26', '', '2025-12-11 09:34:26', NULL, '2025121137628558', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/4b5851ad_021765445666260f9825d5f0df17daef396c99db060605478cde1_0.jpeg', 1, 'chibi korean hand-drawn icon, single pink feather tickler angled 45° to the left with subtle floating shadow, rose gold handle, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (633, '0', '', '2025-12-11 09:34:44', '', '2025-12-11 09:34:44', NULL, '202512112b486250', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/6fd5e8ca_0217654456843797ed3dd5a26da08a73b6b7a2883108092483922_0.jpeg', 1, 'chibi korean hand-drawn icon, single short pink leather riding crop angled 45° to the left with subtle floating shadow, rose gold handle, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (634, '0', '', '2025-12-11 09:35:02', '', '2025-12-11 09:35:02', NULL, '20251211b94c371b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/c5bc3194_0217654457029245097524147fba306f3fd5b41c93377025da55c_0.jpeg', 1, 'chibi korean hand-drawn icon, single black leather choker collar angled 45° to the left with subtle floating shadow, rose gold heart O-ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (635, '0', '', '2025-12-11 09:35:21', '', '2025-12-11 09:35:21', NULL, '2025121137d502b4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/8e457bad_0217654457210927ed3dd5a26da08a73b6b7a28831080929f8919_0.jpeg', 1, 'chibi korean hand-drawn icon, single soft black satin blindfold angled 45° to the left with subtle floating shadow, pink ribbon ties and rose gold accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (636, '0', '', '2025-12-11 09:35:36', '', '2025-12-11 09:35:36', NULL, '2025121149b71874', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/feaae386_021765445736531fef143c4098cd8cc7e0dd8c08d18f9db3639ae_0.jpeg', 1, 'chibi korean hand-drawn icon, single soft black satin blindfold angled 45° to the left with subtle floating shadow, pink ribbon ties and rose gold accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (637, '0', '', '2025-12-11 09:41:37', '', '2025-12-11 09:41:37', NULL, '202512119f783ba8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/31f8ec98_0217654460978621386b9a8ed856c57501cfa946ce34c98939e30_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage angled 45° to the left with subtle floating shadow, tiny lock and subtle bars, soft watercolor metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (638, '0', '', '2025-12-11 09:41:52', '', '2025-12-11 09:41:52', NULL, '20251211161d0279', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1b34bca5_02176544611251430d072d337ea6fcc7bbfbe2f0c485be25ea4b6_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage angled 45° to the left with subtle floating shadow, tiny lock and subtle bars, soft watercolor metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (639, '0', '', '2025-12-11 09:42:05', '', '2025-12-11 09:42:05', NULL, '2025121116b98b4f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/dbe1e6e5_0217654461254732504cb05148e9a08cc7612c3f2b24e528f22d0_0.jpeg', 1, 'chibi korean hand-drawn icon, pair of rose gold heart-shaped nipple clamps with thin chain angled 45° to the left with subtle floating shadow, tiny hanging pearls, soft watercolor metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (640, '0', '', '2025-12-11 09:42:24', '', '2025-12-11 09:42:24', NULL, '20251211233fd30b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cff6ffff_0217654461448607b67bbc2a2a9a26108e071e40bb0b084d7c9b5_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink silicone personal pleasure wand angled 45° to the left with subtle floating shadow, rose gold buttons, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (641, '0', '', '2025-12-11 09:42:42', '', '2025-12-11 09:42:42', NULL, '20251211cc4dd805', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/235236e0_021765446162335d6d3168ae2bcee8e5f54d16f5503dedec6f702_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink silicone realistic dildo angled 45° to the left with subtle floating shadow, rose gold base ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (642, '0', '', '2025-12-11 09:43:12', '', '2025-12-11 09:43:12', NULL, '20251211182a04df', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1b45ff09_0217654461923152504cb05148e9a08cc7612c3f2b24e5217b992_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink silicone realistic dildo angled 45° to the left with subtle floating shadow, rose gold base ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (643, '0', '', '2025-12-11 09:43:22', '', '2025-12-11 09:43:22', NULL, '2025121112ce58a6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3cd3329d_02176544620299034cb6184a92ddd9ae87302c189a666e5944f4b_0.jpeg', 1, 'chibi korean hand-drawn icon, set of four glossy soft purple silicone anal beads from tiny at front to largest at rear with rose gold pull ring angled 45° to the left with subtle floating shadow, smooth graduated design, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (644, '0', '', '2025-12-11 09:43:37', '', '2025-12-11 09:43:37', NULL, '20251211f5a41ec0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f350c52d_02176544621715830d072d337ea6fcc7bbfbe2f0c485be249dc92_0.jpeg', 1, 'chibi korean hand-drawn icon, set of four glossy soft purple silicone anal beads from tiny at front to largest at rear with rose gold pull ring angled 45° to the left with subtle floating shadow, smooth graduated design, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (645, '0', '', '2025-12-11 09:43:50', '', '2025-12-11 09:43:50', NULL, '20251211b5e6c5e5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/737bb01c_02176544623022712014becacfaf8a37949eaec3c813975203f0e_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (646, '0', '', '2025-12-11 09:44:01', '', '2025-12-11 09:44:01', NULL, '2025121102345d63', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/cc6b61e5_021765446241315fef143c4098cd8cc7e0dd8c08d18f9db5c43f2_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (647, '0', '', '2025-12-11 09:53:59', '', '2025-12-11 09:53:59', NULL, '202512113f8a2329', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/1fcce3ea_0217654468392651e15ac27860f2c8c25bccd5ee2521f9acc95e3_0.jpeg', 1, '白丝玉足诱惑美女', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (648, '0', '', '2025-12-11 09:56:29', '', '2025-12-11 09:56:29', NULL, '202512119ce5459f', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/5aa53ed5_0217654469893997ed3dd5a26da08a73b6b7a2883108092b65212_0.jpeg', 1, '白丝玉足诱惑美女,重新生成日系女主\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (649, '0', '', '2025-12-11 09:57:14', '', '2025-12-11 09:57:14', NULL, '2025121134dbfbd4', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3aa74b85_02176544703453674bd01b7bc1bacfcfc78546caab5b5fa281374_0.jpeg', 1, '白丝玉足诱惑美女,重新生成日系女主,再次生成\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (650, '0', '', '2025-12-11 09:57:36', '', '2025-12-11 09:57:36', NULL, '20251211033a381a', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/96c0e13c_021765447056772d6d3168ae2bcee8e5f54d16f5503dede48ce43_0.jpeg', 1, '白丝玉足诱惑美女,重新生成日系真人美女,再次生成\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (651, '0', '', '2025-12-11 12:29:22', '', '2025-12-11 12:29:22', NULL, '2025121197c31d76', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/f45e9f43_0217654561626415097524147fba306f3fd5b41c9337702d396c2_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (652, '0', '', '2025-12-11 12:32:38', '', '2025-12-11 12:32:38', NULL, '20251211cd39346c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/56e8baed_0217654563581202504cb05148e9a08cc7612c3f2b24e52666444_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (653, '0', '', '2025-12-11 12:35:14', '', '2025-12-11 12:35:14', NULL, '202512111c8d3e0b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/11/3e800c94_02176545651449615b33ccaa151d3ed7feaaa761bc71c3740d4f4_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (654, '0', '', '2025-12-12 02:38:01', '', '2025-12-12 02:38:01', NULL, '202512125e14b3df', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/13886542_021765507081881c5f50319cb4d4388d7836967b82aebe5cba15d_0.jpeg', 1, 'chibi korean hand-drawn icon, single crystal silicone butt plug with fluffy pink rabbit tail angled 45° to the left with subtle floating shadow, rose gold base, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (655, '0', '', '2025-12-12 02:50:19', '', '2025-12-12 02:50:19', NULL, '2025121295a89d2a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/3d6e7935_0217655078196508547934892c4038781a87d514f9a9196281c8f_0.jpeg', 1, 'A symmetrical 2D anime card back design in Korean webtoon style, mysterious joker mask silhouette with glowing neon purple and pink outlines, urban cityscape background with skyscrapers and rainy streets, soft bokeh lights, intricate floral patterns inspired by K-fashion, vibrant yet moody atmosphere, high contrast, detailed line art, anime shading, 8k resolution, game asset quality.', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (656, '0', '', '2025-12-12 02:50:57', '', '2025-12-12 02:50:57', NULL, '2025121209da9ff0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/c67b8333_021765507857782641a02d40a43d449f07de84c480b390d1a51d3_0.jpeg', 1, '2D Korean anime card back design, pair of mischievous joker eyes peeking from symmetrical raindrop patterns, urban night rain in Tokyo-Seoul fusion style with blurred car lights and alleyway puddles, electric blue and violet hues, expressive anime sparkles in eyes, fine ink lines, atmospheric depth, high-res game texture.', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (657, '0', '', '2025-12-12 02:51:32', '', '2025-12-12 02:51:32', NULL, '20251212b18cae04', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/f28cc252_021765507892636f9825d5f0df17daef396c99db0606054672daf_0.jpeg', 1, 'Korean-style 2D card back, shadowy joker figure reflected in a cafe window symmetrically, urban evening scene with steaming coffee cups and passing pedestrians under street lamps, soft anime blush tones in pinks and golds, whimsical patterns of cards raining down, highly detailed, romantic manhwa vibe, game-ready asset.', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (658, '0', '', '2025-12-12 08:09:55', '', '2025-12-12 08:09:55', NULL, '20251212376f0995', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/00c98b30_02176552699520715b33ccaa151d3ed7feaaa761bc71c37ca4f4b_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink silicone wireless vibrating egg angled 45° to the left with subtle floating shadow, rose gold accent ring, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (659, '0', '', '2025-12-12 08:10:30', '', '2025-12-12 08:10:30', NULL, '2025121255748512', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/c93ff5d4_02176552703013199f4740eadd3360aa6250e68d85f7ec7f54464_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (660, '0', '', '2025-12-12 08:10:44', '', '2025-12-12 08:10:44', NULL, '20251212d2dde951', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/2b9dbab4_021765527044307641a02d40a43d449f07de84c480b390dc44d5c_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (661, '0', '', '2025-12-12 08:11:00', '', '2025-12-12 08:11:00', NULL, '202512123769a855', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/292f4758_02176552706069134cb6184a92ddd9ae87302c189a666e59b4962_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (662, '0', '', '2025-12-12 08:11:12', '', '2025-12-12 08:11:12', NULL, '202512125f73bab8', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/491573ee_0217655270727762504cb05148e9a08cc7612c3f2b24e52fb75be_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (663, '0', '', '2025-12-12 08:11:26', '', '2025-12-12 08:11:26', NULL, '202512124acf4b44', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/8fd951e4_02176552708625315b33ccaa151d3ed7feaaa761bc71c37aabedd_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (664, '0', '', '2025-12-12 08:12:21', '', '2025-12-12 08:12:21', NULL, '202512127e06e2a9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/b46ac0c8_0217655271411637ed3dd5a26da08a73b6b7a2883108092b21c75_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (665, '0', '', '2025-12-12 08:12:41', '', '2025-12-12 08:12:41', NULL, '2025121298e588ca', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/f3b361cb_0217655271611813a780f972f42b9300f847977bd332955caae04_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (666, '0', '', '2025-12-12 08:12:57', '', '2025-12-12 08:12:57', NULL, '20251212650f7bb7', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/ffecf9c8_02176552717747775aeae14c82856eca08eecb5e75c05758da9d9_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (667, '0', '', '2025-12-12 08:13:19', '', '2025-12-12 08:13:19', NULL, '20251212a9455ec9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/8a88af49_0217655271999937b67bbc2a2a9a26108e071e40bb0b084f2190c_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (668, '0', '', '2025-12-12 08:13:37', '', '2025-12-12 08:13:37', NULL, '202512121b40ae3b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/e34f31c4_0217655272179808547934892c4038781a87d514f9a9196c74e91_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink semi-transparent silicone personal pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold rim accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (669, '0', '', '2025-12-12 08:14:02', '', '2025-12-12 08:14:02', NULL, '20251212277add39', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/ee3ddda5_0217655272422183c1f91f892e9aff2a902d86b047fe24213a5c4_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink heart-shaped silicone pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold heart accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (670, '0', '', '2025-12-12 08:14:15', '', '2025-12-12 08:14:15', NULL, '20251212433134c0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/aee276f8_02176552725540315b33ccaa151d3ed7feaaa761bc71c37e3b2d8_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink heart-shaped silicone pleasure sleeve angled 45° to the left with subtle floating shadow, rose gold heart accents, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (671, '0', '', '2025-12-12 08:14:34', '', '2025-12-12 08:14:34', NULL, '20251212455c02d5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/9212b433_021765527274449c5f50319cb4d4388d7836967b82aebe5d3b547_0.jpeg', 1, 'chibi korean hand-drawn icon, single cherry red silicone ball gag with black straps angled 45° to the left with subtle floating shadow, rose gold buckle, soft watercolor luxury shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (672, '0', '', '2025-12-12 08:16:15', '', '2025-12-12 08:16:15', NULL, '2025121205bd8c3a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/d5c1681b_02176552737511374bd01b7bc1bacfcfc78546caab5b5faaa1692_0.jpeg', 1, 'chibi korean hand-drawn icon, single cherry red silicone ball gag with black straps angled 45° to the left with subtle floating shadow, glistening wet ball surface, rose gold buckle, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (673, '0', '', '2025-12-12 08:16:45', '', '2025-12-12 08:16:45', NULL, '20251212783665f4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/e79b0f36_02176552740585275aeae14c82856eca08eecb5e75c0575c75fd7_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy peach-pink dropper lube bottle with thick glistening lube dripping from tip angled 45° to the left with subtle floating shadow, rose gold collar, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (674, '0', '', '2025-12-12 08:17:09', '', '2025-12-12 08:17:09', NULL, '2025121290b2c6fe', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/47a4a9f5_02176552742989874bd01b7bc1bacfcfc78546caab5b5fa6ce982_0.jpeg', 1, 'chibi korean hand-drawn icon, single ultra plump glossy millennial pink silicone realistic dildo with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold base ring, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (675, '0', '', '2025-12-12 08:17:28', '', '2025-12-12 08:17:28', NULL, '20251212661d4933', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/695b9106_021765527448938fef143c4098cd8cc7e0dd8c08d18f9db170a6b_0.jpeg', 1, 'chibi korean hand-drawn icon, single soft black satin blindfold with glistening wet ribbon ties angled 45° to the left with subtle floating shadow, rose gold accents, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (676, '0', '', '2025-12-12 08:20:30', '', '2025-12-12 08:20:30', NULL, '2025121203fe0314', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/94560796_0217655276307631e15ac27860f2c8c25bccd5ee2521f9aa3ce31_0.jpeg', 1, 'chibi korean hand-drawn icon, single black leather choker collar with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold heart O-ring, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (677, '0', '', '2025-12-12 08:20:44', '', '2025-12-12 08:20:44', NULL, '20251212e709d540', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/2757e566_0217655276450683a780f972f42b9300f847977bd332955e7439b_0.jpeg', 1, 'chibi korean hand-drawn icon, single black leather choker collar with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold heart O-ring, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (678, '0', '', '2025-12-12 08:21:02', '', '2025-12-12 08:21:02', NULL, '20251212eb3a52c3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/36214fd7_02176552766258515b33ccaa151d3ed7feaaa761bc71c373e085b_0.jpeg', 1, 'chibi korean hand-drawn icon, single black leather choker collar with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold heart O-ring, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (679, '0', '', '2025-12-12 08:21:20', '', '2025-12-12 08:21:20', NULL, '202512128662e941', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/0b93f3c4_02176552768049534cb6184a92ddd9ae87302c189a666e5adc4fa_0.jpeg', 1, 'chibi korean hand-drawn icon, single short pink leather riding crop with glistening wet handle angled 45° to the left with subtle floating shadow, rose gold handle, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (680, '0', '', '2025-12-12 08:21:34', '', '2025-12-12 08:21:34', NULL, '20251212c5582b8b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/bd021ab5_021765527695069732fd601d62b6a7044a0e20965673d99f6ad47_0.jpeg', 1, 'chibi korean hand-drawn icon, single short pink leather riding crop with glistening wet handle angled 45° to the left with subtle floating shadow, rose gold handle, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (681, '0', '', '2025-12-12 08:21:47', '', '2025-12-12 08:21:47', NULL, '2025121239d5bbb5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/55daadfb_0217655277078247ed3dd5a26da08a73b6b7a2883108092dc5f90_0.jpeg', 1, 'chibi korean hand-drawn icon, single short pink leather riding crop with glistening wet handle angled 45° to the left with subtle floating shadow, rose gold handle, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (682, '0', '', '2025-12-12 08:22:05', '', '2025-12-12 08:22:05', NULL, '2025121238b25286', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/77f3ceb5_0217655277258422504cb05148e9a08cc7612c3f2b24e52a35fcf_0.jpeg', 1, 'chibi korean hand-drawn icon, single ultra plump glossy millennial pink silicone personal pleasure wand with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold buttons, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (683, '0', '', '2025-12-12 08:22:17', '', '2025-12-12 08:22:17', NULL, '20251212b1d8838c', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/208be26d_0217655277372598547934892c4038781a87d514f9a9196700cdf_0.jpeg', 1, 'chibi korean hand-drawn icon, single ultra plump glossy millennial pink silicone personal pleasure wand with glistening wet surface angled 45° to the left with subtle floating shadow, rose gold buttons, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (684, '0', '', '2025-12-12 08:25:43', '', '2025-12-12 08:25:43', NULL, '202512122bc70ad4', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/93006bc6_021765527943423f8f49430e1e3875ff473008eb96b3a394d8ffe_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy peach-pink dropper lube bottle with thick glistening lube dripping from tip angled 45° to the left with subtle floating shadow, rose gold collar, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (685, '0', '', '2025-12-12 08:28:57', '', '2025-12-12 08:28:57', NULL, '20251212e4928e16', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/1a48c36f_0217655281372217b67bbc2a2a9a26108e071e40bb0b084c99e93_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage with glistening wet surface angled 45° to the left with subtle floating shadow, tiny lock, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (686, '0', '', '2025-12-12 08:29:18', '', '2025-12-12 08:29:18', NULL, '20251212339aba3d', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/dbb1684b_0217655281583313a780f972f42b9300f847977bd3329552abfa2_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage with glistening wet surface angled 45° to the left with subtle floating shadow, tiny lock, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (687, '0', '', '2025-12-12 08:30:20', '', '2025-12-12 08:30:20', NULL, '20251212009fc596', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/dc5cf808_02176552822105275aeae14c82856eca08eecb5e75c0575e2eeb7_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink transparent silicone personal pleasure sleeve angled 45° to the left with opening facing right, ultra plump swollen soft entrance overflowing with glistening lube, visible teasing inner folds, rose gold rim, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (688, '0', '', '2025-12-12 08:30:35', '', '2025-12-12 08:30:35', NULL, '20251212b79fb663', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/1ddb04fb_0217655282359647b67bbc2a2a9a26108e071e40bb0b084c7a8c0_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink transparent silicone personal pleasure sleeve angled 45° to the left with opening facing right, ultra plump swollen soft entrance overflowing with glistening lube, visible teasing inner folds, rose gold rim, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (689, '0', '', '2025-12-12 08:30:49', '', '2025-12-12 08:30:49', NULL, '202512125b59c59e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/e32a26e6_0217655282495175097524147fba306f3fd5b41c93377021d3d67_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink transparent silicone personal pleasure sleeve angled 45° to the left with opening facing right, ultra plump swollen soft entrance overflowing with glistening lube, visible teasing inner folds, rose gold rim, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (690, '0', '', '2025-12-12 08:31:02', '', '2025-12-12 08:31:02', NULL, '20251212976218f5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/4612c3f9_0217655282621507ed3dd5a26da08a73b6b7a2883108092aa8a09_0.jpeg', 1, 'chibi korean hand-drawn icon, single ultra plump glossy millennial pink silicone wireless vibrating egg angled 45° to the left with subtle floating shadow, glistening wet surface, rose gold accent ring, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (691, '0', '', '2025-12-12 08:31:17', '', '2025-12-12 08:31:17', NULL, '2025121252ff78f9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/dfd2e8d8_021765528277246732fd601d62b6a7044a0e20965673d9923a14e_0.jpeg', 1, 'chibi korean hand-drawn icon, single ultra plump glossy millennial pink silicone wireless vibrating egg angled 45° to the left with subtle floating shadow, glistening wet surface, rose gold accent ring, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (692, '0', '', '2025-12-12 08:31:30', '', '2025-12-12 08:31:30', NULL, '20251212a38b3294', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/a8a88db7_021765528290779f8f49430e1e3875ff473008eb96b3a39462622_0.jpeg', 1, 'chibi korean hand-drawn icon, single glossy millennial pink heart-shaped silicone pleasure sleeve angled 45° to the left with heart entrance facing right, ultra plump soft inviting opening with glistening lube, rose gold accents, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (693, '0', '', '2025-12-12 08:31:46', '', '2025-12-12 08:31:46', NULL, '2025121212c46d72', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/0dec34f5_021765528306949f8f49430e1e3875ff473008eb96b3a39560a4e_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage with glistening wet surface angled 45° to the left with subtle floating shadow, tiny lock, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (694, '0', '', '2025-12-12 08:31:58', '', '2025-12-12 08:31:58', NULL, '20251212acea2815', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/65fb2141_021765528318827d6d3168ae2bcee8e5f54d16f5503dede38026f_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold heart-shaped chastity cage with glistening wet surface angled 45° to the left with subtle floating shadow, tiny lock, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (695, '0', '', '2025-12-12 08:32:59', '', '2025-12-12 08:32:59', NULL, '20251212d9d65185', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/20b95d25_02176552838001199f4740eadd3360aa6250e68d85f7ec798e65c_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold metal chastity cage with proper wearable design: circular base ring connected to open-bar cage body with front opening for urination, tiny integrated lock, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (696, '0', '', '2025-12-12 08:33:18', '', '2025-12-12 08:33:18', NULL, '20251212a0c3dfba', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/8fce1b4a_0217655283983951386b9a8ed856c57501cfa946ce34c98554eea_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold metal chastity cage with proper wearable design: circular base ring connected to open-bar cage body with front opening for urination, tiny integrated lock, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (697, '0', '', '2025-12-12 08:34:01', '', '2025-12-12 08:34:01', NULL, '20251212b0a47821', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/75ab0f4a_021765528441196d6d3168ae2bcee8e5f54d16f5503dedeae14ed_0.jpeg', 1, 'chibi korean hand-drawn icon, single rose gold metal female chastity belt with proper wearable design: waist band + front shield with ventilation holes and rear cable, tiny lock, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (698, '0', '', '2025-12-12 08:35:11', '', '2025-12-12 08:35:11', NULL, '20251212030e0dca', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/7245045d_021765528511472c5f50319cb4d4388d7836967b82aebe59961cb_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal chastity panty with triangular front cage panel covering the area, thin waist straps and rear strap, tiny heart lock at waist, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (699, '0', '', '2025-12-12 08:35:29', '', '2025-12-12 08:35:29', NULL, '2025121206260304', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/156c8545_0217655285296023c1f91f892e9aff2a902d86b047fe242623b5e_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal chastity panty with triangular front cage panel covering the area, thin waist straps and rear strap, tiny heart lock at waist, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (700, '0', '', '2025-12-12 08:36:41', '', '2025-12-12 08:36:41', NULL, '202512121a90d2f6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/dd81d209_02176552860115874bd01b7bc1bacfcfc78546caab5b5fad81b3e_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal chastity panty with triangular front cage panel covering the area, thin waist straps and rear strap, tiny heart lock at waist, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (701, '0', '', '2025-12-12 10:32:18', '', '2025-12-12 10:32:18', NULL, '202512127a5d247a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/0e713a94_021765535538668fef143c4098cd8cc7e0dd8c08d18f9db26aa1d_0.jpeg', 1, 'chibi korean hand-drawn icon, sterile pure white silicone chastity panty with triangular front shield and soft blue medical stripes, rose gold tiny lock, glistening wet surface, angled 45° to the left with subtle floating shadow, soft watercolor refined irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (702, '0', '', '2025-12-12 10:32:42', '', '2025-12-12 10:32:42', NULL, '20251212c42f9a5e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/9f99fa81_02176553556295715b33ccaa151d3ed7feaaa761bc71c37d79900_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal chastity panty with triangular front cage panel covering the area, thin waist straps and rear strap, tiny heart lock at waist, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (703, '0', '', '2025-12-12 10:33:57', '', '2025-12-12 10:33:57', NULL, '2025121229c2cd4b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/a3722f47_0217655356375661e15ac27860f2c8c25bccd5ee2521f9ab11fe0_0.jpeg', 1, 'chibi korean hand-drawn icon, rose gold metal chastity panty with triangular front cage panel covering the area, thin waist straps and rear strap, tiny heart lock at waist, glistening wet metallic surface, angled 45° to the left with subtle floating shadow, soft watercolor irresistible metallic shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (704, '0', '', '2025-12-12 10:34:32', '', '2025-12-12 10:34:32', NULL, '202512127401ebba', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/7f8f124c_021765535672616fef143c4098cd8cc7e0dd8c08d18f9dbee63ce_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black metal chastity panty with triangular front cage panel, rose gold waist straps and tiny lock, glistening wet dark surface, angled 45° to the left with subtle floating shadow, soft watercolor dark irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (705, '0', '', '2025-12-12 10:34:48', '', '2025-12-12 10:34:48', NULL, '20251212609fec43', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/5314c5af_02176553568883334cb6184a92ddd9ae87302c189a666e54e1cf6_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black metal chastity panty with triangular front cage panel, rose gold waist straps and tiny lock, glistening wet dark surface, angled 45° to the left with subtle floating shadow, soft watercolor dark irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (706, '0', '', '2025-12-12 10:36:14', '', '2025-12-12 10:36:14', NULL, '20251212f254c61a', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/0ed75c29_02176553577433630d072d337ea6fcc7bbfbe2f0c485be244cc7f_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black metal chastity panty with triangular front cage panel, thin waist straps and rear strap, rose gold tiny lock at side, smooth dark surface, angled 45° to the left, soft watercolor dark luxury shine, premium intimate item, perfectly centered, clean pure white background only, no shadow, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (707, '0', '', '2025-12-12 10:36:35', '', '2025-12-12 10:36:35', NULL, '20251212bbf26c43', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/01f232ac_0217655357953803c1f91f892e9aff2a902d86b047fe242418db5_0.jpeg', 1, 'chibi korean hand-drawn icon, matte black metal chastity panty with triangular front cage panel, thin waist straps and rear strap, rose gold tiny lock at side, smooth dark surface, angled 45° to the left, soft watercolor dark luxury shine, premium intimate item, perfectly centered, clean pure white background only, no shadow, no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (708, '0', '', '2025-12-12 10:38:16', '', '2025-12-12 10:38:16', NULL, '20251212b4d1ec6f', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/22a7eaae_02176553589685174bd01b7bc1bacfcfc78546caab5b5fa769651_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive matte black metal chastity panty with triangular front cage panel, thin waist straps and rear strap, rose gold tiny lock at side, glistening wet dark surface, angled 45° to the left, soft watercolor irresistible dark shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (709, '0', '', '2025-12-12 10:38:49', '', '2025-12-12 10:38:49', NULL, '202512122f297672', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/9bff9067_0217655359292845097524147fba306f3fd5b41c933770271c440_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive matte black metal chastity panty with triangular front cage panel, thin waist straps and rear strap, rose gold tiny lock at side, glistening wet dark surface, angled 45° to the left, soft watercolor irresistible dark shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (710, '0', '', '2025-12-12 10:39:04', '', '2025-12-12 10:39:04', NULL, '202512125e94e36e', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/bcc30154_021765535944509f9825d5f0df17daef396c99db06060541724d8_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive matte black metal chastity panty with triangular front cage panel, thin waist straps and rear strap, rose gold tiny lock at side, glistening wet dark surface, angled 45° to the left, soft watercolor irresistible dark shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (711, '0', '', '2025-12-12 10:40:32', '', '2025-12-12 10:40:32', NULL, '202512122947de32', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/ffed2e1b_0217655360321071386b9a8ed856c57501cfa946ce34c98a8631c_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive matte black metal low-rise chastity panty with dramatic hip curves, triangular front cage panel tightly wrapping private area, ultra-thin side straps highlighting perfect waist-to-hip ratio and plump buttocks, rose gold tiny lock, glistening wet dark surface, angled 45° to the left, soft watercolor dark irresistible shine, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (712, '0', '', '2025-12-12 10:40:47', '', '2025-12-12 10:40:47', NULL, '202512120ac8e884', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/b7c8331b_021765536047302fef143c4098cd8cc7e0dd8c08d18f9dbe7d045_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive matte black metal low-rise chastity panty with dramatic hip curves, triangular front cage panel tightly wrapping private area, ultra-thin side straps highlighting perfect waist-to-hip ratio and plump buttocks, rose gold tiny lock, glistening wet dark surface, angled 45° to the left, soft watercolor dark irresistible shine, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (713, '0', '', '2025-12-12 10:41:54', '', '2025-12-12 10:41:54', NULL, '202512121d1e83e5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/5b6e4145_021765536114073f8f49430e1e3875ff473008eb96b3a396223b3_0.jpeg', 1, 'chibi korean hand-drawn icon, floating matte black metal chastity panty with triangular front cage panel ultra-thin waist straps and rear strap rose gold tiny lock at side glistening dark surface angled 45° to the left soft watercolor dark irresistible shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (714, '0', '', '2025-12-12 10:42:37', '', '2025-12-12 10:42:37', NULL, '20251212b130d0dc', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/3c682f6e_021765536157656d6d3168ae2bcee8e5f54d16f5503dede209399_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone chastity panty with triangular front shield thin clear waist straps and rear strap rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible wet glow premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (715, '0', '', '2025-12-12 10:42:54', '', '2025-12-12 10:42:54', NULL, '20251212b538052b', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/4505f680_0217655361747565097524147fba306f3fd5b41c933770247be71_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone chastity panty with triangular front shield thin clear waist straps and rear strap rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible wet glow premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (716, '0', '', '2025-12-12 10:43:21', '', '2025-12-12 10:43:21', NULL, '202512121fb14798', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/8ac6d04b_021765536202054c799e7b290acded99bf6695874956a9f51e4b1_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone chastity panty with triangular front shield thin clear waist straps and rear strap rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible wet glow premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (717, '0', '', '2025-12-12 10:44:19', '', '2025-12-12 10:44:19', NULL, '2025121285080257', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/4aa7eedd_021765536259266732fd601d62b6a7044a0e20965673d99b833d6_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone low-rise chastity panty with realistic wearable structure: low-waist band connected to triangular front shield and thin rear strap, rose gold tiny lock at side, glistening wet jelly surface, angled 45° to the left, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (718, '0', '', '2025-12-12 10:44:41', '', '2025-12-12 10:44:41', NULL, '202512124bf902f9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/09ce98de_0217655362810741e15ac27860f2c8c25bccd5ee2521f9a96f09a_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone open-crotch chastity panty with realistic wearable structure: high-waist band with open triangular front frame and rear strap, rose gold tiny lock at side, glistening wet jelly surface, angled 45° to the left, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (719, '0', '', '2025-12-12 10:45:01', '', '2025-12-12 10:45:01', NULL, '202512122278ebbf', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/68cf178a_021765536301837d6d3168ae2bcee8e5f54d16f5503dede639788_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone chastity panty with built-in vibrating bullet, realistic wearable high-waist band and triangular front shield, rose gold tiny lock and LED ring, glistening wet jelly surface, angled 45° to the left, soft watercolor irresistible wet glow, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (720, '0', '', '2025-12-12 10:47:15', '', '2025-12-12 10:47:15', NULL, '202512124bb03a54', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/3fe8a714_02176553643592015b33ccaa151d3ed7feaaa761bc71c3767ca3a_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone low-rise chastity panty with delicate rose gold fine mesh grid over intimate area, thin waist straps and rear strap, rose gold tiny lock, glistening wet jelly surface, angled 45° to left, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (721, '0', '', '2025-12-12 10:47:39', '', '2025-12-12 10:47:39', NULL, '2025121207d844a5', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/aa8482a6_02176553645933634cb6184a92ddd9ae87302c189a666e58b25ea_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone open-crotch chastity panty with rose gold fine mesh grid frame around open area for maximum tease, high-waist band and rear strap, rose gold tiny lock, glistening wet jelly surface, angled 45° to left, soft watercolor irresistible wet shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (722, '0', '', '2025-12-12 10:48:03', '', '2025-12-12 10:48:03', NULL, '202512123f943580', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/7138ee99_021765536483409c5f50319cb4d4388d7836967b82aebe58abd0e_0.jpeg', 1, 'chibi korean hand-drawn icon, floating transparent glossy peach-pink silicone chastity panty with matte black rose gold fine mesh grid over intimate area, high-waist band and rear strap, rose gold tiny lock, glistening wet jelly surface, angled 45° to left, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no body no character, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (723, '0', '', '2025-12-12 10:48:41', '', '2025-12-12 10:48:41', NULL, '2025121294273ec6', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/15646908_021765536521964c5f50319cb4d4388d7836967b82aebe56682e7_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive rose gold female chastity panty with triangular front shield and ventilation slots, thin waist band and rear cable, tiny lock at side, glistening wet metallic surface, angled 45° to the left, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (724, '0', '', '2025-12-12 10:49:04', '', '2025-12-12 10:49:04', NULL, '202512120aae8942', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/bbb4c8af_021765536544491641a02d40a43d449f07de84c480b390dcf6f2d_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive rose gold female chastity panty with triangular front shield and ventilation slots, thin waist band and rear cable, tiny lock at side, glistening wet metallic surface, angled 45° to the left, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (725, '0', '', '2025-12-12 10:49:26', '', '2025-12-12 10:49:26', NULL, '20251212cdd256d1', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/b4e7b0d5_0217655365668181386b9a8ed856c57501cfa946ce34c98f01d57_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive rose gold male chastity panty with triangular front open-bar cage panel, thin waist band and rear strap, tiny lock at side, glistening wet metallic surface, angled 45° to the left, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (726, '0', '', '2025-12-12 10:49:41', '', '2025-12-12 10:49:41', NULL, '2025121208689604', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/a39f87d5_021765536582006641a02d40a43d449f07de84c480b390d59b031_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive rose gold male chastity panty with triangular front open-bar cage panel, thin waist band and rear strap, tiny lock at side, glistening wet metallic surface, angled 45° to the left, soft watercolor irresistible shine, premium intimate item, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (727, '0', '', '2025-12-12 10:52:13', '', '2025-12-12 10:52:13', NULL, '20251212473e42c0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/6e29132d_021765536733199c5f50319cb4d4388d7836967b82aebe5aa2d35_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive gradient black-pink metal low-rise chastity panty with glowing neon lines tracing sexy hip curves, triangular front cage panel with flickering neon edges, ultra-thin straps cutting into waist emphasizing perfect proportions and round buttocks, rose gold lock, glistening wet surface, angled 45° to the left, soft watercolor holographic irresistible shine, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (728, '0', '', '2025-12-12 10:52:28', '', '2025-12-12 10:52:28', NULL, '2025121230337dfd', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/9f16181e_0217655367487761386b9a8ed856c57501cfa946ce34c983d99dd_0.jpeg', 1, 'chibi korean hand-drawn icon, ultra seductive gradient black-pink metal low-rise chastity panty with glowing neon lines tracing sexy hip curves, triangular front cage panel with flickering neon edges, ultra-thin straps cutting into waist emphasizing perfect proportions and round buttocks, rose gold lock, glistening wet surface, angled 45° to the left, soft watercolor holographic irresistible shine, perfectly centered, clean pure white background only, no shadow no face no eyes no mouth no expression, safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (729, '0', '', '2025-12-12 10:52:48', '', '2025-12-12 10:52:48', NULL, '20251212dacc2f10', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/36324334_0217655367688817b67bbc2a2a9a26108e071e40bb0b084d48107_0.jpeg', 1, 'chibi korean hand-drawn icon, floating gradient black-pink metal chastity panty with triangular front cage flickering neon circuit lines thin waist straps rose gold lock glistening wet surface angled 45° to the left soft watercolor holographic irresistible shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (730, '0', '', '2025-12-12 10:53:00', '', '2025-12-12 10:53:00', NULL, '202512121011d601', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/b14d5345_021765536780801732fd601d62b6a7044a0e20965673d9972dc32_0.jpeg', 1, 'chibi korean hand-drawn icon, floating gradient black-pink metal chastity panty with triangular front cage flickering neon circuit lines thin waist straps rose gold lock glistening wet surface angled 45° to the left soft watercolor holographic irresistible shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (731, '0', '', '2025-12-12 10:53:34', '', '2025-12-12 10:53:34', NULL, '202512121a9697c9', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/256d5f9a_0217655368142385097524147fba306f3fd5b41c9337702dd7c55_0.jpeg', 1, 'chibi korean hand-drawn icon, floating gradient black-pink metal chastity panty with triangular front cage flickering neon circuit lines thin waist straps rose gold lock glistening wet surface angled 45° to the left soft watercolor holographic irresistible shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (732, '0', '', '2025-12-12 10:54:22', '', '2025-12-12 10:54:22', NULL, '202512121f1fefb0', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/ac58fcf0_02176553686246475aeae14c82856eca08eecb5e75c057514c8ed_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (733, '0', '', '2025-12-12 10:54:36', '', '2025-12-12 10:54:36', NULL, '202512125dd4fcdd', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/2051d0cb_0217655368762665097524147fba306f3fd5b41c9337702db84af_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (734, '0', '', '2025-12-12 10:54:48', '', '2025-12-12 10:54:48', NULL, '2025121257451c79', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/dafbb742_0217655368888397ed3dd5a26da08a73b6b7a2883108092c49982_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (735, '0', '', '2025-12-12 10:56:56', '', '2025-12-12 10:56:56', NULL, '202512120ef2cd02', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/66894122_021765537016508641a02d40a43d449f07de84c480b390da762ad_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (736, '0', '', '2025-12-12 11:13:35', '', '2025-12-12 11:13:35', NULL, '202512129f67c7c3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/baa27ffe_0217655380150837ed3dd5a26da08a73b6b7a28831080922b0573_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (737, '0', '', '2025-12-12 11:14:01', '', '2025-12-12 11:14:01', NULL, '20251212d3ca3f94', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/e6416425_021765538041174c799e7b290acded99bf6695874956a9fa77726_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (738, '0', '', '2025-12-12 11:14:49', '', '2025-12-12 11:14:49', NULL, '20251212aa719aa3', 16, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/12/93f304bc_0217655380890861386b9a8ed856c57501cfa946ce34c989e338f_0.jpeg', 1, 'chibi korean hand-drawn icon, floating sterile pure white silicone chastity panty with triangular front shield soft blue medical stripes thin waist straps rose gold tiny lock glistening wet surface angled 45° to the left soft watercolor irresistible pure shine premium intimate item perfectly centered clean pure white background only no shadow no face no body no character safe game asset', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (739, '0', '', '2025-12-13 09:37:23', '', '2025-12-13 09:37:23', NULL, '202512131fd56b67', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (740, '0', '', '2025-12-13 09:37:24', '', '2025-12-13 09:37:24', NULL, '20251213df732f9d', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (741, '0', '', '2025-12-13 09:37:25', '', '2025-12-13 09:37:25', NULL, '202512138c6875e3', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (742, '0', '', '2025-12-13 09:37:26', '', '2025-12-13 09:37:26', NULL, '20251213f96bcae1', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (743, '0', '', '2025-12-13 09:37:27', '', '2025-12-13 09:37:27', NULL, '20251213e8a89b69', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (744, '0', '', '2025-12-13 09:37:28', '', '2025-12-13 09:37:28', NULL, '20251213a27646f0', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (745, '0', '', '2025-12-13 09:37:29', '', '2025-12-13 09:37:29', NULL, '20251213acf4aad9', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (746, '0', '', '2025-12-13 09:38:18', '', '2025-12-13 09:38:18', NULL, '20251213d2ee213d', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (747, '0', '', '2025-12-13 09:38:28', '', '2025-12-13 09:38:28', NULL, '20251213811d56d9', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (748, '0', '', '2025-12-13 09:38:29', '', '2025-12-13 09:38:29', NULL, '2025121306294aea', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (749, '0', '', '2025-12-13 09:38:30', '', '2025-12-13 09:38:30', NULL, '20251213c112c43d', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (750, '0', '', '2025-12-13 09:38:31', '', '2025-12-13 09:38:31', NULL, '20251213c13872b5', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (751, '0', '', '2025-12-13 09:38:32', '', '2025-12-13 09:38:32', NULL, '20251213807eb5c2', 14, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (752, '0', '', '2025-12-13 09:39:16', '', '2025-12-13 09:39:16', NULL, '20251213b961399c', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/13/ddfcec31_02176561875657799f4740eadd3360aa6250e68d85f7ec787e56d_0.jpeg', 1, '白色丝袜性感美女,亚洲面孔,躺在沙发旁边,手里拿着自慰震动棒', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (753, '0', '', '2025-12-13 09:39:45', '', '2025-12-13 09:39:45', NULL, '2025121310b95f79', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/13/df7deb95_0217656187853092504cb05148e9a08cc7612c3f2b24e52b50027_0.jpeg', 1, '白色丝袜性感美女,亚洲面孔,躺在沙发旁边,手里拿着自慰震动棒、全身照片', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (754, '0', '', '2025-12-13 09:40:51', '', '2025-12-13 09:40:51', NULL, '20251213732add13', 14, '1', 2.00, 'https://images.iqyjsnwv.com/2025/12/13/01d59f6f_021765618851525f9825d5f0df17daef396c99db0606054a17d0f_0.jpeg', 1, '白色丝袜性感美女,亚洲面孔,躺在沙发旁边,手里拿着自慰震动棒、全身照片,露出大长腿,妖娆一些', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (755, '0', '', '2025-12-14 02:23:10', '', '2025-12-14 02:23:10', NULL, '202512147d61c9ea', 33, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (756, '0', '', '2025-12-14 02:23:15', '', '2025-12-14 02:23:15', NULL, '202512143871e9b0', 33, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (757, '0', '', '2025-12-14 02:23:45', '', '2025-12-14 02:23:45', NULL, '202512144990fd69', 33, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (758, '0', '', '2025-12-14 02:23:52', '', '2025-12-14 02:23:52', NULL, '20251214e6fca91e', 33, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (759, '0', '', '2025-12-14 02:23:54', '', '2025-12-14 02:23:54', NULL, '202512146344eb70', 33, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (760, '0', '', '2025-12-14 06:54:31', '', '2025-12-14 06:54:31', NULL, '20251214c022bf2c', 34, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (761, '0', '', '2025-12-14 06:54:36', '', '2025-12-14 06:54:36', NULL, '2025121470303c8d', 34, '11', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (762, '0', '', '2025-12-14 06:55:38', '', '2025-12-14 06:55:38', NULL, '202512141dc6ed95', 34, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/14/35b397fb_02176569533866315b33ccaa151d3ed7feaaa761bc71c3744307a_0.jpeg', 1, '上衣换成黑色蕾丝胸罩', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/14/c5904fa1_是酷还是辣_6_米娅不酷_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (763, '0', '', '2025-12-14 06:57:02', '', '2025-12-14 06:57:02', NULL, '2025121460c555e1', 34, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/14/8485cb8e_02176569542226912014becacfaf8a37949eaec3c8139754e529c_0.jpeg', 1, '上衣换成黑色蕾丝胸罩,下身只保留丝袜,阴道若隐若现', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/14/c5904fa1_是酷还是辣_6_米娅不酷_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (764, '0', '', '2025-12-14 07:00:43', '', '2025-12-14 07:00:43', NULL, '2025121472773a43', 34, '12', 2.00, 'https://images.iqyjsnwv.com/2025/12/14/33d705cd_02176569564393634cb6184a92ddd9ae87302c189a666e5220107_0.jpeg', 1, '衣服换成黑色蕾丝胸罩,下身黑色丝袜保留,不穿内裤,直接看到阴唇。人物躺在台面上,双腿成M型', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/14/61966219_是酷还是辣_6_米娅不酷_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (765, '0', '', '2025-12-15 04:08:23', '', '2025-12-15 04:08:23', NULL, '20251215a7b85452', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (766, '0', '', '2025-12-15 04:46:08', '', '2025-12-15 04:46:08', NULL, '202512157a038ee7', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (767, '0', '', '2025-12-16 08:54:27', '', '2025-12-16 08:54:27', NULL, '2025121626bb1982', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (768, '0', '', '2025-12-16 08:54:29', '', '2025-12-16 08:54:29', NULL, '2025121621df50ff', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (769, '0', '', '2025-12-16 08:54:31', '', '2025-12-16 08:54:31', NULL, '202512166b99d3c0', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (770, '0', '', '2025-12-16 08:54:33', '', '2025-12-16 08:54:33', NULL, '202512161d27191c', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (771, '0', '', '2025-12-16 08:54:35', '', '2025-12-16 08:54:35', NULL, '20251216d6eaeb11', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (772, '0', '', '2025-12-16 08:54:37', '', '2025-12-16 08:54:37', NULL, '2025121637c833da', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (773, '0', '', '2025-12-16 08:54:39', '', '2025-12-16 08:54:39', NULL, '20251216e73d567d', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (774, '0', '', '2025-12-16 08:55:53', '', '2025-12-16 08:55:53', NULL, '202512167bca1b29', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (775, '0', '', '2025-12-17 05:43:32', '', '2025-12-17 05:43:32', NULL, '20251217bc60b6e1', 36, '11', 2.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (776, '0', '', '2025-12-17 05:43:38', '', '2025-12-17 05:43:38', NULL, '20251217e27b632a', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/3e65fb16_02176595021834699f4740eadd3360aa6250e68d85f7ec7f12739_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, very large breasts nipples perfectly matching skin tone, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, transparent black lace micro bikini perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/bdcc3842_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (777, '0', '', '2025-12-17 05:44:03', '', '2025-12-17 05:44:03', NULL, '202512178e4d9bb7', 36, '11', 2.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (778, '0', '', '2025-12-17 05:45:21', '', '2025-12-17 05:45:21', NULL, '20251217e7ad7e6d', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/4d7e20b9_021765950321845d6d3168ae2bcee8e5f54d16f5503deded59c39_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, very large breasts nipples perfectly matching skin tone, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, transparent black lace micro bikini perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (779, '0', '', '2025-12-17 05:45:59', '', '2025-12-17 05:45:59', NULL, '202512170f7c3ba3', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/6a159b3f_02176595036003175aeae14c82856eca08eecb5e75c0575a5e719_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, very large breasts nipples perfectly matching skin tone, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (780, '0', '', '2025-12-17 05:48:06', '', '2025-12-17 05:48:06', NULL, '2025121784fa1f5c', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/10eeea7f_0217659504863703a780f972f42b9300f847977bd3329557bcdc2_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts naked apron only no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (781, '0', '', '2025-12-17 05:48:33', '', '2025-12-17 05:48:33', NULL, '20251217b6d946f1', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/7028ebec_021765950513399732fd601d62b6a7044a0e20965673d991be65b_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts transparent black lace micro bikini no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (782, '0', '', '2025-12-17 05:48:55', '', '2025-12-17 05:48:55', NULL, '20251217e0d4d689', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/90e7363a_02176595053603875aeae14c82856eca08eecb5e75c0575a64e7e_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (783, '0', '', '2025-12-17 05:50:14', '', '2025-12-17 05:50:14', NULL, '202512173b245a1a', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/1a36b898_0217659506141468547934892c4038781a87d514f9a9196d1122a_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (784, '0', '', '2025-12-17 05:53:18', '', '2025-12-17 05:53:18', NULL, '2025121705c012ea', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/1a9f971a_021765950798996f8f49430e1e3875ff473008eb96b3a39a10cff_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, transparent black lace micro bikini, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (785, '0', '', '2025-12-17 05:53:45', '', '2025-12-17 05:53:45', NULL, '202512171b59cc10', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/17/489e688a_02176595082525974bd01b7bc1bacfcfc78546caab5b5fa7dd48b_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, , no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/17/399923c9_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (786, '0', '', '2025-12-17 16:58:09', '', '2025-12-17 16:58:09', NULL, '202512188c25f9b3', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/4c6671a5_0217659906895593c1f91f892e9aff2a902d86b047fe2423f0162_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, , no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', '', 'N', 'https://images.iqyjsnwv.com/2025/12/18/0a99b810_1.jpeg', NULL); INSERT INTO `ai_order` VALUES (787, '0', '', '2025-12-18 02:30:29', '', '2025-12-18 02:30:29', NULL, '2025121827837db5', 14, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/e7a9e6a1_021766025029491732fd601d62b6a7044a0e20965673d99f8baf6_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作}, {胸部大小}, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/18/e19dc6be_863ac61e-5d31-4074-9e1d-1a1b3d05c2f6.png', NULL); INSERT INTO `ai_order` VALUES (788, '0', '', '2025-12-18 02:32:02', '', '2025-12-18 02:32:02', NULL, '20251218d380ff92', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (789, '0', '', '2025-12-18 02:32:05', '', '2025-12-18 02:32:05', NULL, '202512189b7b14e7', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (790, '0', '', '2025-12-18 02:32:06', '', '2025-12-18 02:32:06', NULL, '20251218829de92e', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (791, '0', '', '2025-12-18 02:32:07', '', '2025-12-18 02:32:07', NULL, '202512184bd7f6e5', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (792, '0', '', '2025-12-18 02:32:08', '', '2025-12-18 02:32:08', NULL, '20251218d8c314ec', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (793, '0', '', '2025-12-18 02:32:38', '', '2025-12-18 02:32:38', NULL, '20251218ed8c66ec', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (794, '0', '', '2025-12-18 02:37:42', '', '2025-12-18 02:37:42', NULL, '202512186a1aa2a8', 14, '12', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (795, '0', '', '2025-12-18 06:21:35', '', '2025-12-18 06:21:35', NULL, '202512182a81a563', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/af6dfed6_021766038895064c799e7b290acded99bf6695874956a9f707518_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, transparent black lace micro bikini, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/add7a340_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (796, '0', '', '2025-12-18 06:21:54', '', '2025-12-18 06:21:54', NULL, '20251218f73fa3d2', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/b838593c_0217660389147801e15ac27860f2c8c25bccd5ee2521f9a729275_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, naked apron only, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/add7a340_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (797, '0', '', '2025-12-18 06:22:14', '', '2025-12-18 06:22:14', NULL, '2025121839c25413', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/ee72e0e9_021766038934268d6d3168ae2bcee8e5f54d16f5503dede737501_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, transparent black lace micro bikini, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/add7a340_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (799, '0', '', '2025-12-18 06:26:43', '', '2025-12-18 06:26:43', NULL, '202512187c023eb5', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/80f5521d_0217660392038015097524147fba306f3fd5b41c933770266daf1_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, completely transparent white babydoll lingerie, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (800, '0', '', '2025-12-18 06:27:07', '', '2025-12-18 06:27:07', NULL, '20251218d7c00ec4', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/b10fe8b8_0217660392275003a780f972f42b9300f847977bd332955c264d1_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, classic black bunny suit with fishnet stockings, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (801, '0', '', '2025-12-18 06:27:36', '', '2025-12-18 06:27:36', NULL, '20251218c2c3d64e', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/0eb9a0f9_02176603925661375aeae14c82856eca08eecb5e75c0575b8fbf6_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, virgin killer sweater only, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (802, '0', '', '2025-12-18 06:27:54', '', '2025-12-18 06:27:54', NULL, '202512186fbe57b7', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/bae256f5_02176603927442474bd01b7bc1bacfcfc78546caab5b5fab3d1c0_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, completely transparent white babydoll lingerie, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (803, '0', '', '2025-12-18 06:28:16', '', '2025-12-18 06:28:16', NULL, '20251218222a407f', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/7b507f52_0217660392963355097524147fba306f3fd5b41c933770238347e_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, virgin killer sweater only, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (804, '0', '', '2025-12-18 06:28:37', '', '2025-12-18 06:28:37', NULL, '20251218cc0e47aa', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/acd15b3a_0217660393177243a780f972f42b9300f847977bd3329554bd57e_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, classic black bunny suit with fishnet stockings, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/5058fb3a_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (806, '0', '', '2025-12-18 06:29:25', '', '2025-12-18 06:29:25', NULL, '20251218ddebd140', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/05ea65ee_021766039365039f8f49430e1e3875ff473008eb96b3a3933ad8a_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, ,crotchless red lace lingerie with garterbelt and stockings, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/6d463d63_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (807, '0', '', '2025-12-18 06:29:50', '', '2025-12-18 06:29:50', NULL, '20251218e9a04c06', 36, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/7261650b_02176603939028674bd01b7bc1bacfcfc78546caab5b5fa62020a_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, transparent black lace micro bikini, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/18/6d463d63_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (809, '0', '', '2025-12-18 06:34:06', '', '2025-12-18 06:34:06', NULL, '20251218ed119375', 36, '12', 2.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (812, '0', '', '2025-12-18 08:19:36', '', '2025-12-18 08:19:36', NULL, '20251218ccb1658e', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (813, '0', '', '2025-12-18 08:19:38', '', '2025-12-18 08:19:38', NULL, '202512185780be0e', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (814, '0', '', '2025-12-18 08:19:45', '', '2025-12-18 08:19:45', NULL, '202512184c3ede45', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (815, '0', '', '2025-12-18 08:19:48', '', '2025-12-18 08:19:48', NULL, '2025121862a7e894', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (816, '0', '', '2025-12-18 08:19:53', '', '2025-12-18 08:19:53', NULL, '20251218e86d6cd6', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (817, '0', '', '2025-12-18 08:19:58', '', '2025-12-18 08:19:58', NULL, '202512182b8826ae', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (818, '0', '', '2025-12-18 08:19:59', '', '2025-12-18 08:19:59', NULL, '20251218c2be13ca', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (819, '0', '', '2025-12-18 08:20:01', '', '2025-12-18 08:20:01', NULL, '2025121806ba8aec', 14, '1', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (820, '0', '', '2025-12-18 08:23:42', '', '2025-12-18 08:23:42', NULL, '20251218ae940a17', 14, '13', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (821, '0', '', '2025-12-18 08:23:44', '', '2025-12-18 08:23:44', NULL, '202512183736e521', 14, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/851adb61_02176604622430430d072d337ea6fcc7bbfbe2f0c485be27674e5_0.jpeg', 1, '分析第二张图中的中间人的脸,把第一张图中的中间人的脸替换成第二张图中的中间人的脸', 'XM001', 'N', '[https://images.iqyjsnwv.com/2025/12/18/8cf49cea_a5e3d561-ecd0-446b-8f65-1d861e9d7fa9.jpg, https://images.iqyjsnwv.com/2025/12/18/5fe54856_263f4374f93b105803e2219207aec7a8.jpg]', NULL); INSERT INTO `ai_order` VALUES (822, '0', '', '2025-12-18 08:29:18', '', '2025-12-18 08:29:18', NULL, '2025121823dd971d', 14, '13', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (823, '0', '', '2025-12-18 08:29:20', '', '2025-12-18 08:29:20', NULL, '20251218208fcc1c', 14, '13', 2.00, NULL, 0, NULL, 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (824, '0', '', '2025-12-18 08:29:22', '', '2025-12-18 08:29:22', NULL, '20251218c5a94e13', 14, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/008dad59_021766046562562fef143c4098cd8cc7e0dd8c08d18f9db6c7040_0.jpeg', 1, '分析第二张图中的中间人的脸,把第一张图中的中间人的脸替换成第二张图中的中间人的脸', 'XM001', 'N', '[https://images.iqyjsnwv.com/2025/12/18/3702e679_Divorced at the Wedding Day.png, https://images.iqyjsnwv.com/2025/12/18/46188f67_263f4374f93b105803e2219207aec7a8.jpg]', NULL); INSERT INTO `ai_order` VALUES (826, '0', '', '2025-12-18 09:39:00', '', '2025-12-18 09:39:00', NULL, '2025121856097476', 14, '13', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/d76d6484_0217660507401471386b9a8ed856c57501cfa946ce34c98e84fb4_0.jpeg', 1, '分析第二张图中的中间人的脸,把第一张图中的中间人的脸替换成第二张图中的中间人的脸', 'XM001', 'N', '[https://images.iqyjsnwv.com/2025/12/18/fff8aec0_Rented a Billionaire Husband for Christmas (1).png, https://images.iqyjsnwv.com/2025/12/18/3963d391_492946037_122105779130863871_9202108964935318585_n.webp]', NULL); INSERT INTO `ai_order` VALUES (827, '0', '', '2025-12-18 10:14:36', '', '2025-12-18 18:17:23', NULL, '20251218c037ba63', 14, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/18/780799ef_02176605293014600000000000000000000ffffc0a888574cc310.mp4', 1, NULL, 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/18/dd1955cc_925fdfc5-1913-4ec1-8252-9d5062d797fd.png', 'https://images.iqyjsnwv.com/2025/12/18/5fa7cc4a_860dfd38-a14c-4883-a521-bf908dbd9339.jpg'); INSERT INTO `ai_order` VALUES (828, '0', '', '2025-12-18 11:09:59', '', '2025-12-18 11:09:59', NULL, '202512189a8ff475', 16, '1', 2.00, NULL, 0, NULL, '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (829, '0', '', '2025-12-18 11:10:51', '', '2025-12-18 11:10:51', NULL, '202512186e84358f', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/2d1cb1a2_021766056251623fef143c4098cd8cc7e0dd8c08d18f9dbfc909a_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, ,crotchless red lace lingerie with garterbelt and stockings, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', '', 'N', 'https://images.iqyjsnwv.com/2025/12/18/3a1e1cb6_1.jpeg', NULL); INSERT INTO `ai_order` VALUES (830, '0', '', '2025-12-18 11:24:42', '', '2025-12-18 11:24:42', NULL, '20251218b71c768f', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/ac3b22d6_021766057082234c5f50319cb4d4388d7836967b82aebe5ceed79_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, naked apron only, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', '', 'N', 'https://images.iqyjsnwv.com/2025/12/18/3a1e1cb6_1.jpeg', NULL); INSERT INTO `ai_order` VALUES (831, '0', '', '2025-12-18 20:02:28', '', '2025-12-18 20:02:28', NULL, '20251218bc16fc2a', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/09a5cf08_0217660593488952504cb05148e9a08cc7612c3f2b24e52fd93a3_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, transparent black lace micro bikini, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', '', 'N', 'https://images.iqyjsnwv.com/2025/12/18/3a1e1cb6_1.jpeg', NULL); INSERT INTO `ai_order` VALUES (832, '0', '', '2025-12-18 20:11:03', '', '2025-12-18 20:11:03', NULL, '20251218b31d70f3', 16, '11', 2.00, 'https://images.iqyjsnwv.com/2025/12/18/6c7f97ee_021766059864036d6d3168ae2bcee8e5f54d16f5503dede8fa399_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing very large breasts, naked apron only, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)', '', 'N', 'https://images.iqyjsnwv.com/2025/12/18/7abcba69_1.jpeg', NULL); INSERT INTO `ai_order` VALUES (833, '0', '', '2025-12-19 07:27:27', '', '2025-12-19 07:27:27', NULL, '2025121985e8704a', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/a6098e80_02176610044727275aeae14c82856eca08eecb5e75c0575ebddf0_0.jpeg', 1, '生成一个美女直发,白色背心,黑色短裤的图像', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (834, '0', '', '2025-12-19 15:09:58', '', '2025-12-19 15:09:58', NULL, '20251219b1740838', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/afabbe2d_0217661281986612504cb05148e9a08cc7612c3f2b24e52a9ccab_0.jpeg', 1, '生成一个美女{头发},{衣服},{裤子}的图像', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (835, '0', '', '2025-12-19 15:10:39', '', '2025-12-19 15:10:39', NULL, '2025121967ae7daf', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/5b447bc0_02176612823979030d072d337ea6fcc7bbfbe2f0c485be2ec7d19_0.jpeg', 1, '生成一个美女{头发},{衣服},{裤子}的图像', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (836, '0', '', '2025-12-19 15:11:21', '', '2025-12-19 15:11:21', NULL, '20251219f3000068', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/d9bcc444_0217661282811173a780f972f42b9300f847977bd332955f9f910_0.jpeg', 1, '生成一个美女{头发},{衣服},{裤子}的图像', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (837, '0', '', '2025-12-19 17:33:26', '', '2025-12-19 17:33:26', NULL, '202512196bf2742b', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/5cec781e_0217661368068782504cb05148e9a08cc7612c3f2b24e52570e3d_0.jpeg', 1, '生成2,5包含红色流星,黄色流星,分辨率1080x1920的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/8fafd810_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (838, '0', '', '2025-12-19 17:35:26', '', '2025-12-19 17:35:26', NULL, '2025121922d33471', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/e8fcfb1d_02176613692697430d072d337ea6fcc7bbfbe2f0c485be2b2cf22_0.jpeg', 1, '生成主题2,风格4包含细节2,分辨率1080x1920的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/8fafd810_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (840, '0', '', '2025-12-19 17:46:57', '', '2025-12-19 17:46:57', NULL, '20251219cd26d7eb', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/a370eb14_0217661376180727ed3dd5a26da08a73b6b7a28831080922867dc_0.jpeg', 1, '生成主题1,风格4包含细节1,分辨率1080x1920的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd0428b8_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (841, '0', '', '2025-12-19 17:47:44', '', '2025-12-19 17:47:44', NULL, '202512198841ec5d', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/a1ebd114_02176613766473275aeae14c82856eca08eecb5e75c05754827b2_0.jpeg', 1, '生成主题2,风格5包含细节1,分辨率1080x1920的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd0428b8_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (842, '0', '', '2025-12-19 18:07:29', '', '2025-12-19 18:07:29', NULL, '2025121924a6abee', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/78c1f4d3_0217661388490947b67bbc2a2a9a26108e071e40bb0b0842efc2c_0.jpeg', 1, '生成1080x1920,细节3包含风格5,分辨率主题3的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd0428b8_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (843, '0', '', '2025-12-19 18:09:41', '', '2025-12-19 18:09:41', NULL, '20251219bdf7446a', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/fcd63182_0217661389819565097524147fba306f3fd5b41c9337702d00f72_0.jpeg', 1, '生成,1080x1920包含细节2,分辨率风格5的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd0428b8_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (845, '0', '', '2025-12-19 18:12:36', '', '2025-12-19 18:12:36', NULL, '2025121980675eb7', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/176c8177_02176613915707199f4740eadd3360aa6250e68d85f7ec7e87e90_0.jpeg', 1, '生成,1080x1920包含细节2,分辨率风格4的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd72d517_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (847, '0', '', '2025-12-19 18:15:51', '', '2025-12-19 18:15:51', NULL, '202512196eb6ffe8', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/b30f0c36_021766139351914c799e7b290acded99bf6695874956a9f80af87_0.jpeg', 1, '生成,1080x1920包含细节1,分辨率风格6的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/fd72d517_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (848, '0', '', '2025-12-19 21:26:06', '', '2025-12-19 21:26:06', NULL, '2025121950a76ba0', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/a95fa25d_02176615076619099f4740eadd3360aa6250e68d85f7ec75d23c6_0.jpeg', 1, '生成一个美女直发,白色背心,黑色短裤的图像', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (849, '0', '', '2025-12-19 21:28:18', '', '2025-12-19 21:28:18', NULL, '20251219bb76d5ba', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/19/a7e95772_0217661508983973a780f972f42b9300f847977bd332955873fc8_0.jpeg', 1, '生成一个美女黑色短裤,红色卷发,白色背心的图像', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (851, '0', '', '2025-12-19 21:28:31', '', '2025-12-19 21:28:31', NULL, '20251219beebf1d4', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/b456174f_021766150911920f8f49430e1e3875ff473008eb96b3a3949c530_0.jpeg', 1, '生成,1080x1920包含细节3,分辨率风格6的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/ef4fd330_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (852, '0', '', '2025-12-19 21:53:01', '', '2025-12-19 21:53:01', NULL, '2025121921f5ac19', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/f010efa4_0217661523814527b67bbc2a2a9a26108e071e40bb0b0843c17dd_0.jpeg', 1, '生成,1080x1920包含细节1,分辨率风格4的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/b7476347_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (853, '0', '', '2025-12-19 21:57:18', '', '2025-12-19 21:57:18', NULL, '20251219b4f92057', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/9bd97b63_02176615263829115b33ccaa151d3ed7feaaa761bc71c37c797aa_0.jpeg', 1, '1080x1920生成,细节3包含风格5,分辨率主题1的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/b7476347_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (854, '0', '', '2025-12-19 21:58:53', '', '2025-12-19 21:58:53', NULL, '202512199abcade3', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/19/36fc03ab_021766152733937732fd601d62b6a7044a0e20965673d99707e31_0.jpeg', 1, '1080x1920生成,细节1包含风格6,分辨率主题2的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/b7476347_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (855, '0', '', '2025-12-21 11:24:55', '', '2025-12-21 11:24:55', NULL, '202512217f95cfc4', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/21/51890391_021766287495506fef143c4098cd8cc7e0dd8c08d18f9db6b127e_0.jpeg', 1, '生成一个美女,红色卷发,的图像', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (856, '0', '', '2025-12-22 10:05:45', '', '2025-12-22 10:05:45', NULL, '202512223fbc817d', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/c0da0603_021766369145477641a02d40a43d449f07de84c480b390d1e06ad_0.jpeg', 1, '生成,细节3包含风格6,分辨率主题1的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/b7476347_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (857, '0', '', '2025-12-22 10:07:55', '', '2025-12-22 10:07:55', NULL, '20251222ce1a0bda', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/d38a4056_0217663692752971e15ac27860f2c8c25bccd5ee2521f9a607d5a_0.jpeg', 1, '12生成,细节3包含风格6,分辨率主题1的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/19/b7476347_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (858, '0', '', '2025-12-22 10:30:31', '', '2025-12-22 10:30:31', NULL, '20251222ab3e81cf', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/22/9de80c2a_02176637063181799f4740eadd3360aa6250e68d85f7ec7833244_0.jpeg', 1, '生成一个美女,黑色卷发,的图像', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (859, '0', '', '2025-12-22 10:31:39', '', '2025-12-22 10:31:39', NULL, '2025122290ba89c1', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/aa92c9b7_02176637069946574bd01b7bc1bacfcfc78546caab5b5fadd71c5_0.jpeg', 1, '12生成,细节3包含风格5,分辨率主题1的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/0830f7cd_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (860, '0', '', '2025-12-22 10:32:20', '', '2025-12-22 10:32:20', NULL, '2025122293cbf47a', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/d377a3dc_02176637074047334cb6184a92ddd9ae87302c189a666e52b0486_0.jpeg', 1, '1234生成,红色卷发包含,分辨率的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/0830f7cd_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (861, '0', '', '2025-12-22 10:33:00', '', '2025-12-22 10:33:00', NULL, '20251222e0fdc51d', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/2ea8ed73_0217663707804521e15ac27860f2c8c25bccd5ee2521f9a3c31fd_0.jpeg', 1, '12生成,细节3包含风格6,分辨率主题1的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/2faf355c_0217624861870697ed3dd5a26da08a73b6b7a28831080924cc41a_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (862, '0', '', '2025-12-22 10:34:05', '', '2025-12-22 10:34:05', NULL, '20251222922f8e5b', 16, '12', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/52886a6a_02176637084564799f4740eadd3360aa6250e68d85f7ec793c24e_0.jpeg', 1, '生成,包含红色流星,黄色流星,分辨率的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/0f7827df_0217624861870697ed3dd5a26da08a73b6b7a28831080924cc41a_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (863, '0', '', '2025-12-22 10:34:50', '', '2025-12-22 10:34:50', NULL, '202512220c2a0833', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/3ce38080_02176637089107034cb6184a92ddd9ae87302c189a666e5271793_0.jpeg', 1, '12生成,细节3包含风格6,分辨率主题1的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/2c6391d7_0217624861870697ed3dd5a26da08a73b6b7a28831080924cc41a_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (864, '0', '', '2025-12-22 10:37:52', '', '2025-12-22 10:37:52', NULL, '202512227ab00d73', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/9136ba8b_0217663710728623c1f91f892e9aff2a902d86b047fe2429c3764_0.jpeg', 1, '12生成,细节3包含风格6,分辨率主题3的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/e3d07c99_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (865, '0', '', '2025-12-22 10:38:56', '', '2025-12-22 10:38:56', NULL, '20251222c906f542', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/74a2541f_0217663711363511386b9a8ed856c57501cfa946ce34c984bfb84_0.jpeg', 1, '12生成,细节3包含风格6,分辨率主题1的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/9d2e5da6_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (866, '0', '', '2025-12-22 10:44:26', '', '2025-12-22 10:44:26', NULL, '20251222434884ee', 35, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/033dcbb9_02176637146641215b33ccaa151d3ed7feaaa761bc71c37c15846_0.jpeg', 1, '12生成,细节3包含,分辨率的图像', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/22/5f801275_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (873, '0', '', '2025-12-22 13:13:46', '', '2025-12-22 13:13:46', NULL, '2025122231c0a00f', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/b92a225b_0217663804261121e15ac27860f2c8c25bccd5ee2521f9a95f2db_0.jpeg', 1, '12生成,细节1包含风格6,分辨率主题3的图像', '', 'N', 'https://images.iqyjsnwv.com/2025/12/22/9631bb2c_0217624862432607ed3dd5a26da08a73b6b7a288310809271889f_0.jpeg', NULL); INSERT INTO `ai_order` VALUES (875, '0', '', '2025-12-22 15:28:01', '', '2025-12-22 15:28:01', NULL, '2025122299700d8d', 36, '13', 10.00, 'https://images.iqyjsnwv.com/2025/12/22/93f89698_021766388481188f9825d5f0df17daef396c99db0606054b97fd5_0.jpeg', 1, '生成,包含红色流星,黄色流星,分辨率的图像', 'ALL', 'N', '[https://images.iqyjsnwv.com/2025/12/22/6e0ea5dc_0f271de314dd9ef4c796465c2543495e_high.jpg, https://images.iqyjsnwv.com/2025/12/22/be622029_0217655279842547b67bbc2a2a9a26108e071e40bb0b0842c7f5c_0.jpeg]', NULL); INSERT INTO `ai_order` VALUES (876, '0', '', '2025-12-22 15:33:44', '', '2025-12-22 15:33:44', NULL, '2025122235db08e3', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (877, '0', '', '2025-12-22 15:33:46', '', '2025-12-22 15:33:46', NULL, '202512225b93d3cd', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (878, '0', '', '2025-12-22 15:33:48', '', '2025-12-22 15:33:48', NULL, '20251222f76f04a0', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (879, '0', '', '2025-12-22 15:33:49', '', '2025-12-22 15:33:49', NULL, '202512221a3e51db', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (880, '0', '', '2025-12-22 15:33:59', '', '2025-12-22 15:33:59', NULL, '20251222e72a5736', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (881, '0', '', '2025-12-22 15:34:18', '', '2025-12-22 15:34:18', NULL, '20251222ba216c74', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (882, '0', '', '2025-12-22 15:34:23', '', '2025-12-22 15:34:23', NULL, '20251222dc089e53', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (883, '0', '', '2025-12-22 15:36:27', '', '2025-12-22 15:36:27', NULL, '20251222587547b4', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (884, '0', '', '2025-12-22 15:36:36', '', '2025-12-22 15:36:36', NULL, '2025122299d994c3', 36, '13', 10.00, NULL, 0, NULL, 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (885, '0', '', '2025-12-22 15:38:02', '', '2025-12-22 15:38:02', NULL, '20251222de9cfc13', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/22/df53ede5_02176638908302275aeae14c82856eca08eecb5e75c057537264e_0.jpeg', 1, '生成一个美女,黑色卷发,的图像', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (886, '0', '', '2025-12-22 15:38:29', '', '2025-12-22 15:38:49', NULL, '202512227507474f', 36, '21', 35.00, 'https://images.iqyjsnwv.com/2025/12/22/9a43b176_02176638911004500000000000000000000ffffc0a88857392f13.mp4', 1, NULL, 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/22/750a8bc2_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (889, '0', '', '2025-12-23 09:02:57', '', '2025-12-23 09:02:57', NULL, '2025122311e1eae4', 35, '13', 10.00, 'https://images.iqyjsnwv.com/2025/12/23/1e5f945b_0217664517778827b67bbc2a2a9a26108e071e40bb0b0842b40e1_0.jpeg', 1, '保持参考图1的内容风格不变,用参考图2的脸部对参考图1的脸部进行替换', 'ALL', 'N', '[https://images.iqyjsnwv.com/2025/12/23/1f9c1f75_0f271de314dd9ef4c796465c2543495e_high.jpg, https://images.iqyjsnwv.com/2025/12/23/3d35fa40_54.png]', NULL); INSERT INTO `ai_order` VALUES (890, '0', '', '2025-12-23 14:17:04', '', '2025-12-23 14:17:04', 'Order number 202512239a67580b generation failed, please try again later.', '202512239a67580b', 36, '1', 8.00, NULL, 2, '1girl, solo, detailed face with 1234 主题3 风格4 细节3 12 in , 红色流星,黄色流星 no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (891, '0', '', '2025-12-23 14:17:34', '', '2025-12-23 14:17:34', NULL, '20251223b48e48d4', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/ff3d3d1e_0217664706547905097524147fba306f3fd5b41c9337702bdaa5e_0.jpeg', 1, '1girl, solo, detailed face with 1234 主题2 风格5 细节3 12 in , 红色流星,黄色流星 no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (892, '0', '', '2025-12-23 14:19:25', '', '2025-12-23 14:19:25', NULL, '202512230be81277', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/c80b229f_02176647076529315b33ccaa151d3ed7feaaa761bc71c37f07547_0.jpeg', 1, '1girl, solo, detailed face with 1234 主题2 风格5 细节2 12 in , 红色流星,黄色流星 no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (894, '0', '', '2025-12-23 14:34:53', '', '2025-12-23 14:34:53', NULL, '20251223597dbc01', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/23/3cf7cdcf_02176647169380174bd01b7bc1bacfcfc78546caab5b5fa280f27_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/23/f01b7c0c_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (895, '0', '', '2025-12-23 14:41:51', '', '2025-12-23 14:41:51', NULL, '202512236eb9653f', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/ff67c7a1_02176647211128715b33ccaa151d3ed7feaaa761bc71c372f6cc7_0.jpeg', 1, '1girl, solo, detailed face with blue eyes, long straight black hair, wearing earrings and necklace, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (897, '0', '', '2025-12-23 14:42:59', '', '2025-12-23 14:42:59', NULL, '202512232e068f34', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/23/40ff7c8a_021766472179032f8f49430e1e3875ff473008eb96b3a393be6c5_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/23/daa34127_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (898, '0', '', '2025-12-23 14:45:46', '', '2025-12-23 14:45:46', NULL, '20251223b2fec327', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/ac1ae2a5_021766472346891f8f49430e1e3875ff473008eb96b3a39909769_0.jpeg', 1, '1girl, solo, detailed face with blue eyes, long straight black hair, wearing earrings and necklace, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (899, '0', '', '2025-12-23 14:47:12', '', '2025-12-23 14:47:12', NULL, '20251223aa8d9d15', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/e9b8b4ea_02176647243265875aeae14c82856eca08eecb5e75c05754b1cc2_0.jpeg', 1, '1girl, solo, detailed face with long straight black hair, blue eyes, wearing earrings and necklace, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (900, '0', '', '2025-12-23 14:50:16', '', '2026-01-06 14:50:26', NULL, '202512233fa1d72d', 36, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/23/d18f22b5_02176647261688174bd01b7bc1bacfcfc78546caab5b5fa326294_0.jpeg', 1, '1girl, solo, detailed face with 1234 very large breasts both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression in 红色流星,黄色流星, long straight black hair, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: blue eyes,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (901, '0', '', '2025-12-23 14:50:16', '', '2025-12-24 16:40:05', NULL, '202512233fa1d72e', 36, '1', 8.00, 'https://images.iqyjsnwv.com/pictures/11786475.jpg', 1, NULL, 'ALL', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (902, '0', '', '2025-12-24 17:04:45', '', '2025-12-25 17:15:43', NULL, '2025120339559ced', 5, '11', 6.00, 'https://images.iqyjsnwv.com/pictures/1008322.jpg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (903, '0', '', '2025-12-24 17:08:11', '', '2025-12-25 17:15:41', NULL, '202512037oqg24d3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/pictures/10580818.jpg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (905, '0', '', '2025-12-24 17:08:11', '', '2026-01-06 10:49:47', NULL, '20251203m7sc0pk5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/gifs/10152102.webp', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (906, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 12:06:38', NULL, '20251211sd5drzgf', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/1457.mp4', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (907, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 12:06:39', NULL, '20251213sd5ag2fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/12454.mp4', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (908, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 12:06:41', NULL, '20251211s23456fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/187144.mp4', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (909, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 12:06:43', NULL, '20251211s2382f1fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/147563.mp4', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (910, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 17:08:11', NULL, '20251226sd5drzgfy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/99321.mp4', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (911, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 17:08:11', NULL, '20251226d5adg2fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/99315.mp4', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (912, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 17:08:11', NULL, '20251226123456fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/99712.mp4', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (913, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 17:08:11', NULL, '202512262382f1fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/9964231.mp4', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (914, '0', '', '2025-12-24 17:08:11', '', '2025-12-26 17:08:11', NULL, '20251226238d31fy', 5, '21', 6.00, 'https://images.iqyjsnwv.com/video/9964231.mp4', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (915, '0', '', '2025-12-26 18:16:22', '', '2025-12-26 18:16:22', NULL, '20251226b5778394', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/26/2d43aa11_0217667441825085097524147fba306f3fd5b41c933770265da6d_0.jpeg', 1, '1girl, solo, detailed face with short curly blonde hair, blue eyes, with glasses and scarf, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (916, '0', '', '2025-12-26 18:23:53', '', '2025-12-26 18:23:53', NULL, '202512269c2aef82', 14, '12', 10.00, 'https://images.iqyjsnwv.com/2025/12/26/17284cd9_0217667446336037b67bbc2a2a9a26108e071e40bb0b084b7dcc5_0.jpeg', 1, '生成,包含红色流星,黄色流星,分辨率的图像', 'XM001', 'N', 'https://images.iqyjsnwv.com/2025/12/26/3402275d_62cccea4-f0f7-4ae6-abef-9e2bc563ddb2.jpg', NULL); INSERT INTO `ai_order` VALUES (917, '0', '', '2025-12-26 18:25:46', '', '2025-12-26 18:25:46', NULL, '202512268411e60a', 14, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/26/2cf0d71d_0217667447462261386b9a8ed856c57501cfa946ce34c988ec807_0.jpeg', 1, '1girl, solo, detailed face with long straight black hair, blue eyes, wearing earrings and necklace, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (918, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512304okwynis', 5, '21', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/05whujko.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (919, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230xv4tyj1f', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/08iphr1t.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (920, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230xi4a0lo5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/17diskc0.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (921, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230hkmil92v', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/17uo5xnc.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (922, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230y3st2zdn', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/1dvj5ga0.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (923, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230td16olpq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/1hdp9384.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (924, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230flwxo627', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/1hp09xsl.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (925, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230f9jrpadi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/2tjf6iuv.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (926, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230tfz642ce', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/2ubf6rtz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (927, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512308bqsjvk6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/3bd4ps9v.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (928, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512308fs9qt5i', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/403pveq2.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (929, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230nexf50sp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/481lpsr3.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (930, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512302mwohflj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/4wjvyilh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (931, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230nrd4hjim', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/6jadgo0s.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (932, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230xni7ymu5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/6qjehcfl.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (933, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230e3yzv6xu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7ak9o6ms.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (934, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512307lz0owb9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7copy1kw.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (935, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230jbqh27pt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7fb0rz29.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (936, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512302mbk68aj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7h4k2wrb.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (937, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230761cygwp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7oe6ydv3.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (938, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230guh1woly', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/7zhgxvs4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (939, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230qz6kcon1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/85twx70c.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (940, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230t526cas8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/8jkmydvt.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (941, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512309tu1vf5h', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/9cfmunig.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (942, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230y8apbcdf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/9l0mq8zn.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (943, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512306aus4wei', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/a3qwsybo.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (944, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230ryuaixjl', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/a609dj57.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (945, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230k854th9i', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/a68phfrk.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (946, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230b8yc36j2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ag2rh4w1.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (947, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:50:07', NULL, '20251230r01z53x2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/az21m0r8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (948, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230txgrl6zy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/b2vj7q4r.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (949, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:52', NULL, '20251230cvyz64ls', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/bhgnvq1y.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (950, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:53', NULL, '2025123047ixszgo', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/bhyv9z5a.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (951, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:55', NULL, '20251230t2dynme7', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/bmotsgzc.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (952, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:57', NULL, '2025123097vdabr6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/bvesdw3f.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (953, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:59', NULL, '20251230x3iqe9nh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/c08qgazv.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (954, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512303epu42iz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/c3qeobxj.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (955, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230d3np910y', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/c93lnz50.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (956, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230sa39qvn8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/cb0yrt4p.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (957, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512304csaxzrq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/cd63izl1.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (958, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230sa0vyj1l', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/co6eihg9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (959, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:37', NULL, '20251230rfej5l4o', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/cudpbo9r.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (960, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:39', NULL, '20251230aqpl5bvz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/cxgo3mli.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (961, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:42', NULL, '2025123009sluyfj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/d4jul1ga.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (962, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512300m5d631f', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/dao4ypxf.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (963, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230h461jz3e', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/dheq72v9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (964, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512304zj6hy9n', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/dzrct927.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (965, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230645eawli', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/e2ozl4f7.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (966, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230ea7vf3ou', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/e4nwl5vh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (967, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:47', NULL, '20251230upkn7b5s', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/e856iatg.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (968, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:45', NULL, '20251230j6wz7nd9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/eln840si.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (969, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:29', NULL, '20251230m3fwelix', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ex9rcvgp.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (970, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512307fbmrh2n', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/fa8yozgk.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (971, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230qn5h3byo', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/fe7dcogb.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (972, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230nex3jatp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/flbpatis.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (973, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512307vfpu4r9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/fyx6sw74.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (974, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230jbegs7d2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/g1uzmqk0.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (975, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512305lrmoi3v', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/gj0ryudt.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (976, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512305uitms3j', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/h3c2qav6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (977, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230c3njulxb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/h6x43bgt.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (978, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230gnuhib9s', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/i065luro.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (979, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:22', NULL, '202512309ea7xi8v', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ie2juqnb.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (980, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512301oi5804r', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/iks5fzld.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (981, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:22', NULL, '20251230sq0c7jf5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/j492ub30.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (982, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:23', NULL, '2025123080rdbhna', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/j4r8puea.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (983, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:49:25', NULL, '202512303znv7mfj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/jn6t2eih.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (984, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230b1yxm4so', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/jvueoxm2.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (985, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512305gmlx89e', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/jwcuv94a.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (986, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230m591uqx7', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/k2cvdzus.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (987, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512301gd3v2q5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/kchvxyt6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (988, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512309e1ltq05', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/kqvr691s.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (989, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:18', NULL, '20251230vbx7j4tc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/kunrvwfa.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (990, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:16', NULL, '202512305oeu18yf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/kysq3cw0.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (991, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:12', NULL, '202512303hceu4td', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/l2ihu9xy.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (992, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230oams4n1u', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/le8g36rt.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (993, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230cemkl6sb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/lgjuedkh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (994, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230ye3972bt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/lvswnrkz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (995, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230g37tcrm4', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/lzwqknos.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (996, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230468geljt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/m4uvlz8t.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (997, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512302lamkvb7', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/mr2fhntg.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (998, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230dehq5t3f', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/my5p7z6d.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (999, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:08', NULL, '20251230eohi4cjs', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/n3w28gx4.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1000, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230u7a0xqgk', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/n95itqdc.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1001, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:01', NULL, '20251230snq23cow', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/nu9qzjrx.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1002, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:59', NULL, '202512307dke4fbt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/nv9ez4ha.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1003, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230dgat9xh4', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ouhz9me7.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1004, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:03', NULL, '20251230oz01hjkt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/p79w16ia.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1005, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:48:05', NULL, '20251230fx6yrmiw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/p82uicoe.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1006, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230shnx0iuz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/pb2h1k9c.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1007, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512306maizthu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/pdhnj0o6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1008, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:56', NULL, '20251230w96u2k4z', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/pn9zgylq.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1009, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230tbzdlw63', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/pycr9wol.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1010, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:50', NULL, '20251230dke5qc1a', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/qbpmgvu1.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1011, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230jl6xvhr4', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/rnowt4zh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1012, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230l9a7iyd6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/s7wnha2p.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1013, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230rt6g295y', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/sdzcp7ai.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1014, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:47', NULL, '20251230jydfagv2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/sipbqtuh.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1015, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:44', NULL, '20251230md3v2uwi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/sr0w7axt.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1016, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:42', NULL, '20251230m7l5j29h', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/t38mceoh.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1017, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230owxd26n1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/thmodqu8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1018, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512304wh3v96l', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/tyqohs8e.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1019, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:37', NULL, '202512309dpsjkw3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/upsy3tkq.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1020, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:34', NULL, '20251230j5n2hf9m', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/v84aqz27.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1021, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:32', NULL, '202512302pb09z4r', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/vfwze4gk.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1022, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:30', NULL, '20251230ju5pq8cr', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/vq56an0k.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1023, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:28', NULL, '20251230x5fqr82u', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/vrq16su0.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1024, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:27', NULL, '20251230yjfelizt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/vytew4oc.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1025, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:25', NULL, '20251230dpni439t', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/wix4qcjr.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1026, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:23', NULL, '20251230087bdmru', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/wn1ivkpu.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1027, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:22', NULL, '20251230vu6ixoz9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/wu2rktaq.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1028, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:20', NULL, '20251230ybhjp8qc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/wz2c9ms8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1029, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:14', NULL, '20251230k35ro0he', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/wz6dsx4m.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1030, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:13', NULL, '20251230rblh8fpw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/x6or5bne.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1031, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:10', NULL, '20251230h7t1jx5d', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/xu6difkp.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1032, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:08', NULL, '202512305fcbxwqh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/yat23bhw.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1033, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:06', NULL, '202512300v1ondgf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ydcebx4i.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1034, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:03', NULL, '202512301ofe9ngw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ye6lwumh.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1035, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:47:01', NULL, '20251230uzm3w06r', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/yiuahl1e.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1036, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:46:58', NULL, '20251230acxfudvq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ypxj35fm.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1037, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:46:57', NULL, '20251230axzuosnf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/ysmh6civ.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1038, '0', '', '2025-12-30 10:22:37', '', '2026-01-06 14:46:55', NULL, '20251230xuocgwek', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/yzajnsci.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1039, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230gd1fusw9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/z5aohirn.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1040, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230i1s4dvjb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/z645i2fg.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1041, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512308h97uobv', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/zkprf9j2.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1042, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '202512309mtasyw6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/zs4qxavc.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1043, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230it52qhks', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/zsl8ax3m.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1044, '0', '', '2025-12-30 10:22:37', '', '2025-12-30 10:22:37', NULL, '20251230nly5rig6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/28/zwpkqyxo.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1046, '0', '', '2025-12-30 11:26:10', '', '2025-12-30 11:26:10', NULL, '20251230e67d08aa', 35, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/30/7ad34888_0217670651702923a780f972f42b9300f847977bd3329557af6ac_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/30/2549f1e5_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (1048, '0', '', '2025-12-31 14:21:52', '', '2025-12-31 14:21:52', NULL, '2025123168466d1e', 43, '11', 10.00, 'https://images.iqyjsnwv.com/2025/12/31/92b9606c_02176716211254530d072d337ea6fcc7bbfbe2f0c485be2a75974_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2025/12/31/30a0d99d_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (1049, '0', '', '2025-12-31 14:22:42', '', '2025-12-31 14:23:17', NULL, '202512310c710375', 43, '1', 8.00, 'https://images.iqyjsnwv.com/2025/12/31/0d631922_021767162162487f9825d5f0df17daef396c99db060605416228d_0.jpeg', 1, '1girl, solo, detailed face with long straight black hair, blue eyes, wearing earrings and necklace, smiling happily, standing gracefully in in a sunny beach, wearing transparent silk robe, nipples visible through fabric, voluptuous bust, no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully,, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'ALL', 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1050, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '2026010586dupjqg', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/06mcuir1.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1051, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105tjonya98', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/075tdinv.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1052, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105q9ej827b', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/09s51rhm.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1053, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105d2j6u8ow', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/0nyex25o.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1054, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601059hid1arm', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/0waydsjr.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1055, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105zj4my21p', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/0xg36i9o.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1056, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105w7acfgqh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/0zyp6c4b.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1057, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105zbem4870', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/15ikjpre.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1058, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105gl0miro3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/15myhjz0.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1059, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105paufvtl0', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/16tof7ib.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1060, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105ucvkhbfp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/192d0igz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1061, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105kfz3qg4l', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1evlcyds.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1062, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105zy7gxufr', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1g6dyeaj.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1063, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105x2k6m3ig', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1jwxtzc9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1064, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105wcbyvot7', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1tzsh2po.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1065, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105lbtegsiu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1up0dlg3.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1066, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:37', NULL, '20260105vbcko9gh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/1wu4kq0a.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1067, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105esodgu6v', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/2hwp0yqm.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1068, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105v5o2jsk3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/2sdu3w8z.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1069, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105q2rpcdzi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/30uegclh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1070, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105vx963pr0', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/31h8u2of.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1071, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105a3e5sxlc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/3g2c7l9k.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1072, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601050i74uzap', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/3gxalp95.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1073, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:23', NULL, '20260105hj459v17', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/3h54v9fr.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1074, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:25', NULL, '202601051cobzx4g', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/3imodx61.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1075, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:27', NULL, '20260105r3n54x1g', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/41avzu5h.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1076, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105odjskypc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/45w1cjzi.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1077, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105v56xzdjw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/4fuadkry.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1078, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105ahlwyfrt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/4pmezrsi.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1079, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601052ojpq0mn', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/54o2lv7j.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1080, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105ta32j5g9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/5ckhy4bp.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1081, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105j0vpf2kw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/5i2ly3d8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1082, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053lai0pvq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/5mxzl82k.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1083, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:17', NULL, '20260105vls46gzt', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/5oxb80zm.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1084, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105cuphxq0v', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/60q3zwmh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1085, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105q85ed4ak', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/64wl5iyj.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1086, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105kurapgl1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/67sixe8z.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1087, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601054x8us35n', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/6zox09c4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1088, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:12', NULL, '20260105b2768p5s', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/728bgmp1.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1089, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:13', NULL, '20260105es4ojdac', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/73f96zcu.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1090, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105lysa17r2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7ca8p5gz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1091, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105utlo32gp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7cgdtk9z.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1092, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105dmcsl8xu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7e2fl1n8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1093, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105rplyuqix', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7lwejxqp.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1094, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053nhwgl1d', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7mfdhpxb.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1095, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105q6lw3a94', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7res0utv.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1096, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601050sn259jb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/7ws0v1pf.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1097, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105evkythl6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/83kx4njg.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1098, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105hzsdu0po', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8clwkns6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1099, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601051lnrh6pq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8e6olwxs.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1100, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105syhf2xv8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8g3v4e2x.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1101, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:00', NULL, '20260105meohlu8n', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8gdr1zw2.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1102, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105cilwb3ya', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8greov5n.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1103, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105x7z6g2u3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8iblu2gz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1104, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105aeygdsn9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8kne4vjs.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1105, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601051xl9diz6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8t6c703s.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1106, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105gfh6bx8u', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/8zym7rag.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1107, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:46:02', NULL, '20260105lonx2g9e', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/9g0m87r2.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1108, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105tz578nbc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/9jkt1g5q.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1109, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105cm96ptsl', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/9tuh4dv6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1110, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105h9wx420z', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/9uwdyqp7.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1111, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:47', NULL, '20260105zsyxqr1p', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ap35j8bx.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1112, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:34', NULL, '20260105olz0ys9k', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ay42e5do.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1113, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:44', NULL, '20260105v2she7ic', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/bhuyi80q.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1114, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:45', NULL, '20260105064ra8my', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/bnel6xd9.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1115, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:40', NULL, '20260105xhl8qs72', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/bpx7u0ws.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1116, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:42', NULL, '20260105s10og7ap', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/bw0z6a8k.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1117, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:36', NULL, '20260105n1yt6sva', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/c5nx4re6.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1118, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:38', NULL, '20260105hdo06rkw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/d1wm28jn.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1119, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:50', NULL, '20260105d7h4n0m6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/d4lqb30s.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1120, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:52', NULL, '20260105qpghtu49', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/d7kgc2zn.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1121, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:27', NULL, '20260105c0id4hrn', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/di8oflcy.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1122, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:29', NULL, '20260105lpn5b9e6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/dxtmr3sj.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1123, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105vy031q5f', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/dybaxqz9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1124, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105y3ua0txq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/eaoc51p4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1125, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105gcfy6bix', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/enac2fm9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1126, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:25', NULL, '20260105opc5y6xq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/euobvq6y.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1127, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105592uz4x0', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ezkyg45t.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1128, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105fqtris8p', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/fae0lo9c.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1129, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105snge8tl3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/funa3pwh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1130, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 10:49:38', NULL, '202601059kx2i37j', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/fx9s2nei.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1131, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 10:49:35', NULL, '20260105jbquspor', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/g6bna98p.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1132, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:59:08', NULL, '202601054eosruxf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/gos0qu3e.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1133, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 10:49:33', NULL, '20260105yb2xzked', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/gymqr12s.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1134, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:59:16', NULL, '20260105t9ebxqku', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/heboiw85.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1135, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:17', NULL, '20260105r5ohvcqe', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/hfw46mx5.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1136, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '2026010597gf2nx3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/hm2y7p80.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1137, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 10:49:29', NULL, '202601055k83p1vm', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/i2cjam60.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1138, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105szgmh69c', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/i36znm2d.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1139, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105z2qvxe73', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/i3ol27e8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1140, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105vl9u1sjw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ib9lvf0y.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1141, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:59:04', NULL, '20260105m8oufk30', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ieb5v84k.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1142, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105etk6ndxz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/iexftmhd.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1143, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105n670vgpi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ih4wa1md.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1144, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:59', NULL, '20260105j3mfebyv', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ikwe3z4f.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1145, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601057stohma2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/il16k045.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1146, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105720pdscr', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ilkn7gt4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1147, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105fz64bqm1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/im4e9a32.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1148, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:59:01', NULL, '20260105nmh469bl', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/in4u91xb.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1149, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601052th9sn3g', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/itbyhk83.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1150, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105c0hzx3ua', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/itqoks91.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1151, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:49', NULL, '20260105805ou4jv', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/iux97rz1.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1152, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:53', NULL, '202601057uflmqap', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ize5to82.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1153, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '2026010508qo4ze1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jcko0usx.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1154, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105z1clkwmq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jf0ecphk.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1155, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105hl4b0ecw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jh6aple4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1156, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:55', NULL, '20260105csybnhpl', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jmof2adr.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1157, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601052mk576yq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jp560429.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1158, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:44', NULL, '20260105jpqovmsy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ju9nt4q0.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1159, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:46', NULL, '202601054vwdqsna', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/juvrpd25.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1160, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105gyndsfal', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jz43uvi8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1161, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:29', NULL, '20260105symcdnr1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/jzuv935i.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1162, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105fopml6z2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/k9pczwif.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1163, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:25', NULL, '20260105w34dxa6p', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/kcl7znja.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1164, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105205al93e', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/kh0fbdi6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1165, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:23', NULL, '20260105raigyhk8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/kh9w37ve.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1166, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:27', NULL, '20260105qzm7xpod', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/klio5m69.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1167, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105k1ux3fcl', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ko2eg38z.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1168, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601054xm2f1cb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/kps7wuv8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1169, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:45:07', NULL, '20260105lyj60eav', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/l6vkb91c.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1170, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105kvubqrfd', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/l9riak8h.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1171, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:14', NULL, '20260105h9w0kjmy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ldkfmvo9.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1172, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:16', NULL, '20260105sa2r9gvi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ldp5v4j3.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1173, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:18', NULL, '202601050lw8jzqh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/lei31o05.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1174, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105sd5ev7yk', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/lfi0vndj.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1175, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:09', NULL, '20260105ep012f53', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/lib2knr6.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1176, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105ntchzja8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/lj9e4ykz.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1177, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105v8e5n0si', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/lnip5ozw.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1178, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053zrsg0mq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m2kta9jf.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1179, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:58:12', NULL, '20260105ndiremjy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m2ovwrh8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1180, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105hrp6mdyk', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m2zbwc6i.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1181, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105cwhtn7l0', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m3fv0bod.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1182, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:58', NULL, '20260105i1sakh93', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m7eozxny.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1183, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105vj6gipqm', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/m7pxbh98.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1184, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:49', NULL, '20260105g36krsn1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/mrvdz5u1.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1185, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105g30e5jzi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/mvfuq6ac.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1186, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105jhomy8wg', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/mvkwrb87.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1187, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:51', NULL, '2026010578103hgn', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/nesq7zfo.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1188, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:55', NULL, '20260105tlp2a4o0', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/nm3b4q8e.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1189, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:53', NULL, '20260105cwiymng8', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/nv206tch.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1190, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105e9dtbxul', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/nveyuj45.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1191, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:53', NULL, '202601053o68ptbx', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/nvl15ir8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1192, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:44', NULL, '20260105f76ks3i9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/o4hsawi9.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1193, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105p1maz072', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/omn403ju.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1194, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105fn6ujvk2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/or8wsijv.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1195, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:41', NULL, '20260105zsnrkm29', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ot06lez5.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1196, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '2026010534uismtg', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/oyd5hb31.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1197, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:39', NULL, '202601053ueh64gy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ozu90r4i.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1198, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105giknv40b', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/p2omkcv9.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1199, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105p0f3wd9b', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/pgan78zb.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1200, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105w1d6ao08', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ps1frz3m.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1201, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:38', NULL, '20260105pn83h7mr', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/pw97my0e.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1202, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:40', NULL, '202601050uzaetr5', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/pwmizol5.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1203, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:42', NULL, '20260105w32svemh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/pwvbxk31.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1204, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:32', NULL, '20260105djtkh5u9', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/px9tybgc.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1205, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105fx1ri93s', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/q7kromx1.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1206, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601050esm7ioq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/qad9c0ln.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1207, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601057vtahnde', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/qanp5rgi.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1208, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:45', NULL, '20260105c62oyhbi', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/qiv2escm.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1209, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105s2b4e80y', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/r3b5agmt.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1210, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:48', NULL, '20260105egl7mwz1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/rgz2o5ef.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1211, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:28', NULL, '20260105bizev7g6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/rh4gjpbu.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1212, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:35', NULL, '202601052we6xmfc', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/rhp5lmc8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1213, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:32', NULL, '20260105agy0mnhf', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/rvx5f6mn.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1214, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105loe8trzh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/s126q5ot.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1215, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:26', NULL, '20260105wzy6uf1k', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/s37btnum.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1216, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053vt1y79d', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/sd8pcw3u.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1217, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:30', NULL, '20260105ei5r80pz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/sgu6olm7.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1218, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105r5084fxq', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/stxac1jw.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1219, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601055tons7bw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/t3fmjwr6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1220, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053xpvra7t', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/tbsdz6p8.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1221, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:23', NULL, '20260105j5wd4ela', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/tfobyzs5.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1222, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105jogb2u10', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/thbqpg56.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1223, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:10', NULL, '202601053ocws248', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/tnacmlp2.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1224, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105cs9yjdxz', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/u23omnwa.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1225, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '2026010567wnj0u3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/unsh15a4.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1226, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:17', NULL, '202601056kru5wsj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/uovetn9z.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1227, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105rbnxi8y1', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/urj9szdm.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1228, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601053egvrhxm', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/us9bojv5.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1229, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105pfqsa39c', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/v1zjod25.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1230, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:14', NULL, '20260105658dj0zw', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/v40f5t67.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1231, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:55', NULL, '20260105hulziwqy', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/vfx2jkim.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1232, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:17', NULL, '20260105r1pj3qse', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/vkztyoig.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1233, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105q3xc9ju6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/w2roegyh.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1234, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:06', NULL, '20260105li7yje83', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/w6hu2o8d.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1235, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601052pin0sjo', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/wchb46rf.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1236, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:58', NULL, '202601050i6ezvs7', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/x6mjazwv.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1237, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:20', NULL, '20260105pvot7ukj', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/x9a7vmpt.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1238, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:01', NULL, '20260105cy7w5zin', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xad75zpn.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1239, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:57:03', NULL, '20260105vxf8y1l6', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xfh10y5c.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1240, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '20260105j8gcmqt2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xj0785g6.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1241, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:14', NULL, '20260105s76lekwu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xp617ga8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1242, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:44', NULL, '20260105j6lnq2eg', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xrz7de8u.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1243, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:09', NULL, '20260105lm5j9wga', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/xy6lmb35.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1244, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:11', NULL, '20260105dgk0x7t4', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/y5fb4nra.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1245, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:46', NULL, '20260105f3c80lvp', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/y9hb0f7v.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1246, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:07', NULL, '20260105ohxdpetb', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ybgv5rt9.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1247, '0', '', '2026-01-05 11:09:44', '', '2026-01-05 11:09:44', NULL, '202601054owzv5g2', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/yehg0u8p.jpeg', 1, '', NULL, 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1248, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:05', NULL, '202601058spje537', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/yfhbjsa9.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1249, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:51', NULL, '20260105vb73rsgu', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ygctnofz.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1250, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:44:03', NULL, '20260105db1gktmh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/ynaisc4x.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1251, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:43:51', NULL, '20260105hwof524c', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z1kpniea.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1252, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:34', NULL, '2026010508w5psmh', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z4j38ndt.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1253, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:29', NULL, '20260105kev1uq27', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z5a4qh1f.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1254, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:31', NULL, '20260105t59dewxg', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z5q7t1bd.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1255, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:43:48', NULL, '2026010559yuas70', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z7hcbq80.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1256, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:22', NULL, '20260105liuwog0m', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/z8mrcf12.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1257, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:27', NULL, '20260105362n5p4r', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/zp7karc0.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1258, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:56:19', NULL, '20260105j8fitvwn', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/zr97yoi8.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1259, '0', '', '2026-01-05 11:09:44', '', '2026-01-06 14:43:46', NULL, '20260105ql6ts5r3', 5, '11', 6.00, 'https://images.iqyjsnwv.com/2025/12/27/zrwluc9b.jpeg', 1, '', NULL, 'Y', NULL, NULL); INSERT INTO `ai_order` VALUES (1260, '0', '', '2026-01-06 10:44:34', '', '2026-01-06 10:44:34', NULL, '20260106783a6eda', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/bfa9e506_02176766747506735b29c922ac7ba22cc26b6e12169d213bf059e_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/06/b1299b31_1763340101045.jpg', NULL); INSERT INTO `ai_order` VALUES (1261, '0', '', '2026-01-06 16:05:50', '', '2026-01-06 16:05:50', NULL, '20260106867e8b0a', 14, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/0257f9c6_02176768675098269d9f56ebaf8adc0cbe3483f4c0cffb87c23c9_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/06/3ed54b55_你陪我长大 我陪你瑜伽_1_芭比琪琪Yoga_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (1262, '0', '', '2026-01-06 16:13:04', '', '2026-01-06 16:13:04', NULL, '2026010600baed70', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/06/7a008432_021767687184693e0570d30189b68d5608c0b11774ff85bcf7c5d_0.jpeg', 1, '1girl, solo, detailed face with brown eyes short curly blonde hair cat ears and tail seductive wink standing gracefully in inside a cozy bedroom , medium breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1263, '0', '', '2026-01-06 16:13:29', '', '2026-01-06 16:13:29', NULL, '2026010672902507', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/06/76259048_0217676872098060958c43c09b2d8895d306984ebab6585acbd91_0.jpeg', 1, '1girl, solo, detailed face with blue eyes long straight black hair wearing earrings and necklace smiling happily standing gracefully in in a sunny beach , small breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1264, '0', '', '2026-01-06 16:32:31', '', '2026-01-06 16:32:31', NULL, '20260106982ab289', 39, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/d1dbe269_021767688351116ceb2efb7fea58c55155fc9fb92515dcd4c82cf_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, heart-shaped pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/06/cf66e871_微信图片_20251012151103_30_1.jpg', NULL); INSERT INTO `ai_order` VALUES (1265, '0', '', '2026-01-06 16:33:35', '', '2026-01-06 16:33:35', NULL, '2026010699de0ba3', 39, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/06/54991c76_021767688415908b60c2cebbbed8b1cc7b57b46439bb32b26ff07_0.jpeg', 1, '1girl, solo, detailed face with blue eyes long straight black hair wearing earrings and necklace smiling happily standing gracefully in in a sunny beach , small breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1267, '0', '', '2026-01-06 17:08:41', '', '2026-01-06 17:08:41', NULL, '202601065e413919', 14, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/8ad82bd0_02176769052194134cb6184a92ddd9ae87302c189a666e5a6b9b5_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/06/d002e3e9_拿捏一下纯欲感_1_鱼鱼酒_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (1268, '0', '', '2026-01-06 17:11:27', '', '2026-01-06 17:11:27', NULL, '20260106d2fdd130', 14, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/a1aef594_0217676906876649cf4adffd4482a40b9bfd1b5a653f234e6a671_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/06/e2afe538_👗3秒看呆!白衬衣黑裙穿搭大法!📸_1_梦境复原师_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (1269, '0', '', '2026-01-06 17:12:16', '', '2026-01-06 17:12:16', NULL, '20260106053af18b', 14, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/06/f7fa5229_021767690736984ec39001cad8ae999c8f17eed1b37944e8ae289_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/06/e2afe538_👗3秒看呆!白衬衣黑裙穿搭大法!📸_1_梦境复原师_来自小红书网页版.jpg', NULL); INSERT INTO `ai_order` VALUES (1270, '0', '', '2026-01-07 15:35:45', '', '2026-01-07 15:35:45', NULL, '202601074c03fee4', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/07/0d3ab310_02176777134522561de39c93fac111732577779cd31798968de9c_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/07/6cb46090_IMG_3098.jpeg', NULL); INSERT INTO `ai_order` VALUES (1271, '0', '', '2026-01-07 20:03:00', '', '2026-01-07 20:03:00', NULL, '20260107150d4ef6', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/07/42fc0212_0217677873803803cb8a93f7287826a4278aac7f0d089f9fa7fa0_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/07/bd508cf7_IMG_0214.jpeg', NULL); INSERT INTO `ai_order` VALUES (1272, '0', '', '2026-01-07 20:04:39', '', '2026-01-07 20:04:39', NULL, '20260107cd796370', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/07/60eace51_021767787479983f5fadfdc607fef478c6f908597481cce51dfa4_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/07/19905282_IMG_0213.jpeg', NULL); INSERT INTO `ai_order` VALUES (1273, '0', '', '2026-01-07 20:08:40', '', '2026-01-07 20:08:40', NULL, '20260107701abcfb', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/07/f002ef8c_021767787720737a139bd89baa39633285680c9471d15ef629a8a_0.jpeg', 1, '1girl, solo, detailed face with blue eyes long straight black hair wearing earrings and necklace smiling happily standing gracefully in in a sunny beach , large breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1274, '0', '', '2026-01-08 01:21:01', '', '2026-01-08 01:21:01', NULL, '202601082adee7eb', 16, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/08/9cadcf8c_021767806462024f0a583d75381f7c0a662383f3247915e7eb9a0_0.jpeg', 1, '1girl, solo, detailed face with blue eyes long straight black hair cat ears and tail seductive wink standing gracefully in on a mountain peak at sunset , large breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: group of 3 women, posing together , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', '', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1275, '0', '', '2026-01-08 09:12:04', '', '2026-01-08 09:12:04', NULL, '2026010811bf5d44', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/b908be7f_02176783472459361de39c93fac111732577779cd31798929220a_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, heart-shaped pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/08/1c3a940b_y9hb0f7v.jpeg', NULL); INSERT INTO `ai_order` VALUES (1276, '0', '', '2026-01-08 09:13:23', '', '2026-01-08 09:13:23', NULL, '2026010806edf15b', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/6724b043_021767834803794d4c69f90bdf814940b1abafd46c62ec6b6e507_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/08/cb851cd9_y9hb0f7v.jpeg', NULL); INSERT INTO `ai_order` VALUES (1277, '0', '', '2026-01-08 09:15:14', '', '2026-01-08 09:15:14', NULL, '2026010861eca781', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/d3d987a9_021767834914518681426abb3fc8758bc9af65311c7ae31f249b2_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/08/6f639e92_ybgv5rt9.jpeg', NULL); INSERT INTO `ai_order` VALUES (1278, '0', '', '2026-01-08 09:16:33', '', '2026-01-08 09:16:33', NULL, '20260108c22279d9', 16, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/ad653253_02176783499369285fbb282d67f6232524942e9d2086bad981913_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, trimmed pubic hair, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', '', 'N', 'https://images.iqyjsnwv.com/2026/01/08/b379bdac_ybgv5rt9.jpeg', NULL); INSERT INTO `ai_order` VALUES (1279, '0', '', '2026-01-08 14:53:37', '', '2026-01-08 14:53:37', NULL, '2026010861ab8fbc', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/f924e183_021767855217142008f00307548aaad250a55687bd5a742b857c9_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/1b5c4fb2_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); INSERT INTO `ai_order` VALUES (1280, '0', '', '2026-01-08 14:57:07', '', '2026-01-08 14:57:07', NULL, '2026010835b51c26', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/08/725d290e_021767855427371798132a7c84228b35f5c1a465b83379e97e849_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/8fd0a446_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', NULL); INSERT INTO `ai_order` VALUES (1281, '0', '', '2026-01-08 14:58:41', '', '2026-01-08 14:58:41', NULL, '202601080e633c53', 36, '21', 35.00, 'cgt-20260108145842-pkx9m', 1, '跳舞', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/26d552b9_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', NULL); INSERT INTO `ai_order` VALUES (1282, '0', '', '2026-01-08 14:58:58', '', '2026-01-08 14:58:58', NULL, '20260108cf36a150', 36, '21', 35.00, 'cgt-20260108145858-pdjfb', 1, '跳舞', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/26d552b9_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', NULL); INSERT INTO `ai_order` VALUES (1283, '0', '', '2026-01-08 14:59:14', '', '2026-01-08 14:59:14', NULL, '20260108f2adee1c', 36, '21', 35.00, 'cgt-20260108145914-lkm68', 1, '跳舞', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/2da66a20_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', 'https://images.iqyjsnwv.com/2026/01/08/bb819015_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg'); INSERT INTO `ai_order` VALUES (1284, '0', '', '2026-01-08 15:00:18', '', '2026-01-08 15:00:18', NULL, '202601080e3aa72b', 36, '21', 35.00, 'cgt-20260108150018-ndjgh', 1, '跳舞', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/ed91cfe4_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', 'https://images.iqyjsnwv.com/2026/01/08/f214d902_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg'); INSERT INTO `ai_order` VALUES (1285, '0', '', '2026-01-08 15:06:44', '', '2026-01-09 11:15:58', NULL, '2026010872227d8a', 36, '21', 35.00, 'https://images.iqyjsnwv.com/2026/01/09/198362b2_02176785600670800000000000000000000ffffc0a8bc10bd4f56.mp4', 1, '跳舞', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/08/b4d773e2_cec14f1c5c5f2707f4f2c8fc5f3a645c34-kai-golf.rsquare.w400.jpg', NULL); INSERT INTO `ai_order` VALUES (1286, '0', '', '2026-01-09 14:28:21', '', '2026-01-09 14:28:21', NULL, '202601090fbd1ce5', 39, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/09/88715499_021767940101387a139bd89baa39633285680c9471d15ef94d6ba_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/fe2782a3_123.jpg', NULL); INSERT INTO `ai_order` VALUES (1287, '0', '', '2026-01-09 14:29:48', '', '2026-01-09 14:29:48', '訂單號 20260109e062a913 生成失敗,請稍後重試。', '20260109e062a913', 39, '21', 35.00, NULL, 2, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/c1319028_123.jpg', 'blob:https://www.undressing.top/e591f382-3a4f-4140-a2d2-64df7d90139b'); INSERT INTO `ai_order` VALUES (1288, '0', '', '2026-01-09 14:30:13', '', '2026-01-09 14:31:55', NULL, '2026010988545986', 39, '21', 35.00, 'https://images.iqyjsnwv.com/2026/01/09/92ae2b72_02176794024304900000000000000000000ffffc0a8bc103d71ed.mp4', 1, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/c1319028_123.jpg', 'https://images.iqyjsnwv.com/2026/01/09/a6e44e3e_88715499_021767940101387a139bd89baa39633285680c9471d15ef94d6ba_0.jpeg'); INSERT INTO `ai_order` VALUES (1296, '0', '', '2026-01-09 14:40:35', '', '2026-01-09 14:40:35', NULL, '20260109e006fc99', 39, '1', 8.00, 'https://images.iqyjsnwv.com/2026/01/09/270e588a_021767940835526023ef2751affb9822ae18449966cb6b9d2f918_0.jpeg', 1, '1girl, solo, detailed face with blue eyes long straight black hair wearing earrings and necklace smiling happily standing gracefully in in a sunny beach , small breasts no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: 2girls, interacting playfully , all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, any fabric even one pixel if nude mode, censored if nude mode, mosaic if nude mode, bar censor if nude mode, any censorship if nude mode, pasties if nude mode, nipple covers if nude mode)\n', 'XM001', 'N', NULL, NULL); INSERT INTO `ai_order` VALUES (1297, '0', '', '2026-01-09 14:41:12', '', '2026-01-09 14:41:12', NULL, '20260109d27504a1', 39, '12', 10.00, 'https://images.iqyjsnwv.com/2026/01/09/cb0b0abe_021767940872427e65fceeece8308abd88f514ec5c3dced4fc5b8_0.jpeg', 1, '生成very large breasts,nipples visible through fabric包含transparent black lace micro bikini,分辨率standing hands behind head elbows out的图像', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/40e098f6_微信图片_20260109142807_42_181.jpg', NULL); INSERT INTO `ai_order` VALUES (1298, '0', '', '2026-01-09 14:45:40', '', '2026-01-09 14:45:40', NULL, '20260109573aed72', 39, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/09/cd7ee055_0217679411405710958c43c09b2d8895d306984ebab658519d4f3_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, medium breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/744e3460_123 (6).jpg', NULL); INSERT INTO `ai_order` VALUES (1299, '0', '', '2026-01-09 14:46:35', '', '2026-01-09 14:46:35', '訂單號 202601098e01f415 生成失敗,請稍後重試。', '202601098e01f415', 39, '21', 35.00, NULL, 2, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/daa910d7_123 (6).jpg', 'blob:https://www.undressing.top/9ffd1666-c5e9-46d7-9439-c454e0186fbd'); INSERT INTO `ai_order` VALUES (1300, '0', '', '2026-01-09 14:46:39', '', '2026-01-09 14:47:16', NULL, '2026010943df3550', 39, '21', 35.00, 'https://images.iqyjsnwv.com/2026/01/09/dc5dcb36_02176794120195700000000000000000000ffffc0a8bc103885e7.mp4', 1, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/daa910d7_123 (6).jpg', 'https://images.iqyjsnwv.com/2026/01/09/6e335966_cd7ee055_0217679411405710958c43c09b2d8895d306984ebab658519d4f3_0.jpeg'); INSERT INTO `ai_order` VALUES (1304, '0', '', '2026-01-09 14:53:33', '', '2026-01-09 14:53:33', NULL, '20260109e8b84c4e', 39, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/09/8ad965e5_021767941613608e0570d30189b68d5608c0b11774ff85b2e617f_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/8248b250_123.jpg', NULL); INSERT INTO `ai_order` VALUES (1305, '0', '', '2026-01-09 14:54:37', '', '2026-01-09 14:54:37', '訂單號 2026010993f53c6d 生成失敗,請稍後重試。', '2026010993f53c6d', 39, '21', 35.00, NULL, 2, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/212adc77_123.jpg', 'blob:https://www.undressing.top/c214ad9e-5922-48df-bfac-9a8336ae8402'); INSERT INTO `ai_order` VALUES (1306, '0', '', '2026-01-09 14:54:40', '', '2026-01-09 14:54:40', '訂單號 20260109c9552be3 生成失敗,請稍後重試。', '20260109c9552be3', 39, '21', 35.00, NULL, 2, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/212adc77_123.jpg', 'blob:https://www.undressing.top/c214ad9e-5922-48df-bfac-9a8336ae8402'); INSERT INTO `ai_order` VALUES (1307, '0', '', '2026-01-09 14:54:51', '', '2026-01-09 14:54:51', '訂單號 2026010938d677cd 生成失敗,請稍後重試。', '2026010938d677cd', 39, '21', 35.00, NULL, 2, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/212adc77_123.jpg', 'blob:https://www.undressing.top/6e029e26-61cc-4772-af17-a0449f46cb8b'); INSERT INTO `ai_order` VALUES (1308, '0', '', '2026-01-09 14:55:03', '', '2026-01-09 14:56:05', NULL, '20260109d9bc788a', 39, '21', 35.00, 'https://images.iqyjsnwv.com/2026/01/09/96ca14f5_02176794172502800000000000000000000ffffc0a8bc104cb840.mp4', 1, '跳舞', 'XM001', 'N', 'https://images.iqyjsnwv.com/2026/01/09/76adfe0b_123.jpg', 'https://images.iqyjsnwv.com/2026/01/09/19e92f77_51515.jpeg'); INSERT INTO `ai_order` VALUES (1309, '0', '', '2026-01-09 14:56:30', '', '2026-01-09 14:56:30', NULL, '202601090a20e7f9', 36, '11', 10.00, 'https://images.iqyjsnwv.com/2026/01/09/28c9b079_0217679417903073a96cb89bb0639877068f7507e34a86a7d7ff2_0.jpeg', 1, '1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, hairless pussy, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)', 'ALL', 'N', 'https://images.iqyjsnwv.com/2026/01/09/2f427a9e_0f271de314dd9ef4c796465c2543495e_high.jpg', NULL); -- ---------------------------- -- Table structure for ai_pay_setting -- ---------------------------- DROP TABLE IF EXISTS `ai_pay_setting`; CREATE TABLE `ai_pay_setting` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `pay_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付方式', `api_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付接口', `gear_id` bigint NULL DEFAULT NULL COMMENT '挡位id', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'AI-支付设置-作废' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_pay_setting -- ---------------------------- -- ---------------------------- -- Table structure for ai_rebate_record -- ---------------------------- DROP TABLE IF EXISTS `ai_rebate_record`; CREATE TABLE `ai_rebate_record` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `order_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '关联订单号', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `superior_id` bigint NULL DEFAULT NULL COMMENT '上级ID', `subordinate_id` bigint NULL DEFAULT NULL COMMENT '下级ID', `amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '返佣金额', PRIMARY KEY (`id`) USING BTREE, KEY `idx_order_no` (`order_no`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 37 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '返佣记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_rebate_record -- ---------------------------- INSERT INTO `ai_rebate_record` VALUES (2, '0', '', '2025-12-17 20:06:56', '', '2025-12-17 12:06:56', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (3, '0', '', '2025-12-17 20:09:28', '', '2025-12-17 12:09:28', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (4, '0', '', '2025-12-17 20:10:10', '', '2025-12-17 12:10:09', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (5, '0', '', '2025-12-17 20:10:50', '', '2025-12-17 12:10:49', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (6, '0', '', '2025-12-17 20:13:13', '', '2025-12-17 12:13:12', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (7, '0', '', '2025-12-18 14:13:58', '', '2025-12-18 06:13:58', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (8, '0', '', '2025-12-18 14:14:50', '', '2025-12-18 06:14:49', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (9, '0', '', '2025-12-18 14:18:15', '', '2025-12-18 06:18:14', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (10, '0', '', '2025-12-18 14:19:53', '', '2025-12-18 06:19:53', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (13, '0', '', '2025-12-19 17:27:51', '', '2025-12-19 17:27:51', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (14, '0', '', '2025-12-19 17:30:24', '', '2025-12-19 17:30:23', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (15, '0', '', '2025-12-19 17:31:09', '', '2025-12-19 17:31:08', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (16, '0', '', '2025-12-22 10:09:47', '', '2025-12-22 10:09:46', NULL, 35, 36, 10.00); INSERT INTO `ai_rebate_record` VALUES (17, '0', '', '2025-12-22 16:11:34', '', '2025-12-22 16:11:33', NULL, 30, 35, 10.00); INSERT INTO `ai_rebate_record` VALUES (18, '0', '', '2025-12-22 16:11:50', '', '2025-12-22 16:11:49', NULL, 30, 35, 10.00); INSERT INTO `ai_rebate_record` VALUES (19, '0', '', '2025-12-23 09:05:05', '', '2025-12-23 09:05:04', NULL, 35, 36, 1.00); INSERT INTO `ai_rebate_record` VALUES (20, '0', '', '2025-12-24 15:04:07', '', '2025-12-24 15:04:06', NULL, 35, 36, 1.00); INSERT INTO `ai_rebate_record` VALUES (21, '0', '', '2025-12-24 15:12:47', '', '2025-12-24 15:12:47', NULL, 30, 35, 1.12); INSERT INTO `ai_rebate_record` VALUES (22, '0', '', '2025-12-25 13:50:03', '', '2025-12-25 13:50:02', NULL, 30, 35, 0.10); INSERT INTO `ai_rebate_record` VALUES (23, '0', '', '2025-12-25 14:33:25', '', '2025-12-25 14:33:24', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (24, '0', '', '2025-12-26 11:10:00', '', '2025-12-26 11:10:00', NULL, 30, 35, 0.50); INSERT INTO `ai_rebate_record` VALUES (25, '0', '', '2025-12-26 11:16:28', '', '2025-12-26 11:16:27', NULL, 30, 35, 0.50); INSERT INTO `ai_rebate_record` VALUES (26, '0', '', '2025-12-29 11:37:35', '', '2025-12-29 11:37:34', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (27, '0', '', '2025-12-29 11:38:53', '', '2025-12-29 11:38:53', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (28, '0', '', '2025-12-29 11:41:29', '', '2025-12-29 11:41:29', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (29, '0', '', '2025-12-29 11:41:38', '', '2025-12-29 11:41:37', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (30, '0', '', '2025-12-29 11:41:46', '', '2025-12-29 11:41:45', NULL, 30, 35, 1.00); INSERT INTO `ai_rebate_record` VALUES (31, '0', '', '2025-12-30 11:28:46', '', '2025-12-30 11:28:46', NULL, 35, 40, 1.00); INSERT INTO `ai_rebate_record` VALUES (32, '0', '', '2025-12-30 11:28:51', '', '2025-12-30 11:28:51', NULL, 35, 40, 1.00); INSERT INTO `ai_rebate_record` VALUES (33, '0', '', '2025-12-30 11:56:56', '', '2025-12-30 11:56:55', NULL, 35, 40, 1.00); INSERT INTO `ai_rebate_record` VALUES (34, '0', '', '2025-12-30 11:58:33', '', '2025-12-30 11:58:32', NULL, 40, 41, 1.00); INSERT INTO `ai_rebate_record` VALUES (35, '0', '', '2025-12-31 14:26:47', '', '2025-12-31 14:26:46', NULL, 43, 44, 1.00); INSERT INTO `ai_rebate_record` VALUES (36, '0', '', '2025-12-31 14:27:17', '', '2025-12-31 14:27:16', NULL, 43, 44, 1.00); -- ---------------------------- -- Table structure for ai_recharge -- ---------------------------- DROP TABLE IF EXISTS `ai_recharge`; CREATE TABLE `ai_recharge` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `order_num` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '充值订单号', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `receive_wallet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '转入钱包', `payment_wallet` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '转账钱包', `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '交易hash', `credited_time` datetime NULL DEFAULT NULL COMMENT '到账时间', `amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '充值金额', `gear_id` bigint NULL DEFAULT NULL COMMENT '充值档位ID', `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源', `gear_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '档位金额', `gift_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '到账金额', `give_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '赠送金额', `pay_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付方式', `pay_url` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付链接', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 118 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '充值记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_recharge -- ---------------------------- INSERT INTO `ai_recharge` VALUES (29, '0', '', '2025-12-08 16:02:59', '', '2025-12-08 08:02:59', NULL, '20251208kd612323ff', 20, NULL, NULL, NULL, NULL, 600.00, 46, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/kvJx5J0R'); INSERT INTO `ai_recharge` VALUES (30, '0', '', '2025-12-08 17:34:36', '', '2025-12-08 09:34:36', NULL, '20251208kd478ba742', 16, NULL, NULL, NULL, NULL, 600.00, 46, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/NqGM0N2g'); INSERT INTO `ai_recharge` VALUES (31, '0', '', '2025-12-09 14:16:17', '', '2025-12-09 06:16:17', NULL, '20251209kd80a1bfcb', 26, NULL, NULL, NULL, NULL, 600.00, 46, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/KvxMwP0g'); INSERT INTO `ai_recharge` VALUES (32, '0', '', '2025-12-09 14:31:54', '', '2025-12-09 06:31:53', NULL, '20251209kda1a94bff', 25, NULL, NULL, NULL, NULL, 600.00, 46, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/9qneN5bR'); INSERT INTO `ai_recharge` VALUES (33, '0', '', '2025-12-11 11:06:50', '', '2025-12-11 11:28:29', NULL, '20251211kd637d2666', 16, NULL, NULL, NULL, '2025-12-11 11:28:29', 600.00, 52, '', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/dvjn3nLv'); INSERT INTO `ai_recharge` VALUES (34, '0', '', '2025-12-14 10:25:07', '', '2025-12-14 02:25:06', NULL, '20251214kdbadb780e', 33, NULL, NULL, NULL, NULL, 600.00, 52, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qn6rKnbq'); INSERT INTO `ai_recharge` VALUES (35, '0', '', '2025-12-14 10:25:51', '', '2025-12-14 02:25:50', NULL, '20251214kd3b9e52f8', 33, NULL, NULL, NULL, NULL, 600.00, 52, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RpyJMw9q'); INSERT INTO `ai_recharge` VALUES (36, '0', '', '2025-12-14 15:01:35', '', '2025-12-14 07:01:35', NULL, '20251214kdc3b4f5ae', 34, NULL, NULL, NULL, NULL, 600.00, 52, 'XM001', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qn6rLdzq'); INSERT INTO `ai_recharge` VALUES (37, '0', '', '2025-12-15 19:40:11', '', '2025-12-15 19:40:25', NULL, '20251215kdfa9ea2be', 16, NULL, NULL, NULL, '2025-12-15 19:40:25', 6000.00, 54, '', 100.00, 100.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/q3wwayQq'); INSERT INTO `ai_recharge` VALUES (38, '0', '', '2025-12-16 16:56:10', '', '2025-12-16 08:56:09', NULL, '20251216jsc9681778', 14, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (39, '0', '', '2025-12-16 22:43:18', '', '2025-12-16 22:43:29', NULL, '20251216kd2b9c1725', 16, NULL, NULL, NULL, '2025-12-16 22:43:29', 600.00, 52, '', 10.00, 10.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gQ260z6R'); INSERT INTO `ai_recharge` VALUES (40, '0', '', '2025-12-17 11:17:39', '', '2025-12-17 03:17:38', NULL, '20251217js96cd7f61', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (41, '0', '', '2025-12-17 11:17:50', '', '2025-12-17 03:17:50', NULL, '20251217kd9a23a760', 16, NULL, NULL, NULL, NULL, 600.00, 55, '', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/vJp67pbR'); INSERT INTO `ai_recharge` VALUES (42, '0', '', '2025-12-17 11:20:05', '', '2025-12-17 03:20:04', NULL, '20251217yzeb3e8736', 16, NULL, NULL, NULL, NULL, 100.00, 61, '', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2001130224561033216'); INSERT INTO `ai_recharge` VALUES (43, '0', '', '2025-12-17 13:27:17', '', '2025-12-17 05:27:16', NULL, '20251217jsd9b99c06', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (44, '0', '', '2025-12-17 13:27:25', '', '2025-12-17 05:27:25', NULL, '20251217yzc2d08aef', 16, NULL, NULL, NULL, NULL, 100.00, 61, '', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2001162285342658560'); INSERT INTO `ai_recharge` VALUES (45, '0', '', '2025-12-17 14:49:49', '', '2025-12-17 15:30:18', NULL, '20251217yzd14300bb', 16, NULL, NULL, NULL, '2025-12-17 15:30:18', 100.00, 61, '', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2001183021075664896'); INSERT INTO `ai_recharge` VALUES (46, '0', '', '2025-12-17 15:42:30', '', '2025-12-17 15:44:02', NULL, '20251217yze625c7c5', 16, NULL, NULL, NULL, '2025-12-17 15:44:02', 100.00, 61, '', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2001196277429309440'); INSERT INTO `ai_recharge` VALUES (47, '0', '', '2025-12-17 20:06:50', '', '2025-12-17 20:06:56', NULL, '20251217kd8b215359', 36, NULL, NULL, NULL, '2025-12-17 20:06:56', 6000.00, 57, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qWL26zrv'); INSERT INTO `ai_recharge` VALUES (48, '0', '', '2025-12-17 20:09:26', '', '2025-12-17 20:09:28', NULL, '20251217kd63281c9d', 36, NULL, NULL, NULL, '2025-12-17 20:09:28', 6000.00, 64, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gkP0Yz1R'); INSERT INTO `ai_recharge` VALUES (49, '0', '', '2025-12-17 20:10:05', '', '2025-12-17 20:10:10', NULL, '20251217kd70842d90', 36, NULL, NULL, NULL, '2025-12-17 20:10:10', 6000.00, 64, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/q2w6J4Zv'); INSERT INTO `ai_recharge` VALUES (50, '0', '', '2025-12-17 20:10:45', '', '2025-12-17 20:10:50', NULL, '20251217kdf77be507', 36, NULL, NULL, NULL, '2025-12-17 20:10:50', 6000.00, 64, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qPP63wbq'); INSERT INTO `ai_recharge` VALUES (51, '0', '', '2025-12-17 20:13:08', '', '2025-12-17 20:13:13', NULL, '20251217kd69fbebc0', 36, NULL, NULL, NULL, '2025-12-17 20:13:13', 6000.00, 70, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qA7QNn3g'); INSERT INTO `ai_recharge` VALUES (52, '0', '', '2025-12-18 14:13:56', '', '2025-12-18 14:13:58', NULL, '20251218kda59a6412', 36, NULL, NULL, NULL, '2025-12-18 14:13:58', 6000.00, 70, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qQ2x8KKv'); INSERT INTO `ai_recharge` VALUES (53, '0', '', '2025-12-18 14:14:48', '', '2025-12-18 14:14:50', NULL, '20251218kde07c19f7', 36, NULL, NULL, NULL, '2025-12-18 14:14:50', 6000.00, 73, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/q3wQyawq'); INSERT INTO `ai_recharge` VALUES (54, '0', '', '2025-12-18 14:18:11', '', '2025-12-18 14:18:15', NULL, '20251218kddbcb7795', 36, NULL, NULL, NULL, '2025-12-18 14:18:15', 6000.00, 76, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qPP9jNLq'); INSERT INTO `ai_recharge` VALUES (55, '0', '', '2025-12-18 14:19:50', '', '2025-12-18 14:19:53', NULL, '20251218kd9590ef34', 36, NULL, NULL, NULL, '2025-12-18 14:19:53', 6000.00, 76, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RwGyD2lR'); INSERT INTO `ai_recharge` VALUES (56, '0', '', '2025-12-18 20:13:36', '', '2025-12-18 20:13:36', NULL, '20251218kd2285dd8c', 16, NULL, NULL, NULL, NULL, 600.00, 74, '', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/v14wWZnq'); INSERT INTO `ai_recharge` VALUES (57, '0', '', '2025-12-19 17:27:49', '', '2025-12-19 17:27:51', NULL, '20251219kd23b65bbe', 36, NULL, NULL, NULL, '2025-12-19 17:27:51', 6000.00, 76, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RjVebb8R'); INSERT INTO `ai_recharge` VALUES (58, '0', '', '2025-12-19 17:30:20', '', '2025-12-19 17:30:24', NULL, '20251219kd08f5013b', 36, NULL, NULL, NULL, '2025-12-19 17:30:24', 6000.00, 85, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/R7GjEDxR'); INSERT INTO `ai_recharge` VALUES (59, '0', '', '2025-12-19 17:31:07', '', '2025-12-19 17:31:09', NULL, '20251219kd2103e83f', 36, NULL, NULL, NULL, '2025-12-19 17:31:09', 6000.00, 85, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/vZxMJdXR'); INSERT INTO `ai_recharge` VALUES (60, '0', '', '2025-12-19 22:05:18', '', '2025-12-19 22:05:17', NULL, '20251219kd89940478', 38, NULL, NULL, NULL, NULL, 600.00, 89, 'XM001', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/vDlEl19v'); INSERT INTO `ai_recharge` VALUES (61, '0', '', '2025-12-19 22:05:27', '', '2025-12-19 22:05:26', NULL, '20251219js7a3b6857', 38, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (62, '0', '', '2025-12-19 22:05:35', '', '2025-12-19 22:05:34', NULL, '20251219yzfe6de663', 38, NULL, NULL, NULL, NULL, 100.00, 61, 'XM001', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2002017453739216896'); INSERT INTO `ai_recharge` VALUES (63, '0', '', '2025-12-19 22:08:42', '', '2025-12-19 22:08:42', NULL, '20251219js8dbfa3f0', 38, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (64, '0', '', '2025-12-19 22:13:53', '', '2025-12-19 22:13:52', NULL, '20251219js699a5cc8', 38, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (65, '0', '', '2025-12-19 22:14:22', '', '2025-12-19 22:14:22', NULL, '20251219jsa9e7c4d6', 38, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (66, '0', '', '2025-12-19 22:38:15', '', '2025-12-19 22:38:15', NULL, '20251219jsf6a9c17e', 38, NULL, NULL, NULL, NULL, 10080.00, NULL, 'XM001', NULL, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (67, '0', '', '2025-12-22 10:09:40', '', '2025-12-22 10:09:46', NULL, '20251222kdcde96fe0', 36, NULL, NULL, NULL, '2025-12-22 10:09:46', 6000.00, 97, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qXP3m02q'); INSERT INTO `ai_recharge` VALUES (68, '0', '', '2025-12-22 16:04:14', '', '2025-12-22 16:04:13', NULL, '20251222yz0f009cc8', 35, NULL, NULL, NULL, NULL, 100.00, 61, 'ALL', 100.00, 110.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2003013687002140672'); INSERT INTO `ai_recharge` VALUES (69, '0', '', '2025-12-22 16:11:31', '', '2025-12-22 16:11:34', NULL, '20251222kd29772a81', 35, NULL, NULL, NULL, '2025-12-22 16:11:34', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/Rr616r2R'); INSERT INTO `ai_recharge` VALUES (70, '0', '', '2025-12-22 16:11:48', '', '2025-12-22 16:11:50', NULL, '20251222kd06135726', 35, NULL, NULL, NULL, '2025-12-22 16:11:50', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/vbzQzWdv'); INSERT INTO `ai_recharge` VALUES (71, '0', '', '2025-12-23 09:05:02', '', '2025-12-23 09:05:05', NULL, '20251223kd4a532374', 36, NULL, NULL, NULL, '2025-12-23 09:05:05', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RMPb51Vg'); INSERT INTO `ai_recharge` VALUES (72, '0', '', '2025-12-24 15:04:02', '', '2025-12-24 15:04:07', NULL, '20251224kdf3bf1c0f', 36, NULL, NULL, NULL, '2025-12-24 15:04:07', 6000.00, 103, 'ALL', 110.00, 5.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/g0xVpwmg'); INSERT INTO `ai_recharge` VALUES (73, '0', '', '2025-12-24 15:12:36', '', '2025-12-24 15:12:36', NULL, '20251224js3fc9a2af', 35, NULL, NULL, NULL, NULL, 10080.00, NULL, 'ALL', 112.00, 1.00, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (74, '0', '', '2025-12-24 15:12:45', '', '2025-12-24 15:12:47', NULL, '20251224kde212b036', 35, NULL, NULL, NULL, '2025-12-24 15:12:47', 6720.00, 59, 'ALL', 112.00, 1.00, NULL, 'VISA / Master', 'https://cash.shopcounter.shop/gcash/qn6dAy2q'); INSERT INTO `ai_recharge` VALUES (75, '0', '', '2025-12-25 13:50:01', '', '2025-12-25 13:50:02', NULL, '20251225kd8ef29bd6', 35, NULL, NULL, NULL, '2025-12-25 13:50:02', 600.00, 101, 'ALL', 11.00, 1.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qWL8A2wv'); INSERT INTO `ai_recharge` VALUES (76, '0', '', '2025-12-25 14:33:20', '', '2025-12-25 14:33:25', NULL, '20251225yz23eee74d', 35, NULL, NULL, NULL, '2025-12-25 14:33:25', 100.00, 61, 'ALL', 110.00, 10.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2004077978652381184'); INSERT INTO `ai_recharge` VALUES (77, '0', '', '2025-12-26 08:36:47', '', '2025-12-26 08:36:55', NULL, '20251226yzd4bb33d9', 16, NULL, NULL, NULL, '2025-12-26 08:36:55', 100.00, 61, '', 110.00, 10.00, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2004350636367417344'); INSERT INTO `ai_recharge` VALUES (78, '0', '', '2025-12-26 08:53:42', '', '2025-12-26 08:54:01', NULL, '20251226yz5a6faf88', 16, NULL, NULL, NULL, '2025-12-26 08:54:01', 100.00, 61, '', 100.00, 110.00, 10.00, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2004354894085099520'); INSERT INTO `ai_recharge` VALUES (79, '0', '', '2025-12-26 11:09:58', '', '2025-12-26 11:10:00', NULL, '20251226kdafb346a1', 35, NULL, NULL, NULL, '2025-12-26 11:10:00', 3000.00, 102, 'ALL', 50.00, 51.00, 1.00, 'PHP', 'https://cash.shopcounter.shop/gcash/R7Gz7MKR'); INSERT INTO `ai_recharge` VALUES (80, '0', '', '2025-12-26 11:16:26', '', '2025-12-26 11:16:28', NULL, '20251226kded12e9e9', 35, NULL, NULL, NULL, '2025-12-26 11:16:28', 3000.00, 102, 'ALL', 50.00, 51.00, 1.00, 'PHP', 'https://cash.shopcounter.shop/gcash/vMPy1GXq'); INSERT INTO `ai_recharge` VALUES (81, '0', '', '2025-12-29 11:37:28', '', '2025-12-29 11:37:35', NULL, '20251229kd318bbf4b', 35, NULL, NULL, NULL, '2025-12-29 11:37:35', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qzyaLYQR'); INSERT INTO `ai_recharge` VALUES (82, '0', '', '2025-12-29 11:38:28', '', '2025-12-29 11:38:53', NULL, '20251229kddacf6cd1', 35, NULL, NULL, NULL, '2025-12-29 11:38:53', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/g3wdQkGg'); INSERT INTO `ai_recharge` VALUES (83, '0', '', '2025-12-29 11:38:53', '', '2025-12-29 11:38:53', NULL, '20251229kd5728ac1c', 35, NULL, NULL, NULL, NULL, 6000.00, 103, 'ALL', 100.00, NULL, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gG15Ea2q'); INSERT INTO `ai_recharge` VALUES (84, '0', '', '2025-12-29 11:41:27', '', '2025-12-29 11:41:29', NULL, '20251229kd20bfa1f3', 35, NULL, NULL, NULL, '2025-12-29 11:41:29', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/q9bleYDv'); INSERT INTO `ai_recharge` VALUES (85, '0', '', '2025-12-29 11:41:36', '', '2025-12-29 11:41:38', NULL, '20251229kdd547f60c', 35, NULL, NULL, NULL, '2025-12-29 11:41:38', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gN94Axyv'); INSERT INTO `ai_recharge` VALUES (86, '0', '', '2025-12-29 11:41:44', '', '2025-12-29 11:41:46', NULL, '20251229kd160dac89', 35, NULL, NULL, NULL, '2025-12-29 11:41:46', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/Ry6VQWnq'); INSERT INTO `ai_recharge` VALUES (87, '0', '', '2025-12-29 12:11:41', '', '2025-12-29 12:11:44', NULL, '20251229kd6dd0e60c', 16, NULL, NULL, NULL, '2025-12-29 12:11:44', 600.00, 101, '', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qA7Xk0zg'); INSERT INTO `ai_recharge` VALUES (88, '0', '', '2025-12-29 16:31:52', '', '2025-12-29 16:32:06', NULL, '20251229kd027d1f46', 16, NULL, NULL, NULL, '2025-12-29 16:32:05', 600.00, 101, '', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gYLbP1Dv'); INSERT INTO `ai_recharge` VALUES (89, '0', '', '2025-12-29 16:32:59', '', '2025-12-29 16:32:59', NULL, '20251229jsa7243c4a', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', 112.00, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (90, '0', '', '2025-12-29 16:33:51', '', '2025-12-29 16:33:54', NULL, '20251229yz55e1d9d7', 16, NULL, NULL, NULL, '2025-12-29 16:33:54', 100.00, 61, '', 100.00, 110.00, 10.00, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2005557857512198144'); INSERT INTO `ai_recharge` VALUES (91, '0', '', '2025-12-30 11:28:45', '', '2025-12-30 11:28:46', NULL, '20251230kd9f07d61e', 40, NULL, NULL, NULL, '2025-12-30 11:28:46', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/R7GmZm7R'); INSERT INTO `ai_recharge` VALUES (92, '0', '', '2025-12-30 11:28:50', '', '2025-12-30 11:28:51', NULL, '20251230kd66942cb8', 40, NULL, NULL, NULL, '2025-12-30 11:28:51', 6000.00, 103, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gQ20X0BR'); INSERT INTO `ai_recharge` VALUES (93, '0', '', '2025-12-30 11:43:57', '', '2025-12-30 11:44:05', NULL, '20251230kd7470c6af', 16, NULL, NULL, NULL, '2025-12-30 11:44:05', 600.00, 101, '', 10.00, 11.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RZx7A31v'); INSERT INTO `ai_recharge` VALUES (94, '0', '', '2025-12-30 11:56:55', '', '2025-12-30 11:56:56', NULL, '20251230kd81678b39', 40, NULL, NULL, NULL, '2025-12-30 11:56:56', 6000.00, 106, 'ALL', 100.00, 110.00, 5.00, 'PHP', 'https://cash.shopcounter.shop/gcash/gV8deAlq'); INSERT INTO `ai_recharge` VALUES (95, '0', '', '2025-12-30 11:58:31', '', '2025-12-30 11:58:33', NULL, '20251230kda17de8ed', 41, NULL, NULL, NULL, '2025-12-30 11:58:33', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/v7GmBzzv'); INSERT INTO `ai_recharge` VALUES (96, '0', '', '2025-12-30 13:42:25', '', '2025-12-30 13:42:27', NULL, '20251230kdd2b7cedb', 42, NULL, NULL, NULL, '2025-12-30 13:42:27', 6000.00, 109, 'ALL', 100.00, 110.00, 5.00, 'PHP', 'https://cash.shopcounter.shop/gcash/g9bjBYbR'); INSERT INTO `ai_recharge` VALUES (97, '0', '', '2025-12-30 13:42:39', '', '2025-12-30 13:42:42', NULL, '20251230kd2abbbd73', 42, NULL, NULL, NULL, '2025-12-30 13:42:42', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qB60krkq'); INSERT INTO `ai_recharge` VALUES (98, '0', '', '2025-12-31 14:20:29', '', '2025-12-31 14:20:30', NULL, '20251231kdb4860b83', 43, NULL, NULL, NULL, '2025-12-31 14:20:30', 6000.00, 109, 'ALL', 100.00, 110.00, 5.00, 'PHP', 'https://cash.shopcounter.shop/gcash/qzyJJAlR'); INSERT INTO `ai_recharge` VALUES (99, '0', '', '2025-12-31 14:21:20', '', '2025-12-31 14:21:22', NULL, '20251231kdec3bc7ca', 43, NULL, NULL, NULL, '2025-12-31 14:21:22', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/g0x8863g'); INSERT INTO `ai_recharge` VALUES (100, '0', '', '2025-12-31 14:23:54', '', '2025-12-31 14:23:56', NULL, '20251231kdd03799a8', 43, NULL, NULL, NULL, '2025-12-31 14:23:56', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gB6x483g'); INSERT INTO `ai_recharge` VALUES (101, '0', '', '2025-12-31 14:23:59', '', '2025-12-31 14:24:01', NULL, '20251231kd6dff5077', 43, NULL, NULL, NULL, '2025-12-31 14:24:01', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/R7GneAjR'); INSERT INTO `ai_recharge` VALUES (102, '0', '', '2025-12-31 14:24:04', '', '2025-12-31 14:24:05', NULL, '20251231kd02866e75', 43, NULL, NULL, NULL, '2025-12-31 14:24:05', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/gG1NKeJq'); INSERT INTO `ai_recharge` VALUES (103, '0', '', '2025-12-31 14:24:08', '', '2025-12-31 14:24:10', NULL, '20251231kd110b32f2', 43, NULL, NULL, NULL, '2025-12-31 14:24:10', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/veQweBPv'); INSERT INTO `ai_recharge` VALUES (104, '0', '', '2025-12-31 14:24:13', '', '2025-12-31 14:24:14', NULL, '20251231kdf6b123e0', 43, NULL, NULL, NULL, '2025-12-31 14:24:14', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/q3wXbmeq'); INSERT INTO `ai_recharge` VALUES (105, '0', '', '2025-12-31 14:24:16', '', '2025-12-31 14:24:18', NULL, '20251231kd7635dcec', 43, NULL, NULL, NULL, '2025-12-31 14:24:18', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qA76MQGg'); INSERT INTO `ai_recharge` VALUES (106, '0', '', '2025-12-31 14:24:20', '', '2025-12-31 14:24:21', NULL, '20251231kd13893825', 43, NULL, NULL, NULL, '2025-12-31 14:24:21', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/RMPlp2Zg'); INSERT INTO `ai_recharge` VALUES (107, '0', '', '2025-12-31 14:24:24', '', '2025-12-31 14:24:25', NULL, '20251231kdf179abd8', 43, NULL, NULL, NULL, '2025-12-31 14:24:25', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qn6w93lq'); INSERT INTO `ai_recharge` VALUES (108, '0', '', '2025-12-31 14:26:45', '', '2025-12-31 14:26:47', NULL, '20251231yz9ec7e8e0', 44, NULL, NULL, NULL, '2025-12-31 14:26:47', 100.00, 61, 'ALL', 100.00, 110.00, 10.00, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2006250648370286592'); INSERT INTO `ai_recharge` VALUES (109, '0', '', '2025-12-31 14:27:15', '', '2025-12-31 14:27:17', NULL, '20251231kd2c7d7f15', 44, NULL, NULL, NULL, '2025-12-31 14:27:17', 6000.00, 109, 'ALL', 100.00, 110.00, NULL, 'PHP', 'https://cash.shopcounter.shop/gcash/qA76M2Wg'); INSERT INTO `ai_recharge` VALUES (110, '0', '', '2026-01-06 10:54:00', '', '2026-01-06 10:53:59', NULL, '20260106jsdbe8cb39', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', 112.00, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (111, '0', '', '2026-01-06 10:54:12', '', '2026-01-06 10:54:24', NULL, '20260106yzb5e59e12', 16, NULL, NULL, NULL, '2026-01-06 10:54:24', 100.00, 61, '', 100.00, 110.00, 10.00, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2008371484984217600'); INSERT INTO `ai_recharge` VALUES (112, '0', '', '2026-01-06 10:54:37', '', '2026-01-06 10:54:37', NULL, '20260106js3c118368', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', 112.00, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (113, '0', '', '2026-01-06 10:54:46', '', '2026-01-06 10:54:53', NULL, '20260106yz1eb8de3b', 16, NULL, NULL, NULL, '2026-01-06 10:54:53', 100.00, 61, '', 100.00, 110.00, 10.00, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2008371630321045504'); INSERT INTO `ai_recharge` VALUES (114, '0', '', '2026-01-07 15:28:42', '', '2026-01-07 15:28:41', NULL, '20260107js68def7d0', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', 112.00, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (115, '0', '', '2026-01-07 16:13:27', '', '2026-01-07 16:13:27', NULL, '20260107jsb078324b', 16, NULL, NULL, NULL, NULL, 10080.00, NULL, '', 112.00, NULL, NULL, NULL, NULL); INSERT INTO `ai_recharge` VALUES (116, '0', '', '2026-01-07 16:13:40', '', '2026-01-07 16:13:40', NULL, '20260107yzbf77847e', 16, NULL, NULL, NULL, NULL, 100.00, 61, '', 100.00, NULL, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2008814269877063680'); INSERT INTO `ai_recharge` VALUES (117, '0', '', '2026-01-07 16:13:49', '', '2026-01-07 16:13:48', NULL, '20260107yzae449327', 16, NULL, NULL, NULL, NULL, 100.00, 61, '', 100.00, NULL, NULL, 'VISA / Master / Amex', 'https://openapi.nanopaying.com/cashiertz/?orderNum=PUS2008814308477243392'); -- ---------------------------- -- Table structure for ai_recharge_gift -- ---------------------------- DROP TABLE IF EXISTS `ai_recharge_gift`; CREATE TABLE `ai_recharge_gift` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `is_frist_recharge` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否首充活动:N-否 Y-是', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', `type` tinyint NULL DEFAULT NULL COMMENT '活动类型:0-永久 1-周期', `start_time` datetime NULL DEFAULT NULL COMMENT '活动开始时间', `end_time` datetime NULL DEFAULT NULL COMMENT '活动结束时间', `pay_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付方式', `api_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '支付接口', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 6 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '充值活动' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_recharge_gift -- ---------------------------- INSERT INTO `ai_recharge_gift` VALUES (1, '0', 'admin', '2025-11-20 23:24:46', 'admin', '2025-11-25 11:27:56', '', 'N', 1, 1, '2025-11-20 23:24:18', '2025-11-27 23:24:23', NULL, NULL); INSERT INTO `ai_recharge_gift` VALUES (3, '0', 'admin', '2025-11-20 23:36:31', 'admin', '2025-12-17 11:18:40', '', 'N', 0, 0, NULL, NULL, 'VISA / Master', '/api/pay/jinsha-pay'); INSERT INTO `ai_recharge_gift` VALUES (4, '0', 'admin', '2025-11-27 15:59:13', 'admin', '2025-12-30 11:57:06', NULL, 'Y', 0, 1, '2025-12-09 00:00:00', '2025-12-31 17:31:00', 'PHP', '/api/pay/kada-pay'); INSERT INTO `ai_recharge_gift` VALUES (5, '0', 'admin', '2025-12-17 11:19:01', 'admin', '2025-12-17 11:19:25', NULL, 'N', 0, 0, NULL, NULL, 'VISA / Master / Amex', '/api/pay/yuzhou-pay'); -- ---------------------------- -- Table structure for ai_recharge_gift_gear -- ---------------------------- DROP TABLE IF EXISTS `ai_recharge_gift_gear`; CREATE TABLE `ai_recharge_gift_gear` ( `id` bigint NOT NULL AUTO_INCREMENT, `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `recharge_id` bigint NULL DEFAULT NULL COMMENT '充值赠送活动ID', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '档位说明', `recharge_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '充值金额', `gift_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '赠送金额', `give_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '额外赠送金额', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 110 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '充值活动档位配置' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_recharge_gift_gear -- ---------------------------- INSERT INTO `ai_recharge_gift_gear` VALUES (6, '0', '', '2025-11-25 11:27:55', '', '2025-11-25 11:27:55', NULL, 1, '充100元赠送110元', 100.00, 110.00, NULL); INSERT INTO `ai_recharge_gift_gear` VALUES (7, '0', '', '2025-11-25 11:27:55', '', '2025-11-25 11:27:55', NULL, 1, '充200元赠送230元', 200.00, 230.00, NULL); INSERT INTO `ai_recharge_gift_gear` VALUES (59, '0', '', '2025-12-17 03:18:39', '', '2025-12-17 03:18:39', NULL, 3, '', 112.00, 112.00, 1.00); INSERT INTO `ai_recharge_gift_gear` VALUES (61, '0', '', '2025-12-17 03:19:25', '', '2025-12-17 03:19:25', NULL, 5, NULL, 100.00, 110.00, 10.00); INSERT INTO `ai_recharge_gift_gear` VALUES (107, '0', '', '2025-12-30 11:57:06', '', '2025-12-30 11:57:06', NULL, 4, '', 10.00, 11.00, 1.00); INSERT INTO `ai_recharge_gift_gear` VALUES (108, '0', '', '2025-12-30 11:57:06', '', '2025-12-30 11:57:06', NULL, 4, NULL, 50.00, 51.00, 1.00); INSERT INTO `ai_recharge_gift_gear` VALUES (109, '0', '', '2025-12-30 11:57:06', '', '2025-12-30 11:57:06', NULL, 4, NULL, 100.00, 110.00, 5.00); -- ---------------------------- -- Table structure for ai_recharge_gift_record -- ---------------------------- DROP TABLE IF EXISTS `ai_recharge_gift_record`; CREATE TABLE `ai_recharge_gift_record` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `order_num` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '充值订单号', `recharge_gear_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '档位说明', `gear_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '档位金额', `gift_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '赠送金额', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 25 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '充值赠送记录-作废' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_recharge_gift_record -- ---------------------------- INSERT INTO `ai_recharge_gift_record` VALUES (3, '0', '', '2025-12-17 15:30:19', '', '2025-12-17 07:30:18', NULL, 16, '20251217yzd14300bb', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (4, '0', '', '2025-12-17 15:44:02', '', '2025-12-17 07:44:01', NULL, 16, '20251217yze625c7c5', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (5, '0', '', '2025-12-17 20:09:28', '', '2025-12-17 12:09:28', NULL, 36, '20251217kd63281c9d', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (6, '0', '', '2025-12-17 20:10:10', '', '2025-12-17 12:10:09', NULL, 36, '20251217kd70842d90', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (7, '0', '', '2025-12-17 20:10:50', '', '2025-12-17 12:10:49', NULL, 36, '20251217kdf77be507', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (8, '0', '', '2025-12-18 14:14:50', '', '2025-12-18 06:14:49', NULL, 36, '20251218kde07c19f7', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (9, '0', '', '2025-12-18 14:18:15', '', '2025-12-18 06:18:14', NULL, 36, '20251218kddbcb7795', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (10, '0', '', '2025-12-18 14:19:53', '', '2025-12-18 06:19:53', NULL, 36, '20251218kd9590ef34', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (11, '0', '', '2025-12-19 17:30:24', '', '2025-12-19 17:30:23', NULL, 36, '20251219kd08f5013b', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (12, '0', '', '2025-12-22 16:11:34', '', '2025-12-22 16:11:33', NULL, 35, '20251222kd29772a81', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (13, '0', '', '2025-12-22 16:11:50', '', '2025-12-22 16:11:49', NULL, 35, '20251222kd06135726', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (14, '0', '', '2025-12-24 15:12:47', '', '2025-12-24 15:12:47', NULL, 35, '20251224kde212b036', '', 112.00, 1.00); INSERT INTO `ai_recharge_gift_record` VALUES (15, '0', '', '2025-12-25 14:33:25', '', '2025-12-25 14:33:24', NULL, 35, '20251225yz23eee74d', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (16, '0', '', '2025-12-26 08:36:55', '', '2025-12-26 08:36:55', NULL, 16, '20251226yzd4bb33d9', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (17, '0', '', '2025-12-26 08:54:01', '', '2025-12-26 08:54:01', NULL, 16, '20251226yz5a6faf88', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (18, '0', '', '2025-12-29 16:33:54', '', '2025-12-29 16:33:53', NULL, 16, '20251229yz55e1d9d7', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (19, '0', '', '2025-12-30 11:56:56', '', '2025-12-30 11:56:55', NULL, 40, '20251230kd81678b39', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (20, '0', '', '2025-12-30 13:42:27', '', '2025-12-30 13:42:27', NULL, 42, '20251230kdd2b7cedb', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (21, '0', '', '2025-12-31 14:20:30', '', '2025-12-31 14:20:30', NULL, 43, '20251231kdb4860b83', NULL, 100.00, 5.00); INSERT INTO `ai_recharge_gift_record` VALUES (22, '0', '', '2025-12-31 14:26:47', '', '2025-12-31 14:26:46', NULL, 44, '20251231yz9ec7e8e0', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (23, '0', '', '2026-01-06 10:54:24', '', '2026-01-06 10:54:24', NULL, 16, '20260106yzb5e59e12', NULL, 100.00, 10.00); INSERT INTO `ai_recharge_gift_record` VALUES (24, '0', '', '2026-01-06 10:54:53', '', '2026-01-06 10:54:52', NULL, 16, '20260106yz1eb8de3b', NULL, 100.00, 10.00); -- ---------------------------- -- Table structure for ai_sample_amount -- ---------------------------- DROP TABLE IF EXISTS `ai_sample_amount`; CREATE TABLE `ai_sample_amount` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '体验金额', `duration` int NULL DEFAULT NULL COMMENT '体验时长(h)', `type` tinyint NULL DEFAULT NULL COMMENT '活动类型:0-永久 1-周期', `start_time` datetime NULL DEFAULT NULL COMMENT '活动开始时间', `end_time` datetime NULL DEFAULT NULL COMMENT '活动结束时间', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '体验金活动管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_sample_amount -- ---------------------------- INSERT INTO `ai_sample_amount` VALUES (1, '0', 'admin', '2025-11-14 22:32:34', 'admin', '2025-11-28 13:27:48', NULL, 11.00, 11, 1, '2025-11-14 00:00:00', '2025-11-18 00:00:00', 1); INSERT INTO `ai_sample_amount` VALUES (2, '0', 'admin', '2025-11-14 22:37:01', 'admin', '2025-12-09 13:44:11', '', 10.00, 1, 0, NULL, NULL, 1); -- ---------------------------- -- Table structure for ai_sample_amount_record -- ---------------------------- DROP TABLE IF EXISTS `ai_sample_amount_record`; CREATE TABLE `ai_sample_amount_record` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `order_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '关联订单号', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `sample_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '体验金额', `recycle_time` datetime NULL DEFAULT NULL COMMENT '回收时间', `status` tinyint NULL DEFAULT 0 COMMENT '回收状态:0-已发放 1-已回收', PRIMARY KEY (`id`) USING BTREE, KEY `idx_order_no` (`order_no`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 34 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '体验金领取记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_sample_amount_record -- ---------------------------- INSERT INTO `ai_sample_amount_record` VALUES (1, '0', 'admin', '2025-11-14 22:54:17', '', '2025-11-14 22:54:13', NULL, 1, 12.00, '2025-11-15 22:54:13', 0); INSERT INTO `ai_sample_amount_record` VALUES (2, '0', '', '2025-11-25 22:43:11', '', '2025-11-25 22:43:11', NULL, 12, 11.00, '2025-12-05 04:43:11', 0); INSERT INTO `ai_sample_amount_record` VALUES (3, '0', '', '2025-11-28 11:33:59', '', '2025-11-28 03:33:58', NULL, 13, 11.00, '2025-12-07 17:33:59', 0); INSERT INTO `ai_sample_amount_record` VALUES (4, '0', '', '2025-11-28 11:42:33', '', '2025-11-28 03:42:32', NULL, 14, 11.00, '2025-12-07 17:42:33', 0); INSERT INTO `ai_sample_amount_record` VALUES (5, '0', '', '2025-12-07 14:52:38', '', '2025-12-07 06:52:38', NULL, 15, 10.00, '2025-12-07 14:52:38', 0); INSERT INTO `ai_sample_amount_record` VALUES (6, '0', '', '2025-12-07 17:15:46', '', '2025-12-07 09:15:45', NULL, 16, 10.00, '2025-12-07 17:15:46', 0); INSERT INTO `ai_sample_amount_record` VALUES (7, '0', '', '2025-12-07 17:28:57', '', '2025-12-07 09:28:57', NULL, 17, 10.00, '2025-12-07 17:28:57', 0); INSERT INTO `ai_sample_amount_record` VALUES (8, '0', '', '2025-12-08 12:53:23', '', '2025-12-08 04:53:23', NULL, 18, 10.00, '2025-12-08 12:53:23', 0); INSERT INTO `ai_sample_amount_record` VALUES (9, '0', '', '2025-12-08 15:48:00', '', '2025-12-08 07:47:59', NULL, 19, 10.00, '2025-12-08 15:48:00', 0); INSERT INTO `ai_sample_amount_record` VALUES (10, '0', '', '2025-12-08 15:50:04', '', '2025-12-08 07:50:03', NULL, 20, 10.00, '2025-12-08 15:50:04', 0); INSERT INTO `ai_sample_amount_record` VALUES (11, '0', '', '2025-12-08 17:20:32', '', '2025-12-08 09:20:31', NULL, 21, 10.00, '2025-12-08 17:20:32', 0); INSERT INTO `ai_sample_amount_record` VALUES (12, '0', '', '2025-12-08 19:45:16', '', '2025-12-08 11:45:15', NULL, 22, 10.00, '2025-12-08 19:45:16', 0); INSERT INTO `ai_sample_amount_record` VALUES (13, '0', '', '2025-12-09 10:33:05', '', '2025-12-09 02:33:05', NULL, 23, 10.00, '2025-12-09 10:33:05', 0); INSERT INTO `ai_sample_amount_record` VALUES (14, '0', '', '2025-12-09 13:42:33', '', '2025-12-09 05:42:32', NULL, 24, 10.00, '2025-12-09 13:42:33', 0); INSERT INTO `ai_sample_amount_record` VALUES (15, '0', '', '2025-12-09 13:46:14', '', '2025-12-09 05:46:13', NULL, 25, 10.00, '2025-12-09 13:57:14', 0); INSERT INTO `ai_sample_amount_record` VALUES (16, '0', '', '2025-12-09 14:13:17', '', '2025-12-09 06:13:17', NULL, 26, 10.00, '2025-12-09 15:13:17', 0); INSERT INTO `ai_sample_amount_record` VALUES (17, '0', '', '2025-12-09 14:57:14', '', '2025-12-09 06:57:14', NULL, 27, 10.00, '2025-12-09 15:57:14', 0); INSERT INTO `ai_sample_amount_record` VALUES (18, '0', '', '2025-12-09 15:45:54', '', '2025-12-09 07:45:54', NULL, 28, 10.00, '2025-12-09 16:45:54', 0); INSERT INTO `ai_sample_amount_record` VALUES (19, '0', '', '2025-12-11 10:48:59', '', '2025-12-11 11:48:59', NULL, 29, 10.00, '2025-12-11 11:48:59', 1); INSERT INTO `ai_sample_amount_record` VALUES (20, '0', '', '2025-12-11 10:50:31', '', '2025-12-11 11:50:31', NULL, 30, 10.00, '2025-12-11 11:50:31', 1); INSERT INTO `ai_sample_amount_record` VALUES (21, '0', '', '2025-12-14 01:35:44', '', '2025-12-14 02:35:44', NULL, 31, 10.00, '2025-12-14 02:35:44', 1); INSERT INTO `ai_sample_amount_record` VALUES (22, '0', '', '2025-12-14 01:58:22', '', '2025-12-14 02:58:22', NULL, 32, 10.00, '2025-12-14 02:58:22', 1); INSERT INTO `ai_sample_amount_record` VALUES (23, '0', '', '2025-12-14 10:22:49', '', '2025-12-14 11:22:49', NULL, 33, 10.00, '2025-12-14 11:22:49', 1); INSERT INTO `ai_sample_amount_record` VALUES (24, '0', '', '2025-12-14 14:52:58', '', '2025-12-14 15:52:57', NULL, 34, 10.00, '2025-12-14 15:52:58', 1); INSERT INTO `ai_sample_amount_record` VALUES (25, '0', '', '2025-12-15 18:05:01', '', '2025-12-15 19:05:00', NULL, 35, 10.00, '2025-12-15 19:05:01', 1); INSERT INTO `ai_sample_amount_record` VALUES (26, '0', '', '2025-12-15 18:07:56', '', '2025-12-15 19:07:56', NULL, 36, 10.00, '2025-12-15 19:07:56', 1); INSERT INTO `ai_sample_amount_record` VALUES (27, '0', '', '2025-12-16 14:07:46', '', '2025-12-16 15:07:46', NULL, 37, 10.00, '2025-12-16 15:07:46', 1); INSERT INTO `ai_sample_amount_record` VALUES (28, '0', '', '2025-12-19 22:04:19', '', '2025-12-19 23:04:18', NULL, 38, 10.00, '2025-12-19 23:04:19', 1); INSERT INTO `ai_sample_amount_record` VALUES (29, '0', '', '2025-12-27 16:48:23', '', '2025-12-27 17:48:23', NULL, 39, 10.00, '2025-12-27 17:48:23', 1); INSERT INTO `ai_sample_amount_record` VALUES (30, '0', '', '2025-12-30 11:28:25', '', '2025-12-30 12:28:25', NULL, 40, 10.00, '2025-12-30 12:28:25', 1); INSERT INTO `ai_sample_amount_record` VALUES (31, '0', '', '2025-12-30 11:58:14', '', '2025-12-30 12:58:13', NULL, 41, 10.00, '2025-12-30 12:58:14', 1); INSERT INTO `ai_sample_amount_record` VALUES (32, '0', '', '2025-12-30 13:42:03', '', '2025-12-30 14:42:02', NULL, 42, 10.00, '2025-12-30 14:42:03', 1); INSERT INTO `ai_sample_amount_record` VALUES (33, '0', '', '2025-12-31 14:20:06', '', '2025-12-31 15:20:06', NULL, 43, 10.00, '2025-12-31 15:20:06', 1); -- ---------------------------- -- Table structure for ai_statistics -- ---------------------------- DROP TABLE IF EXISTS `ai_statistics`; CREATE TABLE `ai_statistics` ( `date_key` datetime NOT NULL COMMENT '统计日期', `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '来源', `add_user_count` bigint NULL DEFAULT 0 COMMENT '新增用户数', `visitor_count` bigint NULL DEFAULT 0 COMMENT '访客数量', `generate_count` bigint NULL DEFAULT 0 COMMENT '生成数量', `recharge_amount` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '充值金额', PRIMARY KEY (`date_key`, `source`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'ai-统计表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_statistics -- ---------------------------- INSERT INTO `ai_statistics` VALUES ('2025-12-02 10:00:00', '', 0, 1, 10, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-02 12:00:00', '', 0, 0, 14, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-02 17:00:00', 'XM001', 0, 2, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-02 20:00:00', '', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-02 22:00:00', '', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 16:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 16:00:00', 'XM001', 0, 1, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 17:00:00', '', 0, 0, 6, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 18:00:00', '', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 19:00:00', '', 0, 1, 9, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 20:00:00', '', 0, 0, 5, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-03 21:00:00', '', 0, 0, 20, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-04 10:00:00', 'XM001', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-04 17:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-04 18:00:00', 'XM001', 0, 2, 5, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-05 00:00:00', '', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-05 16:00:00', '', 0, 3, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-05 17:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-05 18:00:00', '', 0, 3, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-06 09:00:00', '', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-06 10:00:00', '', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 10:00:00', 'XM001', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 11:00:00', 'XM001', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 14:00:00', 'XM001', 1, 1, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 16:00:00', '', 0, 2, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 16:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 17:00:00', 'XM001', 2, 3, 12, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 21:00:00', '', 0, 0, 6, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 21:00:00', 'XM001', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-07 22:00:00', '', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 10:00:00', 'XM001', 0, 1, 6, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 11:00:00', 'XM001', 0, 0, 5, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 12:00:00', 'XM001', 1, 1, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 14:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 15:00:00', 'XM001', 2, 2, 7, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 16:00:00', '', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 16:00:00', 'XM001', 0, 0, 8, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 17:00:00', '', 0, 0, 5, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 17:00:00', 'XM001', 1, 6, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 18:00:00', '', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-08 19:00:00', 'XM001', 1, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 03:00:00', 'XM001', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 10:00:00', 'XM001', 1, 2, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 11:00:00', 'XM001', 0, 1, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 13:00:00', 'XM001', 2, 6, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 14:00:00', 'XM001', 2, 5, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 15:00:00', '', 0, 1, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 15:00:00', 'ALL', 1, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 15:00:00', 'XM001', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 16:00:00', '', 0, 4, 13, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 17:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 19:00:00', '', 0, 0, 20, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-09 20:00:00', '', 0, 0, 10, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-10 11:00:00', 'XM001', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-10 15:00:00', 'XM001', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-10 16:00:00', 'XM001', 0, 0, 9, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-10 17:00:00', 'XM001', 0, 0, 6, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-10 19:00:00', '', 0, 1, 13, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 09:00:00', '', 0, 0, 26, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 10:00:00', '', 0, 1, 7, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 10:00:00', 'ALL', 2, 2, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 10:00:00', 'XM001', 0, 0, 9, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 11:00:00', '', 0, 1, 32, 10.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 11:00:00', 'ALL', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 12:00:00', '', 0, 0, 44, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 12:00:00', 'XM001', 0, 1, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 13:00:00', '', 0, 0, 11, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 14:00:00', '', 0, 2, 26, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 14:00:00', 'XM001', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 15:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 15:00:00', 'XM001', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 16:00:00', '', 0, 0, 41, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 17:00:00', '', 0, 0, 20, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 17:00:00', 'XM001', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-11 20:00:00', '', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-12 10:00:00', '', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-12 16:00:00', '', 0, 0, 43, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-12 18:00:00', '', 0, 0, 35, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-12 19:00:00', '', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-13 17:00:00', 'XM001', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-14 01:00:00', 'XM001', 2, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-14 10:00:00', 'XM001', 1, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-14 14:00:00', 'XM001', 1, 1, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-14 15:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-15 12:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-15 18:00:00', 'ALL', 2, 2, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-15 19:00:00', '', 0, 0, 0, 100.00); INSERT INTO `ai_statistics` VALUES ('2025-12-16 14:00:00', 'ALL', 1, 3, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-16 16:00:00', 'XM001', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-16 22:00:00', '', 0, 0, 0, 10.00); INSERT INTO `ai_statistics` VALUES ('2025-12-17 11:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-17 12:00:00', 'ALL', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-17 13:00:00', 'ALL', 0, 1, 9, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-17 15:00:00', '', 0, 0, 0, 220.00); INSERT INTO `ai_statistics` VALUES ('2025-12-17 20:00:00', 'ALL', 0, 0, 0, 530.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 00:00:00', '', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 10:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 14:00:00', 'ALL', 0, 5, 11, 440.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 16:00:00', 'XM001', 0, 3, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 17:00:00', 'XM001', 0, 1, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 18:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 19:00:00', '', 0, 2, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-18 20:00:00', '', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 07:00:00', '', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 15:00:00', 'XM001', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 17:00:00', 'ALL', 0, 5, 4, 330.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 18:00:00', 'ALL', 0, 0, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 21:00:00', 'ALL', 0, 0, 6, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-19 22:00:00', 'XM001', 1, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-21 11:00:00', 'XM001', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 10:00:00', '', 0, 3, 8, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 10:00:00', 'ALL', 0, 8, 3, 110.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 11:00:00', '', 0, 6, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 12:00:00', '', 0, 7, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 12:00:00', 'XM001', 0, 2, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 13:00:00', '', 0, 2, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 15:00:00', 'ALL', 0, 2, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-22 16:00:00', 'ALL', 0, 0, 0, 220.00); INSERT INTO `ai_statistics` VALUES ('2025-12-23 09:00:00', 'ALL', 0, 1, 1, 110.00); INSERT INTO `ai_statistics` VALUES ('2025-12-23 14:00:00', 'ALL', 0, 0, 8, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-24 15:00:00', 'ALL', 0, 2, 0, 222.00); INSERT INTO `ai_statistics` VALUES ('2025-12-24 20:00:00', 'XM001', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-25 13:00:00', 'ALL', 0, 0, 0, 11.00); INSERT INTO `ai_statistics` VALUES ('2025-12-25 14:00:00', 'ALL', 0, 0, 0, 110.00); INSERT INTO `ai_statistics` VALUES ('2025-12-26 08:00:00', '', 0, 1, 0, 220.00); INSERT INTO `ai_statistics` VALUES ('2025-12-26 11:00:00', 'ALL', 0, 0, 0, 102.00); INSERT INTO `ai_statistics` VALUES ('2025-12-26 14:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-26 17:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-26 18:00:00', 'XM001', 0, 1, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-27 16:00:00', 'XM001', 1, 2, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2025-12-29 11:00:00', 'ALL', 0, 0, 0, 550.00); INSERT INTO `ai_statistics` VALUES ('2025-12-29 12:00:00', '', 0, 0, 0, 11.00); INSERT INTO `ai_statistics` VALUES ('2025-12-29 16:00:00', '', 0, 1, 0, 121.00); INSERT INTO `ai_statistics` VALUES ('2025-12-30 11:00:00', '', 0, 0, 0, 11.00); INSERT INTO `ai_statistics` VALUES ('2025-12-30 11:00:00', 'ALL', 2, 2, 1, 440.00); INSERT INTO `ai_statistics` VALUES ('2025-12-30 13:00:00', 'ALL', 1, 1, 0, 220.00); INSERT INTO `ai_statistics` VALUES ('2025-12-31 14:00:00', 'ALL', 2, 2, 2, 1320.00); INSERT INTO `ai_statistics` VALUES ('2026-01-04 19:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-06 10:00:00', '', 0, 2, 1, 220.00); INSERT INTO `ai_statistics` VALUES ('2026-01-06 16:00:00', '', 0, 3, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-06 16:00:00', 'XM001', 0, 2, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-06 17:00:00', 'XM001', 0, 0, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-07 15:00:00', '', 0, 1, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-07 16:00:00', '', 0, 1, 0, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-07 20:00:00', '', 0, 2, 3, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-08 01:00:00', '', 0, 1, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-08 09:00:00', '', 0, 1, 4, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-08 14:00:00', 'ALL', 0, 1, 5, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-08 15:00:00', 'ALL', 0, 0, 2, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-09 14:00:00', 'ALL', 0, 0, 1, 0.00); INSERT INTO `ai_statistics` VALUES ('2026-01-09 14:00:00', 'XM001', 0, 0, 8, 0.00); -- ---------------------------- -- Table structure for ai_tag -- ---------------------------- DROP TABLE IF EXISTS `ai_tag`; CREATE TABLE `ai_tag` ( `id` bigint NOT NULL AUTO_INCREMENT, `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `parent_id` int NULL DEFAULT 0 COMMENT '父级ID', `ai_id` bigint NULL DEFAULT NULL COMMENT 'aiId', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标签名', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态(0正常 1停用)', `prompt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '提示词', `title_HK` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '繁体字标签名', `title_US` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '英文标签名', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 150 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'ai-标签管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_tag -- ---------------------------- INSERT INTO `ai_tag` VALUES (1, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 2, '胸部大小', 0, NULL, '胸部大小', '胸部大小'); INSERT INTO `ai_tag` VALUES (2, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 1, 2, '超巨乳', 0, 'very large breasts', '超巨乳', 'very large breasts'); INSERT INTO `ai_tag` VALUES (3, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 1, 2, '中等胸', 0, 'medium breasts', '中等胸', 'medium breasts'); INSERT INTO `ai_tag` VALUES (4, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 1, 2, '小胸', 0, 'small breasts', '小胸', 'small breasts'); INSERT INTO `ai_tag` VALUES (5, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 2, '乳头可见度', 0, NULL, '乳頭可見度', '乳头可见度'); INSERT INTO `ai_tag` VALUES (6, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 5, 2, '乳头透过布料可见', 0, 'nipples visible through fabric', '乳頭透過布料可見', 'nipples visible through fabric'); INSERT INTO `ai_tag` VALUES (7, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 5, 2, '被乳贴覆盖', 0, 'covered by pasties', '被乳貼覆蓋', 'covered by pasties'); INSERT INTO `ai_tag` VALUES (8, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 5, 2, '完全裸露', 0, 'fully exposed', '完全裸露', 'fully exposed'); INSERT INTO `ai_tag` VALUES (9, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 2, '服装样式', 0, NULL, '服裝樣式', '服装样式'); INSERT INTO `ai_tag` VALUES (10, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '透明黑色蕾丝超小比基尼', 0, 'transparent black lace micro bikini', '透明黑色蕾絲超小比基尼', 'transparent black lace micro bikini'); INSERT INTO `ai_tag` VALUES (11, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '开裆红色蕾丝情趣内衣+吊袜带+丝袜', 0, 'crotchless red lace lingerie with garterbelt and stockings', '開襠紅色蕾絲情趣內衣+吊襪帶+絲襪', 'crotchless red lace lingerie with garterbelt and stockings'); INSERT INTO `ai_tag` VALUES (12, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '裸体围裙(什么都不穿只围围裙)', 0, 'naked apron only', '裸體圍裙(什麼都不穿只圍圍裙)', 'naked apron only'); INSERT INTO `ai_tag` VALUES (13, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '处女杀手毛衣(前后开洞露侧乳露臀)', 0, 'virgin killer sweater only', '處女殺手毛衣(前後開洞露側乳露臀)', 'virgin killer sweater only'); INSERT INTO `ai_tag` VALUES (14, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '经典黑色兔女郎装+渔网袜', 0, 'classic black bunny suit with fishnet stockings', '經典黑色兔女郎裝+漁網襪', 'classic black bunny suit with fishnet stockings'); INSERT INTO `ai_tag` VALUES (15, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '完全透明白色蕾丝睡裙', 0, 'completely transparent white babydoll lingerie', '完全透明白色蕾絲睡裙', 'completely transparent white babydoll lingerie'); INSERT INTO `ai_tag` VALUES (16, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '开杯文胸+心形乳贴+开裆内裤', 0, 'open-cup bra with heart nipple pasties and crotchless panties', '開杯文胸+心形乳貼+開襠內褲', 'open-cup bra with heart nipple pasties and crotchless panties'); INSERT INTO `ai_tag` VALUES (17, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '极小吊带比基尼(几乎什么都遮不住)', 0, 'micro sling bikini barely covering anything', '極小吊帶比基尼(幾乎什麼都遮不住)', 'micro sling bikini barely covering anything'); INSERT INTO `ai_tag` VALUES (18, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '透黑连体渔网袜(关键部位开洞)', 0, 'sheer black bodystocking with strategic holes', '透黑連體漁網襪(關鍵部位開洞)', 'sheer black bodystocking with strategic holes'); INSERT INTO `ai_tag` VALUES (19, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '性感女仆装无内裤', 0, 'sexy maid outfit with no panties', '性感女僕裝無內褲', 'sexy maid outfit with no panties'); INSERT INTO `ai_tag` VALUES (20, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '乳胶护士装前拉链拉到肚脐', 0, 'latex nurse outfit with front zipper down to navel', '乳膠護士裝前拉鏈拉到肚臍', 'latex nurse outfit with front zipper down to navel'); INSERT INTO `ai_tag` VALUES (21, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '高叉竞技泳装拨到一边', 0, 'high-leg competitive swimsuit pulled aside', '高叉競技泳裝撥到一邊', 'high-leg competitive swimsuit pulled aside'); INSERT INTO `ai_tag` VALUES (22, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '白色新娘情趣内衣套装+吊袜带', 0, 'white bridal lingerie set with garterbelt', '白色新娘情趣內衣套裝+吊襪帶', 'white bridal lingerie set with garterbelt'); INSERT INTO `ai_tag` VALUES (23, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '学校泳装褪到腰部', 0, 'school swimsuit pulled down to waist', '學校泳裝褪到腰部', 'school swimsuit pulled down to waist'); INSERT INTO `ai_tag` VALUES (24, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '战术比基尼装甲(几乎不遮)', 0, 'tactical bikini armor barely covering', '戰術比基尼裝甲(幾乎不遮)', 'tactical bikini armor barely covering'); INSERT INTO `ai_tag` VALUES (25, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '淡粉色透明开衫只穿一件', 0, 'pastel pink see-through cardigan only', '淡粉色透明開衫只穿一件', 'pastel pink see-through cardigan only'); INSERT INTO `ai_tag` VALUES (26, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '黑色皮革束缚带情趣内衣', 0, 'black leather harness lingerie', '黑色皮革束縛帶情趣內衣', 'black leather harness lingerie'); INSERT INTO `ai_tag` VALUES (27, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '圣诞红丝带缠身(礼物包装式)', 0, 'christmas red ribbon body wrapping only', '聖誕紅絲帶纏身(禮物包裝式)', 'christmas red ribbon body wrapping only'); INSERT INTO `ai_tag` VALUES (28, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '警察超短制服衬衫大开', 0, 'police micro uniform with open shirt', '警察超短制服襯衫大開', 'police micro uniform with open shirt'); INSERT INTO `ai_tag` VALUES (29, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '纯白连体泳装拨到一边', 0, 'pure white one-piece swimsuit pulled aside', '純白連體泳裝撥到一邊', 'pure white one-piece swimsuit pulled aside'); INSERT INTO `ai_tag` VALUES (30, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '裸体+丝带礼物包装风', 0, 'naked ribbon gift wrapping style', '裸體+絲帶禮物包裝風', 'naked ribbon gift wrapping style'); INSERT INTO `ai_tag` VALUES (31, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '超短牛仔热裤拉链全开+上身裸', 0, 'micro denim shorts unbuttoned and topless', '超短牛仔熱褲拉鏈全開+上身裸', 'micro denim shorts unbuttoned and topless'); INSERT INTO `ai_tag` VALUES (32, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '透明雨衣什么都不穿只披雨衣', 0, 'transparent raincoat only', '透明雨衣什麼都不穿只披雨衣', 'transparent raincoat only'); INSERT INTO `ai_tag` VALUES (33, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '性感秘书装衬衫全开无内衣', 0, 'sexy secretary outfit with unbuttoned shirt and no bra', '性感秘書裝襯衫全開無內衣', 'sexy secretary outfit with unbuttoned shirt and no bra'); INSERT INTO `ai_tag` VALUES (34, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '啦啦队短上衣+百褶超短裙无内裤', 0, 'cheerleader crop top and pleated micro skirt no panties', '啦啦隊短上衣+百褶超短裙無內褲', 'cheerleader crop top and pleated micro skirt no panties'); INSERT INTO `ai_tag` VALUES (35, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '修女服开裆版', 0, 'nun habit with crotchless modification', '修女服開襠版', 'nun habit with crotchless modification'); INSERT INTO `ai_tag` VALUES (36, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '金属银色超小比基尼', 0, 'metallic silver micro bikini', '金屬銀色超小比基尼', 'metallic silver micro bikini'); INSERT INTO `ai_tag` VALUES (37, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '淡色毛衣撩起露出下乳', 0, 'pastel sweater lifted up exposing underboob', '淡色毛衣撩起露出下乳', 'pastel sweater lifted up exposing underboob'); INSERT INTO `ai_tag` VALUES (38, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '和服松垮前开式', 0, 'japanese yukata loosely tied open front', '和服松垮前開式', 'japanese yukata loosely tied open front'); INSERT INTO `ai_tag` VALUES (39, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 9, 2, '赛博朋克荧光连体衣+透明面板', 0, 'glowing neon cyberpunk bodysuit with transparent panels', '賽博朋克熒光連體衣+透明面板', 'glowing neon cyberpunk bodysuit with transparent panels'); INSERT INTO `ai_tag` VALUES (40, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 2, '动作', 0, NULL, '動作', '动作'); INSERT INTO `ai_tag` VALUES (41, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '站立双手背后肘部外张', 0, 'standing hands behind head elbows out', '站立雙手背後肘部外張', 'standing hands behind head elbows out'); INSERT INTO `ai_tag` VALUES (42, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '床上M字大开腿', 0, 'lying on bed M-shaped legs wide open', '牀上M字大開腿', 'lying on bed M-shaped legs wide open'); INSERT INTO `ai_tag` VALUES (43, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '四肢着地高翘臀回头看', 0, 'on all fours ass raised high looking back', '四肢着地高翹臀回頭看', 'on all fours ass raised high looking back'); INSERT INTO `ai_tag` VALUES (44, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '坐着张开腿双手放膝盖', 0, 'sitting spreading legs hands on knees', '坐着張開腿雙手放膝蓋', 'sitting spreading legs hands on knees'); INSERT INTO `ai_tag` VALUES (45, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '跪地仰视镜头', 0, 'kneeling looking up at viewer', '跪地仰視鏡頭', 'kneeling looking up at viewer'); INSERT INTO `ai_tag` VALUES (46, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '单手撩裙单手摸胸', 0, 'one hand lifting skirt one hand on breast', '單手撩裙單手摸胸', 'one hand lifting skirt one hand on breast'); INSERT INTO `ai_tag` VALUES (47, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '单腿抬高踩在物体上', 0, 'standing one leg raised high on object', '單腿抬高踩在物體上', 'standing one leg raised high on object'); INSERT INTO `ai_tag` VALUES (48, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '侧躺单手放裆部', 0, 'lying on side one hand between legs', '側躺單手放襠部', 'lying on side one hand between legs'); INSERT INTO `ai_tag` VALUES (49, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '深深弯腰双手撑膝', 0, 'bending over deeply hands on knees', '深深彎腰雙手撐膝', 'bending over deeply hands on knees'); INSERT INTO `ai_tag` VALUES (50, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '坐在边缘单手揉阴蒂', 0, 'sitting on edge one hand rubbing clit', '坐在邊緣單手揉陰蒂', 'sitting on edge one hand rubbing clit'); INSERT INTO `ai_tag` VALUES (51, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '站立弯腰靠墙', 0, 'standing bent over leaning on wall', '站立彎腰靠牆', 'standing bent over leaning on wall'); INSERT INTO `ai_tag` VALUES (52, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '仰躺双腿V字举高', 0, 'lying on back legs up in V shape', '仰躺雙腿V字舉高', 'lying on back legs up in V shape'); INSERT INTO `ai_tag` VALUES (53, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '跪地后视角重点看臀', 0, 'kneeling from behind view ass focus', '跪地後視角重點看臀', 'kneeling from behind view ass focus'); INSERT INTO `ai_tag` VALUES (54, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '正坐双手放腿上', 0, 'sitting in seiza pose hands on thighs', '正坐雙手放腿上', 'sitting in seiza pose hands on thighs'); INSERT INTO `ai_tag` VALUES (55, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '双手叉腰自信站姿', 0, 'standing hands on hips confident pose', '雙手叉腰自信站姿', 'standing hands on hips confident pose'); INSERT INTO `ai_tag` VALUES (56, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '正面抱胸', 0, 'hugging own breasts from front', '正面抱胸', 'hugging own breasts from front'); INSERT INTO `ai_tag` VALUES (57, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '趴着臀部垫枕翘高', 0, 'lying prone ass up pillow under hips', '趴着臀部墊枕翹高', 'lying prone ass up pillow under hips'); INSERT INTO `ai_tag` VALUES (58, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, 'W字腿坐姿', 0, 'sitting with W-shaped legs', 'W字腿坐姿', 'sitting with W-shaped legs'); INSERT INTO `ai_tag` VALUES (59, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '靠墙单腿抬高', 0, 'standing against wall one leg raised', '靠牆單腿抬高', 'standing against wall one leg raised'); INSERT INTO `ai_tag` VALUES (60, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '趴着回头看', 0, 'lying on stomach looking back', '趴着回頭看', 'lying on stomach looking back'); INSERT INTO `ai_tag` VALUES (61, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '蹲下双膝分开', 0, 'squatting with knees apart', '蹲下雙膝分開', 'squatting with knees apart'); INSERT INTO `ai_tag` VALUES (62, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '背靠墙双手举过头顶', 0, 'standing back against wall hands above head', '背靠牆雙手舉過頭頂', 'standing back against wall hands above head'); INSERT INTO `ai_tag` VALUES (63, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '侧躺胸部叠在一起', 0, 'lying on side breasts stacked', '側躺胸部疊在一起', 'lying on side breasts stacked'); INSERT INTO `ai_tag` VALUES (64, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '跪姿背部拱起', 0, 'kneeling with back arched', '跪姿背部拱起', 'kneeling with back arched'); INSERT INTO `ai_tag` VALUES (65, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '坐椅子双腿搭在扶手上', 0, 'sitting on chair legs over armrests', '坐椅子雙腿搭在扶手上', 'sitting on chair legs over armrests'); INSERT INTO `ai_tag` VALUES (66, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '单膝踩椅子', 0, 'standing one knee on chair', '單膝踩椅子', 'standing one knee on chair'); INSERT INTO `ai_tag` VALUES (67, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '仰躺头垂在床沿外', 0, 'lying on back head hanging off bed edge', '仰躺頭垂在牀沿外', 'lying on back head hanging off bed edge'); INSERT INTO `ai_tag` VALUES (68, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '跪姿脸朝下臀朝天', 0, 'kneeling face down ass up', '跪姿臉朝下臀朝天', 'kneeling face down ass up'); INSERT INTO `ai_tag` VALUES (69, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '站立双手背后交叉', 0, 'standing hands clasped behind back', '站立雙手背後交叉', 'standing hands clasped behind back'); INSERT INTO `ai_tag` VALUES (70, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 40, 2, '反坐椅子跨坐在椅背上', 0, 'sitting reverse on chair straddling', '反坐椅子跨坐在椅背上', 'sitting reverse on chair straddling'); INSERT INTO `ai_tag` VALUES (71, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:37:06', NULL, 0, 1, '胸部大小', 0, '', '胸部大小', 'breast size'); INSERT INTO `ai_tag` VALUES (72, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 71, 1, '超巨乳', 0, 'very large breasts', '超巨乳', 'very large breasts'); INSERT INTO `ai_tag` VALUES (73, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 71, 1, '中等胸', 0, 'medium breasts', '中等胸', 'medium breasts'); INSERT INTO `ai_tag` VALUES (74, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 71, 1, '小胸', 0, 'small breasts', '小胸', 'small breasts'); INSERT INTO `ai_tag` VALUES (75, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:37:29', NULL, 0, 1, '阴毛样式', 0, '', '陰毛樣式', 'pubic hair pattern'); INSERT INTO `ai_tag` VALUES (76, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 75, 1, '无毛小穴', 0, 'hairless pussy', '無毛小穴', 'hairless pussy'); INSERT INTO `ai_tag` VALUES (77, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 75, 1, '修剪阴毛', 0, 'trimmed pubic hair', '修剪陰毛', 'trimmed pubic hair'); INSERT INTO `ai_tag` VALUES (78, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 75, 1, '心形阴毛', 0, 'heart-shaped pubic hair', '心形陰毛', 'heart-shaped pubic hair'); INSERT INTO `ai_tag` VALUES (79, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:38:00', NULL, 0, 1, '胸部动作', 0, '', '胸部動作', 'chest action '); INSERT INTO `ai_tag` VALUES (80, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 79, 1, '双手从正面轻抚胸部', 0, 'both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression', '雙手從正面輕撫胸部', 'both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression'); INSERT INTO `ai_tag` VALUES (81, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 79, 1, '双手从两侧向内挤压巨乳', 0, 'both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face', '雙手從兩側向內擠壓巨乳', 'both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face'); INSERT INTO `ai_tag` VALUES (82, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 79, 1, '双手从下方托起巨乳', 0, 'both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms', '雙手從下方託起巨乳', 'both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms'); INSERT INTO `ai_tag` VALUES (83, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 1, '开腿/掰穴系', 0, NULL, '開腿/掰穴系', '开腿/掰穴系'); INSERT INTO `ai_tag` VALUES (84, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 83, 1, 'M字开腿双手掰穴特写', 0, 'lying on back, legs spread wide in M-shape, both hands gently spreading labia with fingers, close-up between legs, pussy juice visible', 'M字開腿雙手掰穴特寫', 'lying on back, legs spread wide in M-shape, both hands gently spreading labia with fingers, close-up between legs, pussy juice visible'); INSERT INTO `ai_tag` VALUES (85, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 83, 1, '站立单腿抬高掰穴', 0, 'standing one leg raised high resting on object, one hand spreading pussy gently, other hand on breast', '站立單腿抬高掰穴', 'standing one leg raised high resting on object, one hand spreading pussy gently, other hand on breast'); INSERT INTO `ai_tag` VALUES (86, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 83, 1, '跪坐开腿单手掰穴', 0, 'kneeling with knees apart, one hand spreading pussy lips, other hand behind head, looking at viewer', '跪坐開腿單手掰穴', 'kneeling with knees apart, one hand spreading pussy lips, other hand behind head, looking at viewer'); INSERT INTO `ai_tag` VALUES (87, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 1, '后入/翘臀系', 0, NULL, '後入/翹臀系', '后入/翘臀系'); INSERT INTO `ai_tag` VALUES (88, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 87, 1, '四肢着地经典后入翘臀', 0, 'on all fours, ass raised high, looking back seductively, pussy and anus fully visible from behind', '四肢着地經典後入翹臀', 'on all fours, ass raised high, looking back seductively, pussy and anus fully visible from behind'); INSERT INTO `ai_tag` VALUES (89, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 87, 1, '俯身双手撑物后入', 0, 'upper body bent over leaning on object, both hands gripping surface, ass pushed back, pussy dripping', '俯身雙手撐物後入', 'upper body bent over leaning on object, both hands gripping surface, ass pushed back, pussy dripping'); INSERT INTO `ai_tag` VALUES (90, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 87, 1, '站立弯腰双手撑膝后入', 0, 'standing bent over deeply, hands on knees, legs straight, ass pushed out, looking back between legs', '站立彎腰雙手撐膝後入', 'standing bent over deeply, hands on knees, legs straight, ass pushed out, looking back between legs'); INSERT INTO `ai_tag` VALUES (91, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 1, '综合爱抚系', 0, NULL, '綜合愛撫系', '综合爱抚系'); INSERT INTO `ai_tag` VALUES (92, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 91, 1, '坐姿自慰(单手揉胸', 0, '+ 单手插入)sitting with legs spread, one hand squeezing breast, other hand with two fingers inserted in pussy, ahegao face', '坐姿自慰(單手揉胸', '+ 单手插入)sitting with legs spread, one hand squeezing breast, other hand with two fingers inserted in pussy, ahegao face'); INSERT INTO `ai_tag` VALUES (93, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 91, 1, '仰躺全身爱抚', 0, 'lying on back, one hand pinching nipple, other hand rubbing clit in circles, legs trembling', '仰躺全身愛撫', 'lying on back, one hand pinching nipple, other hand rubbing clit in circles, legs trembling'); INSERT INTO `ai_tag` VALUES (94, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 91, 1, '侧身躺单手从后面摸', 0, 'lying on side, one arm under breasts lifting them, other hand reaching between legs from behind rubbing pussy', '側身躺單手從後面摸', 'lying on side, one arm under breasts lifting them, other hand reaching between legs from behind rubbing pussy'); INSERT INTO `ai_tag` VALUES (95, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:38:33', NULL, 0, 4, '眼睛颜色', 0, '', '眼睛顏色', 'eye color'); INSERT INTO `ai_tag` VALUES (96, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 95, 4, '蓝色眼睛', 0, 'blue eyes ', '藍色眼睛', 'blue eyes '); INSERT INTO `ai_tag` VALUES (97, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 95, 4, '绿色眼睛', 0, 'green eyes ', '綠色眼睛', 'green eyes '); INSERT INTO `ai_tag` VALUES (98, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 95, 4, '棕色眼睛', 0, 'brown eyes ', '棕色眼睛', 'brown eyes '); INSERT INTO `ai_tag` VALUES (99, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 95, 4, '榛色眼睛', 0, 'hazel eyes ', '榛色眼睛', 'hazel eyes '); INSERT INTO `ai_tag` VALUES (100, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 95, 4, '红色眼睛,用于幻想风格', 0, 'red eyes ', '紅色眼睛,用於幻想風格', 'red eyes '); INSERT INTO `ai_tag` VALUES (101, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:38:44', NULL, 0, 4, '发型', 0, '', '髮型', 'hairstyle'); INSERT INTO `ai_tag` VALUES (102, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 101, 4, '长直黑发', 0, 'long straight black hair ', '長直黑髮', 'long straight black hair '); INSERT INTO `ai_tag` VALUES (103, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 101, 4, '短卷金发', 0, 'short curly blonde hair ', '短卷金髮', 'short curly blonde hair '); INSERT INTO `ai_tag` VALUES (104, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 101, 4, '马尾刘海', 0, 'ponytail with bangs ', '馬尾劉海', 'ponytail with bangs '); INSERT INTO `ai_tag` VALUES (105, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 101, 4, '凌乱波波头', 0, 'messy bob cut ', '凌亂波波頭', 'messy bob cut '); INSERT INTO `ai_tag` VALUES (106, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 101, 4, '编织银发', 0, 'braided silver hair ', '編織銀髮', 'braided silver hair '); INSERT INTO `ai_tag` VALUES (107, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:38:58', NULL, 0, 4, '配饰', 0, '', '配飾', 'accessories'); INSERT INTO `ai_tag` VALUES (108, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 107, 4, '戴耳环和项链', 0, 'wearing earrings and necklace ', '戴耳環和項鍊', 'wearing earrings and necklace '); INSERT INTO `ai_tag` VALUES (109, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 107, 4, '拿着花冠', 0, 'holding a flower crown ', '拿着花冠', 'holding a flower crown '); INSERT INTO `ai_tag` VALUES (110, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 107, 4, '戴眼镜和围巾', 0, 'with glasses and scarf ', '戴眼鏡和圍巾', 'with glasses and scarf '); INSERT INTO `ai_tag` VALUES (111, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 107, 4, '猫耳和尾巴,用于cosplay', 0, 'cat ears and tail ', '貓耳和尾巴,用於cosplay', 'cat ears and tail '); INSERT INTO `ai_tag` VALUES (112, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 107, 4, '无配饰,如果没有则留空', 0, 'no accessories ', '無配飾,如果沒有則留空', 'no accessories '); INSERT INTO `ai_tag` VALUES (113, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:39:15', NULL, 0, 4, '表情', 0, '', '表情', 'expression'); INSERT INTO `ai_tag` VALUES (114, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 113, 4, '快乐微笑', 0, 'smiling happily ', '快樂微笑', 'smiling happily '); INSERT INTO `ai_tag` VALUES (115, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 113, 4, '严肃专注', 0, 'serious and focused ', '嚴肅專注', 'serious and focused '); INSERT INTO `ai_tag` VALUES (116, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 113, 4, '惊讶睁大眼睛', 0, 'surprised with wide eyes ', '驚訝睜大眼睛', 'surprised with wide eyes '); INSERT INTO `ai_tag` VALUES (117, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 113, 4, '诱惑眨眼', 0, 'seductive wink ', '誘惑眨眼', 'seductive wink '); INSERT INTO `ai_tag` VALUES (118, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 113, 4, '中性平静脸', 0, 'neutral calm face ', '中性平靜臉', 'neutral calm face '); INSERT INTO `ai_tag` VALUES (119, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:39:25', NULL, 0, 4, '姿势', 0, '', '姿勢', 'pose'); INSERT INTO `ai_tag` VALUES (120, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 119, 4, '优雅站立', 0, 'standing gracefully ', '優雅站立', 'standing gracefully '); INSERT INTO `ai_tag` VALUES (121, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 119, 4, '盘腿坐', 0, 'sitting cross-legged ', '盤腿坐', 'sitting cross-legged '); INSERT INTO `ai_tag` VALUES (122, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 119, 4, '单膝跪地', 0, 'kneeling on one knee ', '單膝跪地', 'kneeling on one knee '); INSERT INTO `ai_tag` VALUES (123, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 119, 4, '空中跳跃', 0, 'jumping in the air ', '空中跳躍', 'jumping in the air '); INSERT INTO `ai_tag` VALUES (124, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 119, 4, '放松躺下', 0, 'lying down relaxed ', '放鬆躺下', 'lying down relaxed '); INSERT INTO `ai_tag` VALUES (125, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:39:37', NULL, 0, 4, '背景', 0, '', '背景', 'background'); INSERT INTO `ai_tag` VALUES (126, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 125, 4, '在阳光沙滩', 0, 'in a sunny beach ', '在陽光沙灘', 'in a sunny beach '); INSERT INTO `ai_tag` VALUES (127, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 125, 4, '在舒适卧室', 0, 'inside a cozy bedroom ', '在舒適卧室', 'inside a cozy bedroom '); INSERT INTO `ai_tag` VALUES (128, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 125, 4, '在日落山峰', 0, 'on a mountain peak at sunset ', '在日落山峯', 'on a mountain peak at sunset '); INSERT INTO `ai_tag` VALUES (129, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 125, 4, '在未来城市街道', 0, 'in a futuristic city street ', '在未來城市街道', 'in a futuristic city street '); INSERT INTO `ai_tag` VALUES (130, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 125, 4, '靠纯白墙壁', 0, 'against a plain white wall ', '靠純白牆壁', 'against a plain white wall '); INSERT INTO `ai_tag` VALUES (131, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2026-01-06 10:39:56', NULL, 0, 4, '服装描述', 0, '', '服裝描述', 'clothing_description'); INSERT INTO `ai_tag` VALUES (132, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 131, 4, '裸体版:完全裸体:1.2, 裸体, 无衣服, 乳房完全暴露, 乳头完美匹配肤色', 0, '', '裸體版:完全裸體:1.2, 裸體, 無衣服, 乳房完全暴露, 乳頭完美匹配膚色', ''); INSERT INTO `ai_tag` VALUES (133, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 131, 4, '正式服装版:穿着优雅晚礼服, 无可见乳头', 0, 'wearing elegant evening gown, no visible nipples ', '正式服裝版:穿着優雅晚禮服, 無可見乳頭', 'wearing elegant evening gown, no visible nipples '); INSERT INTO `ai_tag` VALUES (134, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 131, 4, '泳装版:穿着比基尼泳衣, 乳头略微可见', 0, 'wearing bikini swimsuit, nipples slightly visible ', '泳裝版:穿着比基尼泳衣, 乳頭略微可見', 'wearing bikini swimsuit, nipples slightly visible '); INSERT INTO `ai_tag` VALUES (135, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 131, 4, '半透明版:穿着透明丝袍, 乳头透过布料可见', 0, 'wearing transparent silk robe, nipples visible through fabric ', '半透明版:穿着透明絲袍, 乳頭透過布料可見', 'wearing transparent silk robe, nipples visible through fabric '); INSERT INTO `ai_tag` VALUES (136, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 131, 4, '休闲版:穿着休闲T恤和短裤, 无乳头细节', 0, 'wearing casual t-shirt and shorts, no nipple details ', '休閒版:穿着休閒T恤和短褲, 無乳頭細節', 'wearing casual t-shirt and shorts, no nipple details '); INSERT INTO `ai_tag` VALUES (137, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 4, '胸部大小', 0, NULL, '胸部大小', '胸部大小'); INSERT INTO `ai_tag` VALUES (138, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 137, 4, '小胸', 0, 'small breasts ', '小胸', 'small breasts '); INSERT INTO `ai_tag` VALUES (139, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 137, 4, '中胸', 0, 'medium breasts ', '中胸', 'medium breasts '); INSERT INTO `ai_tag` VALUES (140, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 137, 4, '大胸', 0, 'large breasts ', '大胸', 'large breasts '); INSERT INTO `ai_tag` VALUES (141, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 137, 4, '娇小平胸', 0, 'petite flat chest ', '嬌小平胸', 'petite flat chest '); INSERT INTO `ai_tag` VALUES (142, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 137, 4, '丰满胸围', 0, 'voluptuous bust ', '豐滿胸圍', 'voluptuous bust '); INSERT INTO `ai_tag` VALUES (143, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 0, 4, '多人描述', 0, NULL, '多人描述', '多人描述'); INSERT INTO `ai_tag` VALUES (144, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 143, 4, '2个女孩, 嬉戏互动', 0, '2girls, interacting playfully ', '2個女孩, 嬉戲互動', '2girls, interacting playfully '); INSERT INTO `ai_tag` VALUES (145, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 143, 4, '1个男孩和1个女孩, 牵手', 0, '1boy and 1girl, holding hands ', '1個男孩和1個女孩, 牽手', '1boy and 1girl, holding hands '); INSERT INTO `ai_tag` VALUES (146, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 143, 4, '3个女性的团体, 一起摆姿势', 0, 'group of 3 women, posing together ', '3個女性的團體, 一起擺姿勢', 'group of 3 women, posing together '); INSERT INTO `ai_tag` VALUES (147, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 143, 4, '4个角色围成圈', 0, '4 characters in a circle ', '4個角色圍成圈', '4 characters in a circle '); INSERT INTO `ai_tag` VALUES (148, '0', 'admin', '2025-12-14 19:41:42', 'admin', '2025-12-22 15:29:54', NULL, 143, 4, '无多人角色,用于单人', 0, 'no multiple characters ', '無多人角色,用於單人', 'no multiple characters '); -- ---------------------------- -- Table structure for ai_user -- ---------------------------- DROP TABLE IF EXISTS `ai_user`; CREATE TABLE `ai_user` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户账号', `nickname` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户昵称', `gender` tinyint(1) NULL DEFAULT 2 COMMENT '性别:1-男,2-女', `avatar` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '头像地址', `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '手机号码', `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '密码', `openid` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户唯一标识', `status` tinyint(1) NULL DEFAULT 0 COMMENT '状态:1-正常,2-禁用', `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '邮箱', `birthday` date NULL DEFAULT NULL COMMENT '生日', `invitation_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '邀请码', `payment_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '充值地址', `login_time` datetime NULL DEFAULT NULL COMMENT '登录时间', `balance` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '余额', `superior_id` bigint NULL DEFAULT NULL COMMENT '上级ID', `user_id` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '用户ID', `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源', `ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户IP', `country` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '隶属国家', PRIMARY KEY (`id`) USING BTREE, UNIQUE INDEX `uuid`(`user_id` ASC) USING BTREE, UNIQUE INDEX `invitation_code`(`invitation_code` ASC) USING BTREE, UNIQUE INDEX `email`(`email` ASC) USING BTREE, UNIQUE INDEX `username`(`username` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 45 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'ai-用户信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_user -- ---------------------------- INSERT INTO `ai_user` VALUES (14, '0', '', '2025-11-28 11:42:33', '', '2026-01-06 16:04:21', NULL, 'ww123', NULL, 2, '', '', '$2a$10$bxNPP2cfo9OlJxiOQJJDiu4QOrQet8enUOCiu3QF6qLHaOSLA6G1.', NULL, 0, 'xpchb40121@outlook.com', NULL, 'RM3XZ8z3', NULL, '2026-01-06 16:04:21', 235.00, NULL, 'L8AJXFPT', 'XM001', '2605:52c0:1:446:a425:64ff:fe47:36c6', '美国'); INSERT INTO `ai_user` VALUES (15, '0', '', '2025-12-07 14:52:38', '', '2025-12-08 17:20:37', NULL, 'u30', NULL, 2, '', '', '$2a$10$tXkZP66AWniOcCbhk2LJpOFOSzHEIMLDbGsow4B7maYswco5HShg.', NULL, 0, 'u30@163.com', NULL, 'wHSf4N2v', NULL, '2025-12-08 17:20:37', 10.00, NULL, 'SNLMZXPH', 'XM001', '208.86.32.27', '美国'); INSERT INTO `ai_user` VALUES (16, '0', '', '2025-12-07 17:15:46', '', '2026-01-08 09:08:03', NULL, 'test001', NULL, 2, '', '', '$2a$10$M4ZD5kRehFycoTmgrA1b4.XNnwsvULaQm9ySdSxttRzPVn7ngbE6y', NULL, 0, 'fgerghbrthbrt@gmail.com', NULL, 'XrtN5DDW', NULL, '2026-01-08 09:08:03', 99921.00, NULL, '2LZ9RAC2', '', '15.204.58.244', '美国'); INSERT INTO `ai_user` VALUES (17, '0', '', '2025-12-07 17:28:57', '', '2025-12-07 09:28:57', NULL, 'zz3534217@gmail.com', NULL, 2, '', '', '$2a$10$sxNmfnayqUroy66CgCATf.VkmxsECKv1jTUgFUMN.CQY.3yFBWGO.', NULL, 0, 'zz3534217@gmail.com', NULL, 'qnUwmXYS', NULL, '2025-12-07 21:18:48', 0.00, NULL, '82FR6YTZ', 'XM001', NULL, NULL); INSERT INTO `ai_user` VALUES (18, '0', '', '2025-12-08 12:53:23', '', '2025-12-08 17:00:57', NULL, '3545486624@qq.com', NULL, 2, '', '', '$2a$10$9siQceU./ZfmW.iDwVf9sehBJWsxzyP10fJvkzStAbyzw4yQEHAUa', NULL, 0, '3545486624@qq.com', NULL, 'ujfTuFNA', NULL, '2025-12-08 17:00:56', 0.00, NULL, 'OEEO8YJQ', 'XM001', '119.246.86.101', '香港'); INSERT INTO `ai_user` VALUES (19, '0', '', '2025-12-08 15:47:59', '', '2025-12-08 15:48:14', NULL, 'walb0501', NULL, 2, '', '', '$2a$10$KnHIeNIOtva0saZVasbfBeJhvCKpU/cjZXEwBJ655jrJcBnCR1s/q', NULL, 0, 'pereadesen2@gmail.com', NULL, 'DqmbQS8q', NULL, '2025-12-08 15:48:14', 8.00, NULL, '9Q889UMZ', 'XM001', '188.253.121.195', '新加坡'); INSERT INTO `ai_user` VALUES (20, '0', '', '2025-12-08 15:50:03', '', '2025-12-08 15:50:23', NULL, 'xu89026719@gmail.com', NULL, 2, '', '', '$2a$10$xdGHiEVaGC7gyXldojpiUO0GOgyu5Pcgtw/WRTuf.TA1e.NbB8Ogu', NULL, 0, 'xu89026719@gmail.com', NULL, 'XnQAfPvA', NULL, '2025-12-08 15:50:23', 0.00, NULL, '209HPBTF', 'XM001', '38.207.136.194', '日本'); INSERT INTO `ai_user` VALUES (21, '0', '', '2025-12-08 17:20:31', '', '2025-12-08 17:22:26', NULL, '1686228', NULL, 2, '', '', '$2a$10$MpUYTeWBI6gVTqjtJBz.3.sMOz6ul.eqLQyrvY3VL2WRbFeK666fW', NULL, 0, '1686228@gmail.com', NULL, 'RyZlK7YG', NULL, '2025-12-08 17:22:26', 10.00, NULL, '9CUIDFW4', 'XM001', '208.86.32.27', '美国'); INSERT INTO `ai_user` VALUES (22, '0', '', '2025-12-08 19:45:16', '', '2025-12-09 03:12:37', NULL, 'a424569211@gmail.com', NULL, 2, '', '', '$2a$10$3TEa4ufju1sMPJdw8K0Ik.ic10m6Ms4LQFxYK2h27/pbI2qR5nJDK', NULL, 0, 'a424569211@gmail.com', NULL, '4JLEc4vd', NULL, '2025-12-09 03:12:37', 0.00, NULL, '0N5NEU38', 'XM001', '205.185.125.114', '美国'); INSERT INTO `ai_user` VALUES (23, '0', '', '2025-12-09 10:33:05', '', '2025-12-09 10:33:21', NULL, 'cc123', NULL, 2, 'https://images.iqyjsnwv.com/2025/12/09/37b754c5_706d42be-ad9a-4f11-a3ec-c0742e97ed64.png', '', '$2a$10$V.SDRP4RgM/qfAmNMSqIdOOM259j064oJCvAbDkhrSZLB99L9nhaK', NULL, 0, 'cherrylux098@gmail.com', NULL, 'rlmhwbhF', NULL, '2025-12-09 10:33:21', 4.00, NULL, 'NU8BE6J2', 'XM001', '2605:52c0:3:1a3:c05b:4bff:fe2c:115a', '美国'); INSERT INTO `ai_user` VALUES (25, '0', '', '2025-12-09 13:46:13', '', '2025-12-09 14:31:51', NULL, 'test1', NULL, 2, '', '', '$2a$10$7v6PPfozY7PHR.ep.GKobePag1aq0ZuS9j.R6lWcKloy9j1R6HgoS', NULL, 0, '123@gmail.com', NULL, 'VBb72Ym3', NULL, '2025-12-09 14:31:50', 8.00, NULL, 'UQ9WZN3V', 'XM001', '2407:cdc0:b00a::19', '香港'); INSERT INTO `ai_user` VALUES (26, '0', '', '2025-12-09 14:13:17', '', '2025-12-09 14:53:48', NULL, 'test2', NULL, 2, '', '', '$2a$10$OirrwiDFruMJQLLnNufEv.BiQzyL.KxCz1x.XVWt5R5e.ggq5m/RS', NULL, 0, '1@gmail.com', NULL, '3WFmGuER', NULL, '2025-12-09 14:53:48', 10.00, NULL, '0NEK09R6', 'XM001', '2407:cdc0:b00a::19', '香港'); INSERT INTO `ai_user` VALUES (27, '0', '', '2025-12-09 14:57:14', '', '2025-12-09 15:01:08', NULL, 'test3', NULL, 2, '', '', '$2a$10$aCcA6Mq/.xOfs6FCJwPot.ttBFv7YjULPQsF3axMz3Gm98MzMafrO', NULL, 0, '2@gmail.com', NULL, 'pqU7mW5R', NULL, '2025-12-09 15:01:08', 10000.00, NULL, '4R80E3NI', 'XM001', '2407:cdc0:b00a::19', '香港'); INSERT INTO `ai_user` VALUES (29, '0', '', '2025-12-11 10:48:59', '', '2025-12-11 10:49:08', NULL, 'test4', NULL, 2, '', '', '$2a$10$he3GMBisX7UeEHFRQYVxU.vcavkDxWWNyCSuz2QvfPKBAEZd17Xuu', NULL, 0, '3@gmail.com', NULL, 'FWzJWjjQ', NULL, '2025-12-11 10:49:08', 0.00, NULL, 'KLSC4HK0', 'ALL', '2407:cdc0:b00a::19', '香港'); INSERT INTO `ai_user` VALUES (30, '0', '', '2025-12-11 10:50:31', '', '2025-12-11 11:00:47', NULL, 'test5', NULL, 2, '', '', '$2a$10$QVUfOv2FbwhRwj35ETn0we.k76tfHNqxXZPKy0vvzxfz1jgh2cB7m', NULL, 0, '4@gmail.com', NULL, 'Rdp7l3db', NULL, '2025-12-11 11:00:47', 28.22, NULL, '1S8WYOXT', 'ALL', '2407:cdc0:b00a::19', '香港'); INSERT INTO `ai_user` VALUES (31, '0', '', '2025-12-14 01:35:44', '', '2025-12-13 17:35:44', NULL, 'whsksmhxud', NULL, 2, '', '', '$2a$10$sJ1pA9uBfgzv8O5X5Ui5G.7uVKRoZDqDqQ9BG848y7njgFtlgzWpq', NULL, 0, 'w809277959@outlook.com', NULL, 'bZEVdu4b', NULL, NULL, 0.00, NULL, '7I7TJC30', 'XM001', '103.82.93.21', '印尼'); INSERT INTO `ai_user` VALUES (32, '0', '', '2025-12-14 01:58:22', '', '2025-12-14 01:58:47', NULL, 'devin', NULL, 2, '', '', '$2a$10$NUNiFbS6WEXznA0LzlW10eH5FjX437NxO05VSnMFII4FIsPQOuoxe', NULL, 0, 'devinhe46@gmail.com', NULL, 'BZNhTE5M', NULL, '2025-12-14 01:58:47', 0.00, NULL, 'BN7FJCGI', 'XM001', '134.122.184.12', '日本'); INSERT INTO `ai_user` VALUES (33, '0', '', '2025-12-14 10:22:49', '', '2025-12-14 10:23:08', NULL, 'djwnx1123', NULL, 2, '', '', '$2a$10$z5dYmkZzGdi9G2nVSPZqJutN2Z/8FN0.cPRilsZdjzgVZKc2QCydi', NULL, 0, '2451855921@qq.com', NULL, 'nc3yv7WQ', NULL, '2025-12-14 10:23:08', 0.00, NULL, '4HF1953W', 'XM001', '103.147.45.37', '香港'); INSERT INTO `ai_user` VALUES (34, '0', '', '2025-12-14 14:52:58', '', '2025-12-14 14:54:08', NULL, 'djwnx', NULL, 2, '', '', '$2a$10$YwtgWJOnElfAn4vuvYRprO5zXrTBZx8fvx/lVIyopVdph7RkeSisS', NULL, 0, 'tianyangyu1123@gmail.com', NULL, 'pFpHVX2y', NULL, '2025-12-14 14:54:08', 0.00, NULL, 'BH9DLPCJ', 'XM001', '43.228.227.211', '香港'); INSERT INTO `ai_user` VALUES (35, '0', '', '2025-12-15 18:05:01', '', '2025-12-24 15:08:10', NULL, 'test6', NULL, 2, '', '', '$2a$10$AOJg.25lz16afHa3OfPMhuxu8oorFGeL4MqMgcxpRKjd4iY0LsmAG', NULL, 0, '5@gmail.com', NULL, 'heNUTHUX', NULL, '2025-12-24 15:08:09', 323.00, 30, 'PJCZNE1M', 'ALL', '2602:fbf1:b001::36', '美国'); INSERT INTO `ai_user` VALUES (36, '0', '', '2025-12-15 18:07:56', '', '2026-01-08 14:53:02', NULL, 'test7', NULL, 2, '', '', '$2a$10$xXtOsMjz5Zd9dsJvUBz5be.6ZphexWOedfe.TLW9bdDtzFBYESzIG', NULL, 0, '6@gmail.com', NULL, 'RXQLfyjy', NULL, '2026-01-08 14:53:01', 100419.00, 35, '24SRSLFG', 'ALL', '2407:cdc0:d002::195', '新加坡'); INSERT INTO `ai_user` VALUES (37, '0', '', '2025-12-16 14:07:46', '', '2025-12-16 14:08:05', NULL, 'test8', NULL, 2, '', '', '$2a$10$Z967MUQ6I5CCgfVJTV0l2ug2BysZmfRNvpq6c.vBVlVIX7ekM3GJi', NULL, 0, '7@gmail.com', NULL, 'kEZx2eps', NULL, '2025-12-16 14:08:04', 0.00, NULL, 'H4AFA8CH', 'ALL', '37.9.33.202', '美国'); INSERT INTO `ai_user` VALUES (38, '0', '', '2025-12-19 22:04:18', '', '2025-12-24 20:57:53', NULL, 'ghypnus', NULL, 2, '', '', '$2a$10$Cr7AQ7D9Jxk6BRE7cYn1su5B4x4aOxkf9JQMwk06Tyt5X1dn8Qr6K', NULL, 0, '1954579286@qq.com', NULL, '3tMwDlMH', NULL, '2025-12-24 20:57:52', 0.00, NULL, 'JPL28UHV', 'XM001', '85.234.69.52', '英国'); INSERT INTO `ai_user` VALUES (39, '0', '', '2025-12-27 16:48:23', '', '2026-01-06 16:32:09', NULL, 'xiaxiaxia', NULL, 2, '', '', '$2a$10$aci4cfcpANfKt1EPdVY1cORUACqXJHGx49gjD72Cc2p62K5TKT6bG', NULL, 0, 'pianochen606@gmail.com', NULL, 'yWQK4jBC', NULL, '2026-01-06 16:32:09', 9829.00, NULL, 'K0G1NBAI', 'XM001', '216.167.64.103', '美国'); INSERT INTO `ai_user` VALUES (40, '0', '', '2025-12-30 11:28:25', '', '2025-12-30 11:28:35', NULL, 'test9', NULL, 2, '', '', '$2a$10$RrqVCQk2eKBrk4LqVlVLg.MCSmKlIJidSpw/aH3jlA4oGf8AEvbYi', NULL, 0, '8@gmail.com', NULL, 'wSsxXKeH', NULL, '2025-12-30 11:28:35', 336.00, 35, 'Z6UI3X6S', 'ALL', '2602:fbf1:b001::36', '美国'); INSERT INTO `ai_user` VALUES (41, '0', '', '2025-12-30 11:58:13', '', '2025-12-30 11:58:20', NULL, 'test10', NULL, 2, '', '', '$2a$10$iyc.quT3QzzzROdjLN1S8.GLE.epyFAo4FvBDOlokDbu4JMODrr3S', NULL, 0, '9@gmail.com', NULL, 'lRbwts88', NULL, '2025-12-30 11:58:20', 110.00, 40, 'LJSSMAQO', 'ALL', '2602:fbf1:b001::36', '美国'); INSERT INTO `ai_user` VALUES (42, '0', '', '2025-12-30 13:42:02', '', '2025-12-30 13:42:09', NULL, 'test11', NULL, 2, '', '', '$2a$10$ke66b3aOZ67NaUT2WQepyO2EmVYkSEBYLB/NFSRID.S3ejHaU5Og.', NULL, 0, '10@gmail.com', NULL, 'BrEg6XmM', NULL, '2025-12-30 13:42:09', 225.00, NULL, 'IHOF63N5', 'ALL', '2602:fbf1:b001::36', '美国'); INSERT INTO `ai_user` VALUES (43, '0', '', '2025-12-31 14:20:06', '', '2025-12-31 14:20:12', NULL, 'a001', NULL, 2, '', '', '$2a$10$Z02VVJ5/LaiTzTp22b2zXOTV8YE/6BMNVrboTj5cuEthXuPpP97Mi', NULL, 0, '11@gmail.com', NULL, 'Xf38CXD6', NULL, '2025-12-31 14:20:12', 1089.00, NULL, 'LXNFP1VS', 'ALL', '2602:fbf1:b001::36', '美国'); INSERT INTO `ai_user` VALUES (44, '0', '', '2025-12-31 14:26:20', '', '2025-12-31 14:26:25', NULL, 'a002', NULL, 2, '', '', '$2a$10$4ZnF/zh3q3E07GBpthtL.ufsxQOt2u/eu8YzcFnmPO5dUa1RJ6mkG', NULL, 0, 'c46258724hk@gmail.com', NULL, 'knt2yT2r', NULL, '2025-12-31 14:26:25', 230.00, 43, 'JW07BAHC', 'ALL', '2602:fbf1:b001::36', '美国'); -- ---------------------------- -- Table structure for ai_user_message -- ---------------------------- DROP TABLE IF EXISTS `ai_user_message`; CREATE TABLE `ai_user_message` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '信息标题', `send_type` tinyint NULL DEFAULT NULL COMMENT '发送类型:0-所有用户 1-指定用户', `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '发送内容', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '站内信管理' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_user_message -- ---------------------------- INSERT INTO `ai_user_message` VALUES (5, '0', 'admin', '2025-12-09 13:23:23', '', '2025-12-09 05:23:22', NULL, 'test', 0, '111'); INSERT INTO `ai_user_message` VALUES (6, '0', 'admin', '2025-12-09 13:23:26', '', '2025-12-09 05:23:26', NULL, NULL, 0, NULL); -- ---------------------------- -- Table structure for ai_work -- ---------------------------- DROP TABLE IF EXISTS `ai_work`; CREATE TABLE `ai_work` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键ID', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '作品url', `text` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '文字描述', `user_id` bigint NULL DEFAULT NULL COMMENT '用户ID', `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'ai类型', `source` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '来源', `is_top` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '是否置顶:N-否 Y-是', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'ai作品表-作废' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_work -- ---------------------------- -- ---------------------------- -- Table structure for gen_table -- ---------------------------- DROP TABLE IF EXISTS `gen_table`; CREATE TABLE `gen_table` ( `table_id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号', `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '表名称', `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '表描述', `sub_table_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '关联子表的表名', `sub_table_fk_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '子表关联的外键名', `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '实体类名称', `tpl_category` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'crud' COMMENT '使用的模板(crud单表操作 tree树表操作)', `tpl_web_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '前端模板类型(element-ui模版 element-plus模版)', `package_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成包路径', `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成模块名', `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成业务名', `function_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成功能名', `function_author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '生成功能作者', `gen_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '生成代码方式(0zip压缩包 1自定义路径)', `gen_path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '/' COMMENT '生成路径(不填默认项目路径)', `options` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '其它生成选项', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`table_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 23 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '代码生成业务表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of gen_table -- ---------------------------- INSERT INTO `gen_table` VALUES (4, 'ai_user', 'ai-用户信息表', NULL, NULL, 'AiUser', 'crud', '', 'com.ruoyi.ai', 'ai', 'user', 'ai-用户信息', 'shi', '0', '/', NULL, 'admin', '2025-11-12 20:28:48', '', NULL, NULL); INSERT INTO `gen_table` VALUES (5, 'ai_manager', 'AI管理表', NULL, NULL, 'AiManager', 'crud', '', 'com.ruoyi.ai', 'ai', 'manager', 'AI管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 19:12:46', '', NULL, NULL); INSERT INTO `gen_table` VALUES (6, 'ai_banner', 'banner管理', NULL, NULL, 'AiBanner', 'crud', '', 'com.ruoyi.ai', 'ai', 'banner', 'banner管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:00', '', NULL, NULL); INSERT INTO `gen_table` VALUES (7, 'ai_customer_service', '客服管理', NULL, NULL, 'AiCustomerService', 'crud', '', 'com.ruoyi.ai', 'ai', 'service', '客服管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:08', '', NULL, NULL); INSERT INTO `gen_table` VALUES (8, 'ai_help', '', NULL, NULL, 'AiHelp', 'crud', '', 'com.ruoyi.ai', 'ai', 'help', NULL, 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:16', '', NULL, NULL); INSERT INTO `gen_table` VALUES (9, 'ai_order', '订单管理', NULL, NULL, 'AiOrder', 'crud', '', 'com.ruoyi.ai', 'ai', 'order', '订单管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:24', '', NULL, NULL); INSERT INTO `gen_table` VALUES (10, 'ai_rebate_record', '返佣记录', NULL, NULL, 'AiRebateRecord', 'crud', '', 'com.ruoyi.ai', 'ai', 'record', '返佣记录', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:32', '', NULL, NULL); INSERT INTO `gen_table` VALUES (11, 'ai_recharge', '充值管理', NULL, NULL, 'AiRecharge', 'crud', '', 'com.ruoyi.ai', 'ai', 'recharge', '充值管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:42', '', NULL, NULL); INSERT INTO `gen_table` VALUES (12, 'ai_sample_amount', '体验金活动管理', NULL, NULL, 'AiSampleAmount', 'crud', '', 'com.ruoyi.ai', 'ai', 'amount', '体验金活动管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:54:51', '', NULL, NULL); INSERT INTO `gen_table` VALUES (13, 'ai_sample_amount_record', '体验金领取记录', NULL, NULL, 'AiSampleAmountRecord', 'crud', '', 'com.ruoyi.ai', 'ai', 'record', '体验金领取记录', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:55:00', '', NULL, NULL); INSERT INTO `gen_table` VALUES (14, 'ai_user_message', '站内信管理', NULL, NULL, 'AiUserMessage', 'crud', '', 'com.ruoyi.ai', 'ai', 'message', '站内信管理', 'shi', '0', '/', NULL, 'admin', '2025-11-13 21:55:10', '', NULL, NULL); INSERT INTO `gen_table` VALUES (15, 'ai_balance_change_record', '余额使用记录', NULL, NULL, 'AiBalanceChangeRecord', 'crud', '', 'com.ruoyi.ai', 'ai', 'record', '余额使用记录', 'shi', '0', '/', NULL, 'admin', '2025-11-13 22:22:29', '', NULL, NULL); INSERT INTO `gen_table` VALUES (16, 'ai_recharge_gift', '充值赠送活动', NULL, NULL, 'AiRechargeGift', 'crud', '', 'com.ruoyi.ai', 'ai', 'gift', '充值赠送活动', 'shi', '0', '/', NULL, 'admin', '2025-11-20 21:59:10', '', NULL, NULL); INSERT INTO `gen_table` VALUES (17, 'ai_recharge_gift_gear', '充值赠送活动档位配置', NULL, NULL, 'AiRechargeGiftGear', 'crud', '', 'com.ruoyi.ai', 'ai', 'gear', '充值赠送活动档位配置', 'shi', '0', '/', NULL, 'admin', '2025-11-20 21:59:19', '', NULL, NULL); INSERT INTO `gen_table` VALUES (18, 'ai_recharge_gift_record', '充值赠送记录', NULL, NULL, 'AiRechargeGiftRecord', 'crud', '', 'com.ruoyi.ai', 'ai', 'record', '充值赠送记录', 'shi', '0', '/', NULL, 'admin', '2025-11-20 21:59:29', '', NULL, NULL); INSERT INTO `gen_table` VALUES (20, 'ai_tag', 'ai-标签管理', NULL, NULL, 'AiTag', 'crud', '', 'com.ruoyi.ai', 'ai', 'tag', 'ai-标签管理', 'shi', '0', '/', NULL, 'admin', '2025-11-24 22:08:12', '', NULL, NULL); INSERT INTO `gen_table` VALUES (21, 'ai_work', 'ai作品表', NULL, NULL, 'AiWork', 'crud', '', 'com.ruoyi.ai', 'ai', 'work', 'ai作品', 'shi', '0', '/', NULL, 'admin', '2025-11-25 22:01:50', '', NULL, NULL); INSERT INTO `gen_table` VALUES (22, 'ai_customer', 'AI-客户配置表', NULL, NULL, 'AiCustomer', 'crud', '', 'com.ruoyi.ai', 'ai', 'customer', 'AI-客户配置', 'shi', '0', '/', NULL, 'admin', '2025-11-26 19:36:57', '', NULL, NULL); -- ---------------------------- -- Table structure for gen_table_column -- ---------------------------- DROP TABLE IF EXISTS `gen_table_column`; CREATE TABLE `gen_table_column` ( `column_id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号', `table_id` bigint NULL DEFAULT NULL COMMENT '归属表编号', `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列名称', `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列描述', `column_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '列类型', `java_type` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'JAVA类型', `java_field` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'JAVA字段名', `is_pk` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否主键(1是)', `is_increment` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否自增(1是)', `is_required` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否必填(1是)', `is_insert` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否为插入字段(1是)', `is_edit` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否编辑字段(1是)', `is_list` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否列表字段(1是)', `is_query` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否查询字段(1是)', `query_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'EQ' COMMENT '查询方式(等于、不等于、大于、小于、范围)', `html_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '显示类型(文本框、文本域、下拉框、复选框、单选框、日期控件)', `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', `sort` int NULL DEFAULT NULL COMMENT '排序', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`column_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 289 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '代码生成业务表字段' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of gen_table_column -- ---------------------------- INSERT INTO `gen_table_column` VALUES (64, 4, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-12 20:28:49', '', NULL); INSERT INTO `gen_table_column` VALUES (65, 4, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-12 20:28:50', '', NULL); INSERT INTO `gen_table_column` VALUES (66, 4, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-12 20:28:50', '', NULL); INSERT INTO `gen_table_column` VALUES (67, 4, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-12 20:28:51', '', NULL); INSERT INTO `gen_table_column` VALUES (68, 4, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-12 20:28:52', '', NULL); INSERT INTO `gen_table_column` VALUES (69, 4, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-12 20:28:52', '', NULL); INSERT INTO `gen_table_column` VALUES (70, 4, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-12 20:28:53', '', NULL); INSERT INTO `gen_table_column` VALUES (71, 4, 'nickname', '用户昵称', 'varchar(64)', 'String', 'nickname', '0', '0', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2025-11-12 20:28:55', '', NULL); INSERT INTO `gen_table_column` VALUES (72, 4, 'gender', '性别:1-男,2-女', 'tinyint(1)', 'Integer', 'gender', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-12 20:28:56', '', NULL); INSERT INTO `gen_table_column` VALUES (73, 4, 'avatar', '头像地址', 'varchar(500)', 'String', 'avatar', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'textarea', '', 10, 'admin', '2025-11-12 20:28:56', '', NULL); INSERT INTO `gen_table_column` VALUES (74, 4, 'phone', '手机号码', 'varchar(11)', 'String', 'phone', '0', '0', '1', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-12 20:28:57', '', NULL); INSERT INTO `gen_table_column` VALUES (75, 4, 'password', '密码', 'varchar(100)', 'String', 'password', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2025-11-12 20:28:58', '', NULL); INSERT INTO `gen_table_column` VALUES (76, 4, 'openid', '用户唯一标识', 'varchar(64)', 'String', 'openid', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 13, 'admin', '2025-11-12 20:28:59', '', NULL); INSERT INTO `gen_table_column` VALUES (77, 4, 'status', '状态:1-正常,2-禁用', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 14, 'admin', '2025-11-12 20:28:59', '', NULL); INSERT INTO `gen_table_column` VALUES (78, 4, 'email', '邮箱', 'varchar(255)', 'String', 'email', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 15, 'admin', '2025-11-12 20:29:00', '', NULL); INSERT INTO `gen_table_column` VALUES (79, 4, 'birthday', '生日', 'date', 'Date', 'birthday', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 16, 'admin', '2025-11-12 20:29:00', '', NULL); INSERT INTO `gen_table_column` VALUES (80, 4, 'invitation_code', '邀请码', 'varchar(255)', 'String', 'invitationCode', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 17, 'admin', '2025-11-12 20:29:01', '', NULL); INSERT INTO `gen_table_column` VALUES (81, 4, 'payment_url', '充值地址', 'varchar(255)', 'String', 'paymentUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 18, 'admin', '2025-11-12 20:29:01', '', NULL); INSERT INTO `gen_table_column` VALUES (82, 4, 'login_time', '登录时间', 'datetime', 'Date', 'loginTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 19, 'admin', '2025-11-12 20:29:02', '', NULL); INSERT INTO `gen_table_column` VALUES (83, 4, 'balance', '余额', 'decimal(10,2)', 'BigDecimal', 'balance', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 20, 'admin', '2025-11-12 20:29:03', '', NULL); INSERT INTO `gen_table_column` VALUES (84, 4, 'superior_id', '上级ID', 'bigint', 'Long', 'superiorId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 21, 'admin', '2025-11-12 20:29:03', '', NULL); INSERT INTO `gen_table_column` VALUES (85, 5, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 19:12:47', '', NULL); INSERT INTO `gen_table_column` VALUES (86, 5, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 19:12:48', '', NULL); INSERT INTO `gen_table_column` VALUES (87, 5, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 19:12:48', '', NULL); INSERT INTO `gen_table_column` VALUES (88, 5, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 19:12:49', '', NULL); INSERT INTO `gen_table_column` VALUES (89, 5, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 19:12:49', '', NULL); INSERT INTO `gen_table_column` VALUES (90, 5, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 19:12:50', '', NULL); INSERT INTO `gen_table_column` VALUES (91, 5, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 19:12:50', '', NULL); INSERT INTO `gen_table_column` VALUES (92, 5, 'title', 'AI标题', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 19:12:51', '', NULL); INSERT INTO `gen_table_column` VALUES (93, 5, 'price', '价格', 'decimal(10,2)', 'BigDecimal', 'price', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 19:12:52', '', NULL); INSERT INTO `gen_table_column` VALUES (94, 5, 'status', '状态:1-正常,2-禁用', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 10, 'admin', '2025-11-13 19:12:52', '', NULL); INSERT INTO `gen_table_column` VALUES (95, 6, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:01', '', NULL); INSERT INTO `gen_table_column` VALUES (96, 6, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:02', '', NULL); INSERT INTO `gen_table_column` VALUES (97, 6, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:02', '', NULL); INSERT INTO `gen_table_column` VALUES (98, 6, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:03', '', NULL); INSERT INTO `gen_table_column` VALUES (99, 6, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:03', '', NULL); INSERT INTO `gen_table_column` VALUES (100, 6, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:04', '', NULL); INSERT INTO `gen_table_column` VALUES (101, 6, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:05', '', NULL); INSERT INTO `gen_table_column` VALUES (102, 6, 'title', '标题', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:05', '', NULL); INSERT INTO `gen_table_column` VALUES (103, 6, 'image_url', '图片地址', 'varchar(255)', 'String', 'imageUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:54:06', '', NULL); INSERT INTO `gen_table_column` VALUES (104, 6, 'type', '链接类型:0-内链 1-外链', 'tinyint', 'Long', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 10, 'admin', '2025-11-13 21:54:07', '', NULL); INSERT INTO `gen_table_column` VALUES (105, 6, 'jump_url', '跳转URL', 'varchar(255)', 'String', 'jumpUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-13 21:54:07', '', NULL); INSERT INTO `gen_table_column` VALUES (106, 6, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 12, 'admin', '2025-11-13 21:54:08', '', NULL); INSERT INTO `gen_table_column` VALUES (107, 7, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:10', '', NULL); INSERT INTO `gen_table_column` VALUES (108, 7, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:11', '', NULL); INSERT INTO `gen_table_column` VALUES (109, 7, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:12', '', NULL); INSERT INTO `gen_table_column` VALUES (110, 7, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:13', '', NULL); INSERT INTO `gen_table_column` VALUES (111, 7, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:13', '', NULL); INSERT INTO `gen_table_column` VALUES (112, 7, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:14', '', NULL); INSERT INTO `gen_table_column` VALUES (113, 7, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:14', '', NULL); INSERT INTO `gen_table_column` VALUES (114, 7, 'url', '客服链接', 'varchar(255)', 'String', 'url', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:15', '', NULL); INSERT INTO `gen_table_column` VALUES (115, 7, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 9, 'admin', '2025-11-13 21:54:16', '', NULL); INSERT INTO `gen_table_column` VALUES (116, 8, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:18', '', NULL); INSERT INTO `gen_table_column` VALUES (117, 8, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:18', '', NULL); INSERT INTO `gen_table_column` VALUES (118, 8, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:19', '', NULL); INSERT INTO `gen_table_column` VALUES (119, 8, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:20', '', NULL); INSERT INTO `gen_table_column` VALUES (120, 8, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:21', '', NULL); INSERT INTO `gen_table_column` VALUES (121, 8, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:21', '', NULL); INSERT INTO `gen_table_column` VALUES (122, 8, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:22', '', NULL); INSERT INTO `gen_table_column` VALUES (123, 8, 'title', '标题', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:22', '', NULL); INSERT INTO `gen_table_column` VALUES (124, 8, 'content', '内容', 'text', 'String', 'content', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'editor', '', 9, 'admin', '2025-11-13 21:54:23', '', NULL); INSERT INTO `gen_table_column` VALUES (125, 8, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 10, 'admin', '2025-11-13 21:54:23', '', NULL); INSERT INTO `gen_table_column` VALUES (126, 9, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:25', '', NULL); INSERT INTO `gen_table_column` VALUES (127, 9, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:25', '', NULL); INSERT INTO `gen_table_column` VALUES (128, 9, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:26', '', NULL); INSERT INTO `gen_table_column` VALUES (129, 9, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:27', '', NULL); INSERT INTO `gen_table_column` VALUES (130, 9, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:27', '', NULL); INSERT INTO `gen_table_column` VALUES (131, 9, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:28', '', NULL); INSERT INTO `gen_table_column` VALUES (132, 9, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:28', '', NULL); INSERT INTO `gen_table_column` VALUES (133, 9, 'order_num', '订单编号', 'varchar(255)', 'String', 'orderNum', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:29', '', NULL); INSERT INTO `gen_table_column` VALUES (134, 9, 'user_id', '用户ID', 'bigint', 'Long', 'userId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:54:29', '', NULL); INSERT INTO `gen_table_column` VALUES (135, 9, 'type', '操作类型', 'int', 'Long', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 10, 'admin', '2025-11-13 21:54:30', '', NULL); INSERT INTO `gen_table_column` VALUES (136, 9, 'amount', '金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-13 21:54:31', '', NULL); INSERT INTO `gen_table_column` VALUES (137, 9, 'result', '生成结果', 'varchar(255)', 'String', 'result', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2025-11-13 21:54:31', '', NULL); INSERT INTO `gen_table_column` VALUES (138, 9, 'status', '状态:0-进行中 1-已完成 2-失败(余额退回)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 13, 'admin', '2025-11-13 21:54:32', '', NULL); INSERT INTO `gen_table_column` VALUES (139, 10, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:33', '', NULL); INSERT INTO `gen_table_column` VALUES (140, 10, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:34', '', NULL); INSERT INTO `gen_table_column` VALUES (141, 10, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:34', '', NULL); INSERT INTO `gen_table_column` VALUES (142, 10, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:35', '', NULL); INSERT INTO `gen_table_column` VALUES (143, 10, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:35', '', NULL); INSERT INTO `gen_table_column` VALUES (144, 10, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:36', '', NULL); INSERT INTO `gen_table_column` VALUES (145, 10, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:37', '', NULL); INSERT INTO `gen_table_column` VALUES (146, 10, 'superior_id', '上级ID', 'bigint', 'Long', 'superiorId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:39', '', NULL); INSERT INTO `gen_table_column` VALUES (147, 10, 'subordinate_id', '下级ID', 'bigint', 'Long', 'subordinateId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:54:40', '', NULL); INSERT INTO `gen_table_column` VALUES (148, 10, 'amount', '返佣金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-13 21:54:41', '', NULL); INSERT INTO `gen_table_column` VALUES (149, 11, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:43', '', NULL); INSERT INTO `gen_table_column` VALUES (150, 11, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:44', '', NULL); INSERT INTO `gen_table_column` VALUES (151, 11, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:45', '', NULL); INSERT INTO `gen_table_column` VALUES (152, 11, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:46', '', NULL); INSERT INTO `gen_table_column` VALUES (153, 11, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:46', '', NULL); INSERT INTO `gen_table_column` VALUES (154, 11, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:47', '', NULL); INSERT INTO `gen_table_column` VALUES (155, 11, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:47', '', NULL); INSERT INTO `gen_table_column` VALUES (156, 11, 'order_num', '充值订单号', 'varchar(255)', 'String', 'orderNum', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:48', '', NULL); INSERT INTO `gen_table_column` VALUES (157, 11, 'user_id', '用户ID', 'bigint', 'Long', 'userId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:54:48', '', NULL); INSERT INTO `gen_table_column` VALUES (158, 11, 'receive_wallet', '转入钱包', 'varchar(255)', 'String', 'receiveWallet', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-13 21:54:49', '', NULL); INSERT INTO `gen_table_column` VALUES (159, 11, 'payment_wallet', '转账钱包', 'varchar(255)', 'String', 'paymentWallet', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-13 21:54:50', '', NULL); INSERT INTO `gen_table_column` VALUES (160, 11, 'hash', '交易hash', 'varchar(255)', 'String', 'hash', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2025-11-13 21:54:50', '', NULL); INSERT INTO `gen_table_column` VALUES (161, 11, 'credited_time', '到账时间', 'datetime', 'Date', 'creditedTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 13, 'admin', '2025-11-13 21:54:51', '', NULL); INSERT INTO `gen_table_column` VALUES (162, 12, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:54:52', '', NULL); INSERT INTO `gen_table_column` VALUES (163, 12, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:54:53', '', NULL); INSERT INTO `gen_table_column` VALUES (164, 12, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:54:54', '', NULL); INSERT INTO `gen_table_column` VALUES (165, 12, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:54:54', '', NULL); INSERT INTO `gen_table_column` VALUES (166, 12, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:54:55', '', NULL); INSERT INTO `gen_table_column` VALUES (167, 12, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:54:56', '', NULL); INSERT INTO `gen_table_column` VALUES (168, 12, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:54:56', '', NULL); INSERT INTO `gen_table_column` VALUES (169, 12, 'amount', '体验金额', 'decimal(10,2)', 'BigDecimal', 'amount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:54:57', '', NULL); INSERT INTO `gen_table_column` VALUES (170, 12, 'duration', '体验时长(h)', 'int', 'Long', 'duration', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:54:58', '', NULL); INSERT INTO `gen_table_column` VALUES (171, 12, 'type', '活动类型:0-永久 1-周期', 'tinyint', 'Long', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 10, 'admin', '2025-11-13 21:54:58', '', NULL); INSERT INTO `gen_table_column` VALUES (172, 12, 'start_time', '活动开始时间', 'datetime', 'Date', 'startTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2025-11-13 21:54:59', '', NULL); INSERT INTO `gen_table_column` VALUES (173, 12, 'end_time', '活动结束时间', 'datetime', 'Date', 'endTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2025-11-13 21:54:59', '', NULL); INSERT INTO `gen_table_column` VALUES (174, 12, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 13, 'admin', '2025-11-13 21:55:00', '', NULL); INSERT INTO `gen_table_column` VALUES (175, 13, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:55:02', '', NULL); INSERT INTO `gen_table_column` VALUES (176, 13, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:55:04', '', NULL); INSERT INTO `gen_table_column` VALUES (177, 13, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:55:04', '', NULL); INSERT INTO `gen_table_column` VALUES (178, 13, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:55:06', '', NULL); INSERT INTO `gen_table_column` VALUES (179, 13, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:55:06', '', NULL); INSERT INTO `gen_table_column` VALUES (180, 13, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:55:07', '', NULL); INSERT INTO `gen_table_column` VALUES (181, 13, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:55:07', '', NULL); INSERT INTO `gen_table_column` VALUES (182, 13, 'user_id', '用户ID', 'bigint', 'Long', 'userId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:55:08', '', NULL); INSERT INTO `gen_table_column` VALUES (183, 13, 'sample_amount', '体验金额', 'decimal(10,2)', 'BigDecimal', 'sampleAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 21:55:08', '', NULL); INSERT INTO `gen_table_column` VALUES (184, 13, 'recycle_time', '回收时间', 'datetime', 'Date', 'recycleTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 10, 'admin', '2025-11-13 21:55:09', '', NULL); INSERT INTO `gen_table_column` VALUES (185, 14, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 21:55:10', '', NULL); INSERT INTO `gen_table_column` VALUES (186, 14, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 21:55:11', '', NULL); INSERT INTO `gen_table_column` VALUES (187, 14, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 21:55:12', '', NULL); INSERT INTO `gen_table_column` VALUES (188, 14, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 21:55:12', '', NULL); INSERT INTO `gen_table_column` VALUES (189, 14, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 21:55:13', '', NULL); INSERT INTO `gen_table_column` VALUES (190, 14, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 21:55:13', '', NULL); INSERT INTO `gen_table_column` VALUES (191, 14, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 21:55:14', '', NULL); INSERT INTO `gen_table_column` VALUES (192, 14, 'title', '信息标题', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-13 21:55:15', '', NULL); INSERT INTO `gen_table_column` VALUES (193, 14, 'send_type', '发送类型:0-所有用户 1-指定用户', 'tinyint', 'Long', 'sendType', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 9, 'admin', '2025-11-13 21:55:15', '', NULL); INSERT INTO `gen_table_column` VALUES (194, 14, 'content', '发送内容', 'text', 'String', 'content', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'editor', '', 10, 'admin', '2025-11-13 21:55:16', '', NULL); INSERT INTO `gen_table_column` VALUES (195, 15, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-13 22:22:30', '', NULL); INSERT INTO `gen_table_column` VALUES (196, 15, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-13 22:22:31', '', NULL); INSERT INTO `gen_table_column` VALUES (197, 15, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-13 22:22:31', '', NULL); INSERT INTO `gen_table_column` VALUES (198, 15, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-13 22:22:32', '', NULL); INSERT INTO `gen_table_column` VALUES (199, 15, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-13 22:22:32', '', NULL); INSERT INTO `gen_table_column` VALUES (200, 15, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-13 22:22:33', '', NULL); INSERT INTO `gen_table_column` VALUES (201, 15, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-13 22:22:34', '', NULL); INSERT INTO `gen_table_column` VALUES (202, 15, 'type', NULL, 'tinyint(1)', 'Integer', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 8, 'admin', '2025-11-13 22:22:35', '', NULL); INSERT INTO `gen_table_column` VALUES (203, 15, 'change_amount', '变更金额', 'decimal(10,2)', 'BigDecimal', 'changeAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-13 22:22:35', '', NULL); INSERT INTO `gen_table_column` VALUES (204, 15, 'result_amount', '变更后金额', 'decimal(10,2)', 'BigDecimal', 'resultAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-13 22:22:36', '', NULL); INSERT INTO `gen_table_column` VALUES (205, 16, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-20 21:59:11', '', NULL); INSERT INTO `gen_table_column` VALUES (206, 16, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-20 21:59:12', '', NULL); INSERT INTO `gen_table_column` VALUES (207, 16, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-20 21:59:13', '', NULL); INSERT INTO `gen_table_column` VALUES (208, 16, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-20 21:59:13', '', NULL); INSERT INTO `gen_table_column` VALUES (209, 16, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-20 21:59:14', '', NULL); INSERT INTO `gen_table_column` VALUES (210, 16, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-20 21:59:14', '', NULL); INSERT INTO `gen_table_column` VALUES (211, 16, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-20 21:59:15', '', NULL); INSERT INTO `gen_table_column` VALUES (212, 16, 'is_frist_recharge', '是否首充活动:0-否 1-是', 'tinyint', 'Long', 'isFristRecharge', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-20 21:59:15', '', NULL); INSERT INTO `gen_table_column` VALUES (213, 16, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 9, 'admin', '2025-11-20 21:59:16', '', NULL); INSERT INTO `gen_table_column` VALUES (214, 16, 'type', '活动类型:0-永久 1-周期', 'tinyint', 'Long', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 10, 'admin', '2025-11-20 21:59:17', '', NULL); INSERT INTO `gen_table_column` VALUES (215, 16, 'start_time', '活动开始时间', 'datetime', 'Date', 'startTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 11, 'admin', '2025-11-20 21:59:17', '', NULL); INSERT INTO `gen_table_column` VALUES (216, 16, 'end_time', '活动结束时间', 'datetime', 'Date', 'endTime', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'datetime', '', 12, 'admin', '2025-11-20 21:59:18', '', NULL); INSERT INTO `gen_table_column` VALUES (217, 17, 'id', NULL, 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-20 21:59:20', '', NULL); INSERT INTO `gen_table_column` VALUES (218, 17, 'recharge_id', '充值赠送活动ID', 'bigint', 'Long', 'rechargeId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 2, 'admin', '2025-11-20 21:59:21', '', NULL); INSERT INTO `gen_table_column` VALUES (219, 17, 'recharge_amount', '充值金额', 'decimal(10,2)', 'BigDecimal', 'rechargeAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 3, 'admin', '2025-11-20 21:59:21', '', NULL); INSERT INTO `gen_table_column` VALUES (220, 17, 'gift_amount', '赠送金额', 'decimal(10,2)', 'BigDecimal', 'giftAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 4, 'admin', '2025-11-20 21:59:22', '', NULL); INSERT INTO `gen_table_column` VALUES (221, 17, 'title', '档位说明', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 5, 'admin', '2025-11-20 21:59:23', '', NULL); INSERT INTO `gen_table_column` VALUES (222, 17, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 6, 'admin', '2025-11-20 21:59:24', '', NULL); INSERT INTO `gen_table_column` VALUES (223, 17, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 7, 'admin', '2025-11-20 21:59:25', '', NULL); INSERT INTO `gen_table_column` VALUES (224, 17, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 8, 'admin', '2025-11-20 21:59:26', '', NULL); INSERT INTO `gen_table_column` VALUES (225, 17, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 9, 'admin', '2025-11-20 21:59:27', '', NULL); INSERT INTO `gen_table_column` VALUES (226, 17, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 10, 'admin', '2025-11-20 21:59:27', '', NULL); INSERT INTO `gen_table_column` VALUES (227, 17, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 11, 'admin', '2025-11-20 21:59:28', '', NULL); INSERT INTO `gen_table_column` VALUES (228, 18, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-20 21:59:30', '', NULL); INSERT INTO `gen_table_column` VALUES (229, 18, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-20 21:59:31', '', NULL); INSERT INTO `gen_table_column` VALUES (230, 18, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-20 21:59:31', '', NULL); INSERT INTO `gen_table_column` VALUES (231, 18, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-20 21:59:32', '', NULL); INSERT INTO `gen_table_column` VALUES (232, 18, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-20 21:59:33', '', NULL); INSERT INTO `gen_table_column` VALUES (233, 18, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-20 21:59:34', '', NULL); INSERT INTO `gen_table_column` VALUES (234, 18, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-20 21:59:34', '', NULL); INSERT INTO `gen_table_column` VALUES (235, 18, 'user_id', '用户ID', 'bigint', 'Long', 'userId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-20 21:59:35', '', NULL); INSERT INTO `gen_table_column` VALUES (236, 18, 'order_num', '充值订单号', 'varchar(255)', 'String', 'orderNum', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-20 21:59:36', '', NULL); INSERT INTO `gen_table_column` VALUES (237, 18, 'recharge_gear_title', '档位说明', 'varchar(255)', 'String', 'rechargeGearTitle', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-20 21:59:36', '', NULL); INSERT INTO `gen_table_column` VALUES (238, 18, 'gear_amount', '档位金额', 'decimal(10,2)', 'BigDecimal', 'gearAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-20 21:59:37', '', NULL); INSERT INTO `gen_table_column` VALUES (239, 18, 'gift_amount', '赠送金额', 'decimal(10,2)', 'BigDecimal', 'giftAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, 'admin', '2025-11-20 21:59:38', '', NULL); INSERT INTO `gen_table_column` VALUES (251, 20, 'id', '', 'bigint', 'Long', 'id', '1', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-24 22:08:13', '', '2025-11-24 22:11:15'); INSERT INTO `gen_table_column` VALUES (252, 20, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-24 22:08:15', '', '2025-11-24 22:11:15'); INSERT INTO `gen_table_column` VALUES (253, 20, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-24 22:08:15', '', '2025-11-24 22:11:16'); INSERT INTO `gen_table_column` VALUES (254, 20, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-24 22:08:16', '', '2025-11-24 22:11:16'); INSERT INTO `gen_table_column` VALUES (255, 20, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-24 22:08:17', '', '2025-11-24 22:11:17'); INSERT INTO `gen_table_column` VALUES (256, 20, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-24 22:08:17', '', '2025-11-24 22:11:18'); INSERT INTO `gen_table_column` VALUES (257, 20, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-24 22:08:18', '', '2025-11-24 22:11:18'); INSERT INTO `gen_table_column` VALUES (258, 20, 'ai_id', 'aiId', 'bigint', 'Long', 'aiId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 8, 'admin', '2025-11-24 22:08:19', '', '2025-11-24 22:11:19'); INSERT INTO `gen_table_column` VALUES (259, 20, 'title', '标签名', 'varchar(255)', 'String', 'title', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-24 22:08:19', '', '2025-11-24 22:11:19'); INSERT INTO `gen_table_column` VALUES (260, 20, 'status', '状态(0正常 1停用)', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 10, 'admin', '2025-11-24 22:08:20', '', '2025-11-24 22:11:20'); INSERT INTO `gen_table_column` VALUES (261, 20, 'prompt', '提示词', 'varchar(255)', 'String', 'prompt', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-24 22:08:21', '', '2025-11-24 22:11:21'); INSERT INTO `gen_table_column` VALUES (262, 21, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-25 22:01:51', '', '2025-11-26 20:23:02'); INSERT INTO `gen_table_column` VALUES (263, 21, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-25 22:01:51', '', '2025-11-26 20:23:03'); INSERT INTO `gen_table_column` VALUES (264, 21, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-25 22:01:52', '', '2025-11-26 20:23:04'); INSERT INTO `gen_table_column` VALUES (265, 21, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-25 22:01:53', '', '2025-11-26 20:23:05'); INSERT INTO `gen_table_column` VALUES (266, 21, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-25 22:01:53', '', '2025-11-26 20:23:05'); INSERT INTO `gen_table_column` VALUES (267, 21, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-25 22:01:54', '', '2025-11-26 20:23:06'); INSERT INTO `gen_table_column` VALUES (268, 21, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-25 22:01:54', '', '2025-11-26 20:23:06'); INSERT INTO `gen_table_column` VALUES (269, 21, 'url', '作品url', 'text', 'String', 'url', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'textarea', '', 8, 'admin', '2025-11-25 22:01:55', '', '2025-11-26 20:23:07'); INSERT INTO `gen_table_column` VALUES (270, 21, 'text', '文字描述', 'varchar(255)', 'String', 'text', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-25 22:01:55', '', '2025-11-26 20:23:07'); INSERT INTO `gen_table_column` VALUES (271, 21, 'user_id', '用户ID', 'bigint', 'Long', 'userId', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-25 22:01:56', '', '2025-11-26 20:23:08'); INSERT INTO `gen_table_column` VALUES (272, 21, 'type', 'ai类型', 'varchar(255)', 'String', 'type', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'select', '', 11, 'admin', '2025-11-25 22:01:57', '', '2025-11-26 20:23:09'); INSERT INTO `gen_table_column` VALUES (273, 22, 'id', '主键ID', 'bigint', 'Long', 'id', '1', '1', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 1, 'admin', '2025-11-26 19:36:58', '', NULL); INSERT INTO `gen_table_column` VALUES (274, 22, 'del_flag', '删除标志(0代表存在 2代表删除)', 'char(1)', 'String', 'delFlag', '0', '0', '1', '1', NULL, NULL, NULL, 'EQ', 'input', '', 2, 'admin', '2025-11-26 19:36:59', '', NULL); INSERT INTO `gen_table_column` VALUES (275, 22, 'create_by', '创建者', 'varchar(64)', 'String', 'createBy', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'input', '', 3, 'admin', '2025-11-26 19:36:59', '', NULL); INSERT INTO `gen_table_column` VALUES (276, 22, 'create_time', '创建时间', 'datetime', 'Date', 'createTime', '0', '0', '0', '1', NULL, NULL, NULL, 'EQ', 'datetime', '', 4, 'admin', '2025-11-26 19:37:00', '', NULL); INSERT INTO `gen_table_column` VALUES (277, 22, 'update_by', '更新者', 'varchar(64)', 'String', 'updateBy', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'input', '', 5, 'admin', '2025-11-26 19:37:00', '', NULL); INSERT INTO `gen_table_column` VALUES (278, 22, 'update_time', '更新时间', 'datetime', 'Date', 'updateTime', '0', '0', '0', '1', '1', NULL, NULL, 'EQ', 'datetime', '', 6, 'admin', '2025-11-26 19:37:01', '', NULL); INSERT INTO `gen_table_column` VALUES (279, 22, 'remark', '备注', 'varchar(500)', 'String', 'remark', '0', '0', '0', '1', '1', '1', NULL, 'EQ', 'textarea', '', 7, 'admin', '2025-11-26 19:37:02', '', NULL); INSERT INTO `gen_table_column` VALUES (280, 22, 'user_name', '客户名称', 'varchar(255)', 'String', 'userName', '0', '0', '0', '1', '1', '1', '1', 'LIKE', 'input', '', 8, 'admin', '2025-11-26 19:37:02', '', NULL); INSERT INTO `gen_table_column` VALUES (281, 22, 'user_code', '客户编号', 'varchar(255)', 'String', 'userCode', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 9, 'admin', '2025-11-26 19:37:03', '', NULL); INSERT INTO `gen_table_column` VALUES (282, 22, 'user_email', '客户联系方式', 'varchar(255)', 'String', 'userEmail', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 10, 'admin', '2025-11-26 19:37:03', '', NULL); INSERT INTO `gen_table_column` VALUES (283, 22, 'rebate_amount', '返佣比例', 'varchar(255)', 'String', 'rebateAmount', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 11, 'admin', '2025-11-26 19:37:04', '', NULL); INSERT INTO `gen_table_column` VALUES (284, 22, 'service_url', '客服链接', 'varchar(500)', 'String', 'serviceUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'textarea', '', 12, 'admin', '2025-11-26 19:37:04', '', NULL); INSERT INTO `gen_table_column` VALUES (285, 22, 'logo_url', 'logo链接', 'varchar(500)', 'String', 'logoUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'textarea', '', 13, 'admin', '2025-11-26 19:37:05', '', NULL); INSERT INTO `gen_table_column` VALUES (286, 22, 'banner_url', 'banner链接', 'varchar(500)', 'String', 'bannerUrl', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'textarea', '', 14, 'admin', '2025-11-26 19:37:06', '', NULL); INSERT INTO `gen_table_column` VALUES (287, 22, 'status', '状态:0-正常,1-禁用', 'tinyint(1)', 'Integer', 'status', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'radio', '', 15, 'admin', '2025-11-26 19:37:06', '', NULL); INSERT INTO `gen_table_column` VALUES (288, 21, 'source', '来源', 'varchar(255)', 'String', 'source', '0', '0', '0', '1', '1', '1', '1', 'EQ', 'input', '', 12, '', '2025-11-26 20:23:09', '', NULL); -- ---------------------------- -- Table structure for qrtz_blob_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_blob_triggers`; CREATE TABLE `qrtz_blob_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_name的外键', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', `blob_data` blob NULL COMMENT '存放持久化Trigger对象', PRIMARY KEY (`sched_name`, `trigger_name`, `trigger_group`) USING BTREE, CONSTRAINT `qrtz_blob_triggers_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `qrtz_triggers` (`sched_name`, `trigger_name`, `trigger_group`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'Blob类型的触发器表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_blob_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_calendars -- ---------------------------- DROP TABLE IF EXISTS `qrtz_calendars`; CREATE TABLE `qrtz_calendars` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `calendar_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '日历名称', `calendar` blob NOT NULL COMMENT '存放持久化calendar对象', PRIMARY KEY (`sched_name`, `calendar_name`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '日历信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_calendars -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_cron_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_cron_triggers`; CREATE TABLE `qrtz_cron_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_name的外键', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', `cron_expression` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'cron表达式', `time_zone_id` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '时区', PRIMARY KEY (`sched_name`, `trigger_name`, `trigger_group`) USING BTREE, CONSTRAINT `qrtz_cron_triggers_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `qrtz_triggers` (`sched_name`, `trigger_name`, `trigger_group`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'Cron类型的触发器表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_cron_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_fired_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_fired_triggers`; CREATE TABLE `qrtz_fired_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `entry_id` varchar(95) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度器实例id', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_name的外键', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', `instance_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度器实例名', `fired_time` bigint NOT NULL COMMENT '触发的时间', `sched_time` bigint NOT NULL COMMENT '定时器制定的时间', `priority` int NOT NULL COMMENT '优先级', `state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '状态', `job_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '任务名称', `job_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '任务组名', `is_nonconcurrent` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否并发', `requests_recovery` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '是否接受恢复执行', PRIMARY KEY (`sched_name`, `entry_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '已触发的触发器表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_fired_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_job_details -- ---------------------------- DROP TABLE IF EXISTS `qrtz_job_details`; CREATE TABLE `qrtz_job_details` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `job_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务名称', `job_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务组名', `description` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '相关介绍', `job_class_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '执行任务类名称', `is_durable` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '是否持久化', `is_nonconcurrent` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '是否并发', `is_update_data` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '是否更新数据', `requests_recovery` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '是否接受恢复执行', `job_data` blob NULL COMMENT '存放持久化job对象', PRIMARY KEY (`sched_name`, `job_name`, `job_group`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '任务详细信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_job_details -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_locks -- ---------------------------- DROP TABLE IF EXISTS `qrtz_locks`; CREATE TABLE `qrtz_locks` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `lock_name` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '悲观锁名称', PRIMARY KEY (`sched_name`, `lock_name`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '存储的悲观锁信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_locks -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_paused_trigger_grps -- ---------------------------- DROP TABLE IF EXISTS `qrtz_paused_trigger_grps`; CREATE TABLE `qrtz_paused_trigger_grps` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', PRIMARY KEY (`sched_name`, `trigger_group`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '暂停的触发器表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_paused_trigger_grps -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_scheduler_state -- ---------------------------- DROP TABLE IF EXISTS `qrtz_scheduler_state`; CREATE TABLE `qrtz_scheduler_state` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `instance_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '实例名称', `last_checkin_time` bigint NOT NULL COMMENT '上次检查时间', `checkin_interval` bigint NOT NULL COMMENT '检查间隔时间', PRIMARY KEY (`sched_name`, `instance_name`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '调度器状态表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_scheduler_state -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_simple_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_simple_triggers`; CREATE TABLE `qrtz_simple_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_name的外键', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', `repeat_count` bigint NOT NULL COMMENT '重复的次数统计', `repeat_interval` bigint NOT NULL COMMENT '重复的间隔时间', `times_triggered` bigint NOT NULL COMMENT '已经触发的次数', PRIMARY KEY (`sched_name`, `trigger_name`, `trigger_group`) USING BTREE, CONSTRAINT `qrtz_simple_triggers_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `qrtz_triggers` (`sched_name`, `trigger_name`, `trigger_group`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '简单触发器的信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_simple_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_simprop_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_simprop_triggers`; CREATE TABLE `qrtz_simprop_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_name的外键', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_triggers表trigger_group的外键', `str_prop_1` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'String类型的trigger的第一个参数', `str_prop_2` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'String类型的trigger的第二个参数', `str_prop_3` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'String类型的trigger的第三个参数', `int_prop_1` int NULL DEFAULT NULL COMMENT 'int类型的trigger的第一个参数', `int_prop_2` int NULL DEFAULT NULL COMMENT 'int类型的trigger的第二个参数', `long_prop_1` bigint NULL DEFAULT NULL COMMENT 'long类型的trigger的第一个参数', `long_prop_2` bigint NULL DEFAULT NULL COMMENT 'long类型的trigger的第二个参数', `dec_prop_1` decimal(13, 4) NULL DEFAULT NULL COMMENT 'decimal类型的trigger的第一个参数', `dec_prop_2` decimal(13, 4) NULL DEFAULT NULL COMMENT 'decimal类型的trigger的第二个参数', `bool_prop_1` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'Boolean类型的trigger的第一个参数', `bool_prop_2` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'Boolean类型的trigger的第二个参数', PRIMARY KEY (`sched_name`, `trigger_name`, `trigger_group`) USING BTREE, CONSTRAINT `qrtz_simprop_triggers_ibfk_1` FOREIGN KEY (`sched_name`, `trigger_name`, `trigger_group`) REFERENCES `qrtz_triggers` (`sched_name`, `trigger_name`, `trigger_group`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '同步机制的行锁表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_simprop_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_triggers`; CREATE TABLE `qrtz_triggers` ( `sched_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调度名称', `trigger_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '触发器的名字', `trigger_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '触发器所属组的名字', `job_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_job_details表job_name的外键', `job_group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'qrtz_job_details表job_group的外键', `description` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '相关介绍', `next_fire_time` bigint NULL DEFAULT NULL COMMENT '上一次触发时间(毫秒)', `prev_fire_time` bigint NULL DEFAULT NULL COMMENT '下一次触发时间(默认为-1表示不触发)', `priority` int NULL DEFAULT NULL COMMENT '优先级', `trigger_state` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '触发器状态', `trigger_type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '触发器的类型', `start_time` bigint NOT NULL COMMENT '开始时间', `end_time` bigint NULL DEFAULT NULL COMMENT '结束时间', `calendar_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '日程表名称', `misfire_instr` smallint NULL DEFAULT NULL COMMENT '补偿执行的策略', `job_data` blob NULL COMMENT '存放持久化job对象', PRIMARY KEY (`sched_name`, `trigger_name`, `trigger_group`) USING BTREE, INDEX `sched_name`(`sched_name` ASC, `job_name` ASC, `job_group` ASC) USING BTREE, CONSTRAINT `qrtz_triggers_ibfk_1` FOREIGN KEY (`sched_name`, `job_name`, `job_group`) REFERENCES `qrtz_job_details` (`sched_name`, `job_name`, `job_group`) ON DELETE RESTRICT ON UPDATE RESTRICT ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '触发器详细信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of qrtz_triggers -- ---------------------------- -- ---------------------------- -- Table structure for sys_config -- ---------------------------- DROP TABLE IF EXISTS `sys_config`; CREATE TABLE `sys_config` ( `config_id` int NOT NULL AUTO_INCREMENT COMMENT '参数主键', `config_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数名称', `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数键名', `config_value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '参数键值', `config_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '系统内置(Y是 N否)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`config_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 103 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '参数配置表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_config -- ---------------------------- INSERT INTO `sys_config` VALUES (1, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 'admin', '2025-11-09 01:57:50', '', NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow'); INSERT INTO `sys_config` VALUES (2, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 'admin', '2025-11-09 01:57:51', '', NULL, '初始化密码 123456'); INSERT INTO `sys_config` VALUES (3, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 'admin', '2025-11-09 01:57:51', '', NULL, '深色主题theme-dark,浅色主题theme-light'); INSERT INTO `sys_config` VALUES (4, '账号自助-验证码开关', 'sys.account.captchaEnabled', 'true', 'Y', 'admin', '2025-11-09 01:57:51', '', NULL, '是否开启验证码功能(true开启,false关闭)'); INSERT INTO `sys_config` VALUES (5, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 'admin', '2025-11-09 01:57:51', '', NULL, '是否开启注册用户功能(true开启,false关闭)'); INSERT INTO `sys_config` VALUES (6, '用户登录-黑名单列表', 'sys.login.blackIPList', '', 'Y', 'admin', '2025-11-09 01:57:52', '', NULL, '设置登录IP黑名单限制,多个匹配项以;分隔,支持匹配(*通配、网段)'); INSERT INTO `sys_config` VALUES (7, '用户管理-初始密码修改策略', 'sys.account.initPasswordModify', '1', 'Y', 'admin', '2025-11-09 01:57:52', '', NULL, '0:初始密码修改策略关闭,没有任何提示,1:提醒用户,如果未修改初始密码,则在登录时就会提醒修改密码对话框'); INSERT INTO `sys_config` VALUES (8, '用户管理-账号密码更新周期', 'sys.account.passwordValidateDays', '0', 'Y', 'admin', '2025-11-09 01:57:52', '', NULL, '密码更新周期(填写数字,数据初始化值为0不限制,若修改必须为大于0小于365的正整数),如果超过这个周期登录系统时,则在登录时就会提醒修改密码对话框'); INSERT INTO `sys_config` VALUES (100, '一级返佣比例%', 'sys.invite.commission', '1', 'N', 'admin', '2025-11-19 20:22:03', 'admin', '2025-12-23 09:04:26', '用户注册给上级用户赠送佣金'); INSERT INTO `sys_config` VALUES (101, '门户端logo', 'sys.portal.logo', 'https://images.iqyjsnwv.com/2025/11/28/ebf066d3_8005808.png', 'N', 'admin', '2025-11-25 20:32:01', 'admin', '2025-11-27 17:11:16', NULL); INSERT INTO `sys_config` VALUES (102, '累充金额', 'sys.total.amount', '100', 'N', 'admin', '2025-12-26 11:29:04', 'admin', '2026-01-07 15:13:44', NULL); -- ---------------------------- -- Table structure for sys_dept -- ---------------------------- DROP TABLE IF EXISTS `sys_dept`; CREATE TABLE `sys_dept` ( `dept_id` bigint NOT NULL AUTO_INCREMENT COMMENT '部门id', `parent_id` bigint NULL DEFAULT 0 COMMENT '父部门id', `ancestors` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '祖级列表', `dept_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '部门名称', `order_num` int NULL DEFAULT 0 COMMENT '显示顺序', `leader` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '负责人', `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '联系电话', `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '邮箱', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '部门状态(0正常 1停用)', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`dept_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '部门表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_dept -- ---------------------------- INSERT INTO `sys_dept` VALUES (100, 0, '0', '若依科技', 0, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:46', '', NULL); INSERT INTO `sys_dept` VALUES (101, 100, '0,100', '深圳总公司', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:47', '', NULL); INSERT INTO `sys_dept` VALUES (102, 100, '0,100', '长沙分公司', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:47', '', NULL); INSERT INTO `sys_dept` VALUES (103, 101, '0,100,101', '研发部门', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:47', '', NULL); INSERT INTO `sys_dept` VALUES (104, 101, '0,100,101', '市场部门', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:47', '', NULL); INSERT INTO `sys_dept` VALUES (105, 101, '0,100,101', '测试部门', 3, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:48', '', NULL); INSERT INTO `sys_dept` VALUES (106, 101, '0,100,101', '财务部门', 4, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:48', '', NULL); INSERT INTO `sys_dept` VALUES (107, 101, '0,100,101', '运维部门', 5, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:49', '', NULL); INSERT INTO `sys_dept` VALUES (108, 102, '0,100,102', '市场部门', 1, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:49', '', NULL); INSERT INTO `sys_dept` VALUES (109, 102, '0,100,102', '财务部门', 2, '若依', '15888888888', 'ry@qq.com', '0', '0', 'admin', '2025-11-09 01:56:49', '', NULL); INSERT INTO `sys_dept` VALUES (200, 100, '0,100', '胸部', 3, NULL, NULL, NULL, '0', '2', 'admin', '2025-11-25 13:07:38', '', NULL); INSERT INTO `sys_dept` VALUES (201, 200, '0,100,200', '大奶', 1, NULL, NULL, NULL, '0', '2', 'admin', '2025-11-25 13:07:48', '', NULL); INSERT INTO `sys_dept` VALUES (202, 201, '0,100,200,201', '水滴型', 1, NULL, NULL, NULL, '0', '2', 'admin', '2025-11-25 13:08:04', '', NULL); INSERT INTO `sys_dept` VALUES (203, 200, '0,100,200', '小奶', 2, NULL, NULL, NULL, '0', '2', 'admin', '2025-11-25 13:08:13', '', NULL); INSERT INTO `sys_dept` VALUES (204, 201, '0,100,200,201', '粉色', 2, NULL, NULL, NULL, '0', '2', 'admin', '2025-11-25 13:08:25', '', NULL); -- ---------------------------- -- Table structure for sys_dict_data -- ---------------------------- DROP TABLE IF EXISTS `sys_dict_data`; CREATE TABLE `sys_dict_data` ( `dict_code` bigint NOT NULL AUTO_INCREMENT COMMENT '字典编码', `dict_sort` int NULL DEFAULT 0 COMMENT '字典排序', `dict_label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典标签', `dict_value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典键值', `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '样式属性(其他样式扩展)', `list_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表格回显样式', `is_default` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'N' COMMENT '是否默认(Y是 N否)', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '路由地址', `component` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件路径', `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '权限标识', PRIMARY KEY (`dict_code`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 107 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '字典数据表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_dict_data -- ---------------------------- INSERT INTO `sys_dict_data` VALUES (1, 1, '男', '0', 'sys_user_sex', '', '', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '性别男', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (2, 2, '女', '1', 'sys_user_sex', '', '', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '性别女', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (3, 3, '未知', '2', 'sys_user_sex', '', '', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '性别未知', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (4, 1, '显示', '0', 'sys_show_hide', '', 'primary', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '显示菜单', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (5, 2, '隐藏', '1', 'sys_show_hide', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '隐藏菜单', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (6, 1, '正常', '0', 'sys_normal_disable', '', 'primary', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '正常状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (7, 2, '停用', '1', 'sys_normal_disable', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '停用状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (8, 1, '正常', '0', 'sys_job_status', '', 'primary', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '正常状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (9, 2, '暂停', '1', 'sys_job_status', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '停用状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (10, 1, '默认', 'DEFAULT', 'sys_job_group', '', '', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '默认分组', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (11, 2, '系统', 'SYSTEM', 'sys_job_group', '', '', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '系统分组', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (12, 1, '是', 'Y', 'sys_yes_no', '', 'primary', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '系统默认是', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (13, 2, '否', 'N', 'sys_yes_no', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '系统默认否', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (14, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '通知', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (15, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '公告', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (16, 1, '正常', '0', 'sys_notice_status', '', 'primary', 'Y', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '正常状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (17, 2, '关闭', '1', 'sys_notice_status', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '关闭状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (18, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '其他操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (19, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '新增操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (20, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '修改操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (21, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '删除操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (22, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', '0', 'admin', '2025-08-21 15:42:14', '', NULL, '授权操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (23, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '导出操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (24, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '导入操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (25, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '强退操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (26, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '生成操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (27, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '清空操作', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (28, 1, '成功', '0', 'sys_common_status', '', 'primary', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '正常状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (29, 2, '失败', '1', 'sys_common_status', '', 'danger', 'N', '0', 'admin', '2025-08-21 15:42:15', '', NULL, '停用状态', '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (100, 1, '快捷生图', '1', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-24 13:52:00', 'admin', '2025-11-24 13:53:28', NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (101, 11, '一键脱衣', '11', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-24 13:52:24', 'admin', '2025-12-03 05:06:07', NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (102, 12, '一键换衣', '12', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-24 13:52:33', 'admin', '2025-12-03 05:06:14', NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (103, 13, '一键换脸', '13', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-24 13:52:42', 'admin', '2025-11-24 13:53:45', NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (104, 21, '快捷生视频', '21', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-24 13:52:57', 'admin', '2025-11-29 16:01:06', NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (105, 22, '视频换脸', '22', 'ai_function_type', NULL, 'default', 'N', '0', 'admin', '2025-11-27 12:48:53', '', NULL, NULL, '', NULL, NULL); INSERT INTO `sys_dict_data` VALUES (106, 1, 'XM001', 'XM001', 'ai_customer_set', NULL, 'default', 'N', '0', 'admin', '2025-12-02 03:02:18', 'admin', '2025-12-02 03:02:29', NULL, '', NULL, NULL); -- ---------------------------- -- Table structure for sys_dict_type -- ---------------------------- DROP TABLE IF EXISTS `sys_dict_type`; CREATE TABLE `sys_dict_type` ( `dict_id` bigint NOT NULL AUTO_INCREMENT COMMENT '字典主键', `dict_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典名称', `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '字典类型', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1停用)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`dict_id`) USING BTREE, UNIQUE INDEX `dict_type`(`dict_type` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 103 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '字典类型表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_dict_type -- ---------------------------- INSERT INTO `sys_dict_type` VALUES (1, '用户性别', 'sys_user_sex', '0', 'admin', '2025-11-09 01:57:40', '', NULL, '用户性别列表'); INSERT INTO `sys_dict_type` VALUES (2, '菜单状态', 'sys_show_hide', '0', 'admin', '2025-11-09 01:57:40', '', NULL, '菜单状态列表'); INSERT INTO `sys_dict_type` VALUES (3, '系统开关', 'sys_normal_disable', '0', 'admin', '2025-11-09 01:57:40', '', NULL, '系统开关列表'); INSERT INTO `sys_dict_type` VALUES (4, '任务状态', 'sys_job_status', '0', 'admin', '2025-11-09 01:57:40', '', NULL, '任务状态列表'); INSERT INTO `sys_dict_type` VALUES (5, '任务分组', 'sys_job_group', '0', 'admin', '2025-11-09 01:57:41', '', NULL, '任务分组列表'); INSERT INTO `sys_dict_type` VALUES (6, '系统是否', 'sys_yes_no', '0', 'admin', '2025-11-09 01:57:41', '', NULL, '系统是否列表'); INSERT INTO `sys_dict_type` VALUES (7, '通知类型', 'sys_notice_type', '0', 'admin', '2025-11-09 01:57:41', '', NULL, '通知类型列表'); INSERT INTO `sys_dict_type` VALUES (8, '通知状态', 'sys_notice_status', '0', 'admin', '2025-11-09 01:57:41', '', NULL, '通知状态列表'); INSERT INTO `sys_dict_type` VALUES (9, '操作类型', 'sys_oper_type', '0', 'admin', '2025-11-09 01:57:42', '', NULL, '操作类型列表'); INSERT INTO `sys_dict_type` VALUES (10, '系统状态', 'sys_common_status', '0', 'admin', '2025-11-09 01:57:42', '', NULL, '登录状态列表'); INSERT INTO `sys_dict_type` VALUES (100, 'AI-功能类型', 'ai_function_type', '0', 'admin', '2025-11-24 13:50:56', 'admin', '2025-11-24 13:51:18', NULL); INSERT INTO `sys_dict_type` VALUES (102, 'AI-客户配置', 'ai_customer_set', '0', 'admin', '2025-12-02 03:01:33', 'admin', '2025-12-02 03:01:39', NULL); -- ---------------------------- -- Table structure for sys_job -- ---------------------------- DROP TABLE IF EXISTS `sys_job`; CREATE TABLE `sys_job` ( `job_id` bigint NOT NULL AUTO_INCREMENT COMMENT '任务ID', `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '任务名称', `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'DEFAULT' COMMENT '任务组名', `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调用目标字符串', `cron_expression` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT 'cron执行表达式', `misfire_policy` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '3' COMMENT '计划执行错误策略(1立即执行 2执行一次 3放弃执行)', `concurrent` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '1' COMMENT '是否并发执行(0允许 1禁止)', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '状态(0正常 1暂停)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '备注信息', PRIMARY KEY (`job_id`, `job_name`, `job_group`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 115 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '定时任务调度表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_job -- ---------------------------- INSERT INTO `sys_job` VALUES (1, '系统默认(无参)', 'DEFAULT', 'ryTask.ryNoParams', '0/10 * * * * ?', '3', '1', '1', 'admin', '2025-11-09 01:57:53', '', NULL, ''); INSERT INTO `sys_job` VALUES (2, '系统默认(有参)', 'DEFAULT', 'ryTask.ryParams(\'ry\')', '0/15 * * * * ?', '3', '1', '1', 'admin', '2025-11-09 01:57:53', '', NULL, ''); INSERT INTO `sys_job` VALUES (3, '系统默认(多参)', 'DEFAULT', 'ryTask.ryMultipleParams(\'ry\', true, 2000L, 316.50D, 100)', '0/20 * * * * ?', '3', '1', '1', 'admin', '2025-11-09 01:57:54', '', NULL, ''); -- ---------------------------- -- Table structure for sys_job_log -- ---------------------------- DROP TABLE IF EXISTS `sys_job_log`; CREATE TABLE `sys_job_log` ( `job_log_id` bigint NOT NULL AUTO_INCREMENT COMMENT '任务日志ID', `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务名称', `job_group` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '任务组名', `invoke_target` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '调用目标字符串', `job_message` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '日志信息', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '执行状态(0正常 1失败)', `exception_info` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '异常信息', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`job_log_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 16 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '定时任务调度日志表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_job_log -- ---------------------------- INSERT INTO `sys_job_log` VALUES (1, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'29\')', '定时回收体验金 总共耗时:43毫秒', '0', '', '2025-12-11 03:48:59'); INSERT INTO `sys_job_log` VALUES (2, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'30\')', '定时回收体验金 总共耗时:36毫秒', '0', '', '2025-12-11 03:50:31'); INSERT INTO `sys_job_log` VALUES (3, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'31\')', '定时回收体验金 总共耗时:42毫秒', '0', '', '2025-12-13 18:35:44'); INSERT INTO `sys_job_log` VALUES (4, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'32\')', '定时回收体验金 总共耗时:46毫秒', '0', '', '2025-12-13 18:58:22'); INSERT INTO `sys_job_log` VALUES (5, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'33\')', '定时回收体验金 总共耗时:50毫秒', '0', '', '2025-12-14 03:22:49'); INSERT INTO `sys_job_log` VALUES (6, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'34\')', '定时回收体验金 总共耗时:44毫秒', '0', '', '2025-12-14 07:52:57'); INSERT INTO `sys_job_log` VALUES (7, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'35\')', '定时回收体验金 总共耗时:125毫秒', '0', '', '2025-12-15 11:05:00'); INSERT INTO `sys_job_log` VALUES (8, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'36\')', '定时回收体验金 总共耗时:37毫秒', '0', '', '2025-12-15 11:07:56'); INSERT INTO `sys_job_log` VALUES (9, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'37\')', '定时回收体验金 总共耗时:63毫秒', '0', '', '2025-12-16 07:07:46'); INSERT INTO `sys_job_log` VALUES (10, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'38\')', '定时回收体验金 总共耗时:72毫秒', '0', '', '2025-12-19 23:04:18'); INSERT INTO `sys_job_log` VALUES (11, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'39\')', '定时回收体验金 总共耗时:64毫秒', '0', '', '2025-12-27 17:48:23'); INSERT INTO `sys_job_log` VALUES (12, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'40\')', '定时回收体验金 总共耗时:23毫秒', '0', '', '2025-12-30 12:28:25'); INSERT INTO `sys_job_log` VALUES (13, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'41\')', '定时回收体验金 总共耗时:412毫秒', '0', '', '2025-12-30 12:58:13'); INSERT INTO `sys_job_log` VALUES (14, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'42\')', '定时回收体验金 总共耗时:59毫秒', '0', '', '2025-12-30 14:42:02'); INSERT INTO `sys_job_log` VALUES (15, '定时回收体验金', 'DEFAULT', 'ryTask.deductSampleAmount(\'43\')', '定时回收体验金 总共耗时:54毫秒', '0', '', '2025-12-31 15:20:06'); -- ---------------------------- -- Table structure for sys_logininfor -- ---------------------------- DROP TABLE IF EXISTS `sys_logininfor`; CREATE TABLE `sys_logininfor` ( `info_id` bigint NOT NULL AUTO_INCREMENT COMMENT '访问ID', `user_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '用户账号', `ipaddr` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '登录IP地址', `login_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '登录地点', `browser` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '浏览器类型', `os` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '操作系统', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '登录状态(0成功 1失败)', `msg` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '提示消息', `login_time` datetime NULL DEFAULT NULL COMMENT '访问时间', PRIMARY KEY (`info_id`) USING BTREE, INDEX `idx_sys_logininfor_s`(`status` ASC) USING BTREE, INDEX `idx_sys_logininfor_lt`(`login_time` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 264 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统访问记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_logininfor -- ---------------------------- INSERT INTO `sys_logininfor` VALUES (100, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-12 20:08:17'); INSERT INTO `sys_logininfor` VALUES (101, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-12 20:48:22'); INSERT INTO `sys_logininfor` VALUES (102, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-12 20:48:26'); INSERT INTO `sys_logininfor` VALUES (103, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-13 19:12:29'); INSERT INTO `sys_logininfor` VALUES (104, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-14 18:41:26'); INSERT INTO `sys_logininfor` VALUES (105, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码已失效', '2025-11-14 19:31:19'); INSERT INTO `sys_logininfor` VALUES (106, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-14 19:31:22'); INSERT INTO `sys_logininfor` VALUES (107, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-14 21:15:19'); INSERT INTO `sys_logininfor` VALUES (108, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-14 21:15:20'); INSERT INTO `sys_logininfor` VALUES (109, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-14 21:15:25'); INSERT INTO `sys_logininfor` VALUES (110, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-15 19:57:07'); INSERT INTO `sys_logininfor` VALUES (111, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-16 19:38:30'); INSERT INTO `sys_logininfor` VALUES (112, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-17 23:13:45'); INSERT INTO `sys_logininfor` VALUES (113, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-19 20:15:21'); INSERT INTO `sys_logininfor` VALUES (114, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-19 22:21:27'); INSERT INTO `sys_logininfor` VALUES (115, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-19 22:21:41'); INSERT INTO `sys_logininfor` VALUES (116, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-20 19:18:29'); INSERT INTO `sys_logininfor` VALUES (117, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-20 20:02:51'); INSERT INTO `sys_logininfor` VALUES (118, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-21 11:09:29'); INSERT INTO `sys_logininfor` VALUES (119, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-21 11:10:42'); INSERT INTO `sys_logininfor` VALUES (120, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-21 21:13:18'); INSERT INTO `sys_logininfor` VALUES (121, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-22 19:44:24'); INSERT INTO `sys_logininfor` VALUES (122, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码已失效', '2025-11-23 09:44:18'); INSERT INTO `sys_logininfor` VALUES (123, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 09:44:21'); INSERT INTO `sys_logininfor` VALUES (124, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 09:44:24'); INSERT INTO `sys_logininfor` VALUES (125, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-11-23 09:44:46'); INSERT INTO `sys_logininfor` VALUES (126, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 09:44:51'); INSERT INTO `sys_logininfor` VALUES (127, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 09:44:52'); INSERT INTO `sys_logininfor` VALUES (128, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码已失效', '2025-11-23 09:52:50'); INSERT INTO `sys_logininfor` VALUES (129, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 09:52:54'); INSERT INTO `sys_logininfor` VALUES (130, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 19:52:03'); INSERT INTO `sys_logininfor` VALUES (131, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 19:52:04'); INSERT INTO `sys_logininfor` VALUES (132, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 20:30:51'); INSERT INTO `sys_logininfor` VALUES (133, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 20:30:52'); INSERT INTO `sys_logininfor` VALUES (134, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 20:31:14'); INSERT INTO `sys_logininfor` VALUES (135, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 20:31:15'); INSERT INTO `sys_logininfor` VALUES (136, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 20:31:30'); INSERT INTO `sys_logininfor` VALUES (137, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-23 20:31:30'); INSERT INTO `sys_logininfor` VALUES (138, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 20:33:58'); INSERT INTO `sys_logininfor` VALUES (139, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-23 22:31:34'); INSERT INTO `sys_logininfor` VALUES (140, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-24 13:41:38'); INSERT INTO `sys_logininfor` VALUES (141, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-24 16:33:47'); INSERT INTO `sys_logininfor` VALUES (142, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-24 16:34:04'); INSERT INTO `sys_logininfor` VALUES (143, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-25 10:27:46'); INSERT INTO `sys_logininfor` VALUES (144, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-11-25 11:20:40'); INSERT INTO `sys_logininfor` VALUES (145, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-25 11:20:44'); INSERT INTO `sys_logininfor` VALUES (146, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-25 11:57:18'); INSERT INTO `sys_logininfor` VALUES (147, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-25 19:30:06'); INSERT INTO `sys_logininfor` VALUES (148, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-25 21:21:11'); INSERT INTO `sys_logininfor` VALUES (149, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-26 11:20:52'); INSERT INTO `sys_logininfor` VALUES (150, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-26 15:48:08'); INSERT INTO `sys_logininfor` VALUES (151, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-26 19:44:00'); INSERT INTO `sys_logininfor` VALUES (152, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-26 20:22:17'); INSERT INTO `sys_logininfor` VALUES (153, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-11-27 12:44:24'); INSERT INTO `sys_logininfor` VALUES (154, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-27 12:44:28'); INSERT INTO `sys_logininfor` VALUES (155, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-27 14:56:10'); INSERT INTO `sys_logininfor` VALUES (156, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '1', '验证码已失效', '2025-11-27 19:29:15'); INSERT INTO `sys_logininfor` VALUES (157, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-27 19:29:18'); INSERT INTO `sys_logininfor` VALUES (158, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-27 22:17:14'); INSERT INTO `sys_logininfor` VALUES (159, 'admin', '127.0.0.1', '内网IP', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 00:35:25'); INSERT INTO `sys_logininfor` VALUES (160, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-27 17:09:55'); INSERT INTO `sys_logininfor` VALUES (161, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 01:06:22'); INSERT INTO `sys_logininfor` VALUES (162, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 03:50:50'); INSERT INTO `sys_logininfor` VALUES (163, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 07:56:33'); INSERT INTO `sys_logininfor` VALUES (164, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-28 07:57:03'); INSERT INTO `sys_logininfor` VALUES (165, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-11-28 07:57:07'); INSERT INTO `sys_logininfor` VALUES (166, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 07:57:11'); INSERT INTO `sys_logininfor` VALUES (167, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '0', '退出成功', '2025-11-28 07:58:00'); INSERT INTO `sys_logininfor` VALUES (168, 'admin', '154.92.130.93', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-28 07:58:16'); INSERT INTO `sys_logininfor` VALUES (169, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-11-29 15:08:56'); INSERT INTO `sys_logininfor` VALUES (170, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-29 15:27:51'); INSERT INTO `sys_logininfor` VALUES (171, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-29 15:28:23'); INSERT INTO `sys_logininfor` VALUES (172, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-11-30 00:36:40'); INSERT INTO `sys_logininfor` VALUES (173, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-11-30 00:37:00'); INSERT INTO `sys_logininfor` VALUES (174, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-11-30 00:37:06'); INSERT INTO `sys_logininfor` VALUES (175, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-01 08:36:21'); INSERT INTO `sys_logininfor` VALUES (176, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-01 08:36:22'); INSERT INTO `sys_logininfor` VALUES (177, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-01 08:36:30'); INSERT INTO `sys_logininfor` VALUES (178, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-01 08:36:51'); INSERT INTO `sys_logininfor` VALUES (179, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-01 23:55:04'); INSERT INTO `sys_logininfor` VALUES (180, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-01 23:55:04'); INSERT INTO `sys_logininfor` VALUES (181, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-01 23:55:09'); INSERT INTO `sys_logininfor` VALUES (182, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-01 23:55:23'); INSERT INTO `sys_logininfor` VALUES (183, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-02 02:15:47'); INSERT INTO `sys_logininfor` VALUES (184, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-02 02:15:48'); INSERT INTO `sys_logininfor` VALUES (185, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-02 02:15:58'); INSERT INTO `sys_logininfor` VALUES (186, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-02 07:14:11'); INSERT INTO `sys_logininfor` VALUES (187, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-02 07:14:19'); INSERT INTO `sys_logininfor` VALUES (188, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-02 07:14:22'); INSERT INTO `sys_logininfor` VALUES (189, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-03 02:59:01'); INSERT INTO `sys_logininfor` VALUES (190, 'admin', '154.92.130.95', 'XX XX', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-03 03:01:47'); INSERT INTO `sys_logininfor` VALUES (191, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-03 04:57:21'); INSERT INTO `sys_logininfor` VALUES (192, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-03 04:57:29'); INSERT INTO `sys_logininfor` VALUES (193, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-03 04:57:32'); INSERT INTO `sys_logininfor` VALUES (194, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-03 04:57:35'); INSERT INTO `sys_logininfor` VALUES (195, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:29:29'); INSERT INTO `sys_logininfor` VALUES (196, 'ruoyi', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:29:40'); INSERT INTO `sys_logininfor` VALUES (197, 'ruoyi', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:29:56'); INSERT INTO `sys_logininfor` VALUES (198, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:30:51'); INSERT INTO `sys_logininfor` VALUES (199, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-04 02:31:01'); INSERT INTO `sys_logininfor` VALUES (200, 'druid', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '验证码已失效', '2025-12-04 02:34:29'); INSERT INTO `sys_logininfor` VALUES (201, 'druid', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:34:30'); INSERT INTO `sys_logininfor` VALUES (202, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 02:34:40'); INSERT INTO `sys_logininfor` VALUES (203, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-04 02:34:49'); INSERT INTO `sys_logininfor` VALUES (204, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-04 08:05:55'); INSERT INTO `sys_logininfor` VALUES (205, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-04 08:06:04'); INSERT INTO `sys_logininfor` VALUES (206, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-05 09:15:42'); INSERT INTO `sys_logininfor` VALUES (207, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-05 09:15:47'); INSERT INTO `sys_logininfor` VALUES (208, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-06 06:06:00'); INSERT INTO `sys_logininfor` VALUES (209, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-06 06:06:10'); INSERT INTO `sys_logininfor` VALUES (210, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-06 06:06:15'); INSERT INTO `sys_logininfor` VALUES (211, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-08 02:43:17'); INSERT INTO `sys_logininfor` VALUES (212, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-08 02:43:24'); INSERT INTO `sys_logininfor` VALUES (213, 'admin', '2407:cdc0:b00a::19', '内网IP', 'Chrome 14', 'Mac OS X', '1', '用户不存在/密码错误', '2025-12-08 09:17:55'); INSERT INTO `sys_logininfor` VALUES (214, 'admin', '2407:cdc0:b00a::19', '内网IP', 'Chrome 14', 'Mac OS X', '1', '用户不存在/密码错误', '2025-12-08 09:18:01'); INSERT INTO `sys_logininfor` VALUES (215, 'admin', '2407:cdc0:b00a::19', '内网IP', 'Chrome 14', 'Mac OS X', '1', '用户不存在/密码错误', '2025-12-08 09:18:04'); INSERT INTO `sys_logininfor` VALUES (216, 'admin', '2407:cdc0:b00a::19', '内网IP', 'Chrome 14', 'Mac OS X', '1', '用户不存在/密码错误', '2025-12-08 09:18:15'); INSERT INTO `sys_logininfor` VALUES (217, 'admin', '2407:cdc0:b00a::19', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2025-12-08 09:18:35'); INSERT INTO `sys_logininfor` VALUES (218, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-08 13:30:01'); INSERT INTO `sys_logininfor` VALUES (219, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-08 13:30:14'); INSERT INTO `sys_logininfor` VALUES (220, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-11 02:59:43'); INSERT INTO `sys_logininfor` VALUES (221, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-11 02:59:50'); INSERT INTO `sys_logininfor` VALUES (222, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-14 14:33:36'); INSERT INTO `sys_logininfor` VALUES (223, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-14 14:33:43'); INSERT INTO `sys_logininfor` VALUES (224, 'admin', '37.9.33.202', ' ', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2025-12-15 10:00:38'); INSERT INTO `sys_logininfor` VALUES (225, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-15 11:39:33'); INSERT INTO `sys_logininfor` VALUES (226, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-15 11:39:42'); INSERT INTO `sys_logininfor` VALUES (227, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-16 02:33:53'); INSERT INTO `sys_logininfor` VALUES (228, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-16 02:33:59'); INSERT INTO `sys_logininfor` VALUES (229, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-16 14:41:44'); INSERT INTO `sys_logininfor` VALUES (230, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-17 03:18:07'); INSERT INTO `sys_logininfor` VALUES (231, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2025-12-17 03:18:14'); INSERT INTO `sys_logininfor` VALUES (232, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-17 03:18:17'); INSERT INTO `sys_logininfor` VALUES (233, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-18 11:11:44'); INSERT INTO `sys_logininfor` VALUES (234, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-18 11:11:48'); INSERT INTO `sys_logininfor` VALUES (235, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-18 11:11:50'); INSERT INTO `sys_logininfor` VALUES (236, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-18 11:11:59'); INSERT INTO `sys_logininfor` VALUES (237, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-19 06:50:58'); INSERT INTO `sys_logininfor` VALUES (238, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-19 07:06:28'); INSERT INTO `sys_logininfor` VALUES (239, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-19 07:06:36'); INSERT INTO `sys_logininfor` VALUES (240, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2025-12-23 08:59:46'); INSERT INTO `sys_logininfor` VALUES (241, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-25 15:48:33'); INSERT INTO `sys_logininfor` VALUES (242, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-25 15:48:35'); INSERT INTO `sys_logininfor` VALUES (243, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-26 08:35:24'); INSERT INTO `sys_logininfor` VALUES (244, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-26 08:35:33'); INSERT INTO `sys_logininfor` VALUES (245, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2025-12-26 11:25:58'); INSERT INTO `sys_logininfor` VALUES (246, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-26 11:26:07'); INSERT INTO `sys_logininfor` VALUES (247, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-26 22:53:55'); INSERT INTO `sys_logininfor` VALUES (248, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-29 12:08:56'); INSERT INTO `sys_logininfor` VALUES (249, 'admin', '23.249.17.33', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-29 19:14:01'); INSERT INTO `sys_logininfor` VALUES (250, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2025-12-30 11:20:39'); INSERT INTO `sys_logininfor` VALUES (251, 'admin', '154.92.130.95', '香港 ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2025-12-30 11:30:55'); INSERT INTO `sys_logininfor` VALUES (252, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '退出成功', '2026-01-05 15:35:09'); INSERT INTO `sys_logininfor` VALUES (253, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2026-01-05 15:35:18'); INSERT INTO `sys_logininfor` VALUES (254, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2026-01-05 15:35:34'); INSERT INTO `sys_logininfor` VALUES (255, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '验证码错误', '2026-01-05 15:35:40'); INSERT INTO `sys_logininfor` VALUES (256, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2026-01-05 15:35:44'); INSERT INTO `sys_logininfor` VALUES (257, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '退出成功', '2026-01-05 15:35:52'); INSERT INTO `sys_logininfor` VALUES (258, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2026-01-05 15:36:03'); INSERT INTO `sys_logininfor` VALUES (259, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '退出成功', '2026-01-05 15:36:40'); INSERT INTO `sys_logininfor` VALUES (260, 'admin', '2602:fbf1:b001::36', '内网IP', 'Chrome 14', 'Mac OS X', '0', '登录成功', '2026-01-05 15:36:52'); INSERT INTO `sys_logininfor` VALUES (261, 'admin', '154.39.66.119', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2026-01-05 15:37:21'); INSERT INTO `sys_logininfor` VALUES (262, 'admin', '188.253.116.99', ' ', 'Chrome 14', 'Windows 10', '1', '用户不存在/密码错误', '2026-01-07 15:13:07'); INSERT INTO `sys_logininfor` VALUES (263, 'admin', '188.253.116.99', ' ', 'Chrome 14', 'Windows 10', '0', '登录成功', '2026-01-07 15:13:16'); -- ---------------------------- -- Table structure for sys_menu -- ---------------------------- DROP TABLE IF EXISTS `sys_menu`; CREATE TABLE `sys_menu` ( `menu_id` bigint NOT NULL AUTO_INCREMENT COMMENT '菜单ID', `menu_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '菜单名称', `parent_id` bigint NULL DEFAULT 0 COMMENT '父菜单ID', `order_num` int NULL DEFAULT 0 COMMENT '显示顺序', `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '路由地址', `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '组件路径', `query` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '路由参数', `route_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '路由名称', `is_frame` int NULL DEFAULT 1 COMMENT '是否为外链(0是 1否)', `is_cache` int NULL DEFAULT 0 COMMENT '是否缓存(0缓存 1不缓存)', `menu_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '菜单类型(M目录 C菜单 F按钮)', `visible` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '菜单状态(0显示 1隐藏)', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '菜单状态(0正常 1停用)', `perms` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '权限标识', `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '#' COMMENT '菜单图标', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '备注', PRIMARY KEY (`menu_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 2020 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '菜单权限表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_menu -- ---------------------------- INSERT INTO `sys_menu` VALUES (1, '系统管理', 0, 1, 'system', NULL, '', '', 1, 0, 'M', '0', '0', '', 'system', 'admin', '2025-11-09 01:56:53', '', NULL, '系统管理目录'); INSERT INTO `sys_menu` VALUES (2, '系统监控', 0, 2, 'monitor', NULL, '', '', 1, 0, 'M', '0', '0', '', 'monitor', 'admin', '2025-11-09 01:56:54', '', NULL, '系统监控目录'); INSERT INTO `sys_menu` VALUES (3, '系统工具', 0, 3, 'tool', NULL, '', '', 1, 0, 'M', '0', '0', '', 'tool', 'admin', '2025-11-09 01:56:54', '', NULL, '系统工具目录'); INSERT INTO `sys_menu` VALUES (4, '若依官网', 0, 4, 'http://ruoyi.vip', NULL, '', '', 0, 0, 'M', '1', '1', '', 'guide', 'admin', '2025-11-09 01:56:54', 'admin', '2025-11-20 20:06:40', '若依官网地址'); INSERT INTO `sys_menu` VALUES (100, '用户管理', 1, 1, 'user', 'system/user/index', '', '', 1, 0, 'C', '0', '0', 'system:user:list', 'user', 'admin', '2025-11-09 01:56:54', '', NULL, '用户管理菜单'); INSERT INTO `sys_menu` VALUES (101, '角色管理', 1, 2, 'role', 'system/role/index', '', '', 1, 0, 'C', '0', '0', 'system:role:list', 'peoples', 'admin', '2025-11-09 01:56:55', '', NULL, '角色管理菜单'); INSERT INTO `sys_menu` VALUES (102, '菜单管理', 1, 3, 'menu', 'system/menu/index', '', '', 1, 0, 'C', '0', '0', 'system:menu:list', 'tree-table', 'admin', '2025-11-09 01:56:55', '', NULL, '菜单管理菜单'); INSERT INTO `sys_menu` VALUES (103, '部门管理', 1, 4, 'dept', 'system/dept/index', '', '', 1, 0, 'C', '0', '0', 'system:dept:list', 'tree', 'admin', '2025-11-09 01:56:55', '', NULL, '部门管理菜单'); INSERT INTO `sys_menu` VALUES (104, '岗位管理', 1, 5, 'post', 'system/post/index', '', '', 1, 0, 'C', '0', '0', 'system:post:list', 'post', 'admin', '2025-11-09 01:56:55', '', NULL, '岗位管理菜单'); INSERT INTO `sys_menu` VALUES (105, '字典管理', 1, 6, 'dict', 'system/dict/index', '', '', 1, 0, 'C', '0', '0', 'system:dict:list', 'dict', 'admin', '2025-11-09 01:56:55', '', NULL, '字典管理菜单'); INSERT INTO `sys_menu` VALUES (106, '参数设置', 1, 7, 'config', 'system/config/index', '', '', 1, 0, 'C', '0', '0', 'system:config:list', 'edit', 'admin', '2025-11-09 01:56:56', '', NULL, '参数设置菜单'); INSERT INTO `sys_menu` VALUES (107, '通知公告', 1, 8, 'notice', 'system/notice/index', '', '', 1, 0, 'C', '0', '0', 'system:notice:list', 'message', 'admin', '2025-11-09 01:56:56', '', NULL, '通知公告菜单'); INSERT INTO `sys_menu` VALUES (108, '日志管理', 1, 9, 'log', '', '', '', 1, 0, 'M', '0', '0', '', 'log', 'admin', '2025-11-09 01:56:56', '', NULL, '日志管理菜单'); INSERT INTO `sys_menu` VALUES (109, '在线用户', 2, 1, 'online', 'monitor/online/index', '', '', 1, 0, 'C', '0', '0', 'monitor:online:list', 'online', 'admin', '2025-11-09 01:56:56', '', NULL, '在线用户菜单'); INSERT INTO `sys_menu` VALUES (110, '定时任务', 2, 2, 'job', 'monitor/job/index', '', '', 1, 0, 'C', '0', '0', 'monitor:job:list', 'job', 'admin', '2025-11-09 01:56:57', '', NULL, '定时任务菜单'); INSERT INTO `sys_menu` VALUES (111, '数据监控', 2, 3, 'druid', 'monitor/druid/index', '', '', 1, 0, 'C', '0', '0', 'monitor:druid:list', 'druid', 'admin', '2025-11-09 01:56:57', '', NULL, '数据监控菜单'); INSERT INTO `sys_menu` VALUES (112, '服务监控', 2, 4, 'server', 'monitor/server/index', '', '', 1, 0, 'C', '0', '0', 'monitor:server:list', 'server', 'admin', '2025-11-09 01:56:57', '', NULL, '服务监控菜单'); INSERT INTO `sys_menu` VALUES (113, '缓存监控', 2, 5, 'cache', 'monitor/cache/index', '', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis', 'admin', '2025-11-09 01:56:57', '', NULL, '缓存监控菜单'); INSERT INTO `sys_menu` VALUES (114, '缓存列表', 2, 6, 'cacheList', 'monitor/cache/list', '', '', 1, 0, 'C', '0', '0', 'monitor:cache:list', 'redis-list', 'admin', '2025-11-09 01:56:58', '', NULL, '缓存列表菜单'); INSERT INTO `sys_menu` VALUES (115, '表单构建', 3, 1, 'build', 'tool/build/index', '', '', 1, 0, 'C', '0', '0', 'tool:build:list', 'build', 'admin', '2025-11-09 01:56:58', '', NULL, '表单构建菜单'); INSERT INTO `sys_menu` VALUES (116, '代码生成', 3, 2, 'gen', 'tool/gen/index', '', '', 1, 0, 'C', '0', '0', 'tool:gen:list', 'code', 'admin', '2025-11-09 01:56:58', '', NULL, '代码生成菜单'); INSERT INTO `sys_menu` VALUES (117, '系统接口', 3, 3, 'swagger', 'tool/swagger/index', '', '', 1, 0, 'C', '0', '0', 'tool:swagger:list', 'swagger', 'admin', '2025-11-09 01:56:58', '', NULL, '系统接口菜单'); INSERT INTO `sys_menu` VALUES (500, '操作日志', 108, 1, 'operlog', 'monitor/operlog/index', '', '', 1, 0, 'C', '0', '0', 'monitor:operlog:list', 'form', 'admin', '2025-11-09 01:56:59', '', NULL, '操作日志菜单'); INSERT INTO `sys_menu` VALUES (501, '登录日志', 108, 2, 'logininfor', 'monitor/logininfor/index', '', '', 1, 0, 'C', '0', '0', 'monitor:logininfor:list', 'logininfor', 'admin', '2025-11-09 01:56:59', '', NULL, '登录日志菜单'); INSERT INTO `sys_menu` VALUES (1000, '用户查询', 100, 1, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:query', '#', 'admin', '2025-11-09 01:56:59', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1001, '用户新增', 100, 2, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:add', '#', 'admin', '2025-11-09 01:56:59', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1002, '用户修改', 100, 3, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:edit', '#', 'admin', '2025-11-09 01:57:00', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1003, '用户删除', 100, 4, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:remove', '#', 'admin', '2025-11-09 01:57:00', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1004, '用户导出', 100, 5, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:export', '#', 'admin', '2025-11-09 01:57:00', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1005, '用户导入', 100, 6, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:import', '#', 'admin', '2025-11-09 01:57:00', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1006, '重置密码', 100, 7, '', '', '', '', 1, 0, 'F', '0', '0', 'system:user:resetPwd', '#', 'admin', '2025-11-09 01:57:01', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1007, '角色查询', 101, 1, '', '', '', '', 1, 0, 'F', '0', '0', 'system:role:query', '#', 'admin', '2025-11-09 01:57:01', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1008, '角色新增', 101, 2, '', '', '', '', 1, 0, 'F', '0', '0', 'system:role:add', '#', 'admin', '2025-11-09 01:57:01', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1009, '角色修改', 101, 3, '', '', '', '', 1, 0, 'F', '0', '0', 'system:role:edit', '#', 'admin', '2025-11-09 01:57:01', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1010, '角色删除', 101, 4, '', '', '', '', 1, 0, 'F', '0', '0', 'system:role:remove', '#', 'admin', '2025-11-09 01:57:02', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1011, '角色导出', 101, 5, '', '', '', '', 1, 0, 'F', '0', '0', 'system:role:export', '#', 'admin', '2025-11-09 01:57:02', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1012, '菜单查询', 102, 1, '', '', '', '', 1, 0, 'F', '0', '0', 'system:menu:query', '#', 'admin', '2025-11-09 01:57:02', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1013, '菜单新增', 102, 2, '', '', '', '', 1, 0, 'F', '0', '0', 'system:menu:add', '#', 'admin', '2025-11-09 01:57:02', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1014, '菜单修改', 102, 3, '', '', '', '', 1, 0, 'F', '0', '0', 'system:menu:edit', '#', 'admin', '2025-11-09 01:57:03', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1015, '菜单删除', 102, 4, '', '', '', '', 1, 0, 'F', '0', '0', 'system:menu:remove', '#', 'admin', '2025-11-09 01:57:03', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1016, '部门查询', 103, 1, '', '', '', '', 1, 0, 'F', '0', '0', 'system:dept:query', '#', 'admin', '2025-11-09 01:57:03', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1017, '部门新增', 103, 2, '', '', '', '', 1, 0, 'F', '0', '0', 'system:dept:add', '#', 'admin', '2025-11-09 01:57:03', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1018, '部门修改', 103, 3, '', '', '', '', 1, 0, 'F', '0', '0', 'system:dept:edit', '#', 'admin', '2025-11-09 01:57:04', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1019, '部门删除', 103, 4, '', '', '', '', 1, 0, 'F', '0', '0', 'system:dept:remove', '#', 'admin', '2025-11-09 01:57:04', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1020, '岗位查询', 104, 1, '', '', '', '', 1, 0, 'F', '0', '0', 'system:post:query', '#', 'admin', '2025-11-09 01:57:04', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1021, '岗位新增', 104, 2, '', '', '', '', 1, 0, 'F', '0', '0', 'system:post:add', '#', 'admin', '2025-11-09 01:57:04', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1022, '岗位修改', 104, 3, '', '', '', '', 1, 0, 'F', '0', '0', 'system:post:edit', '#', 'admin', '2025-11-09 01:57:05', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1023, '岗位删除', 104, 4, '', '', '', '', 1, 0, 'F', '0', '0', 'system:post:remove', '#', 'admin', '2025-11-09 01:57:05', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1024, '岗位导出', 104, 5, '', '', '', '', 1, 0, 'F', '0', '0', 'system:post:export', '#', 'admin', '2025-11-09 01:57:05', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1025, '字典查询', 105, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:dict:query', '#', 'admin', '2025-11-09 01:57:05', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1026, '字典新增', 105, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:dict:add', '#', 'admin', '2025-11-09 01:57:06', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1027, '字典修改', 105, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:dict:edit', '#', 'admin', '2025-11-09 01:57:06', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1028, '字典删除', 105, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:dict:remove', '#', 'admin', '2025-11-09 01:57:06', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1029, '字典导出', 105, 5, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:dict:export', '#', 'admin', '2025-11-09 01:57:06', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1030, '参数查询', 106, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:config:query', '#', 'admin', '2025-11-09 01:57:07', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1031, '参数新增', 106, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:config:add', '#', 'admin', '2025-11-09 01:57:07', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1032, '参数修改', 106, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:config:edit', '#', 'admin', '2025-11-09 01:57:07', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1033, '参数删除', 106, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:config:remove', '#', 'admin', '2025-11-09 01:57:07', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1034, '参数导出', 106, 5, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:config:export', '#', 'admin', '2025-11-09 01:57:08', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1035, '公告查询', 107, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:notice:query', '#', 'admin', '2025-11-09 01:57:08', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1036, '公告新增', 107, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:notice:add', '#', 'admin', '2025-11-09 01:57:08', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1037, '公告修改', 107, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:notice:edit', '#', 'admin', '2025-11-09 01:57:08', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1038, '公告删除', 107, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'system:notice:remove', '#', 'admin', '2025-11-09 01:57:09', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1039, '操作查询', 500, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:query', '#', 'admin', '2025-11-09 01:57:09', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1040, '操作删除', 500, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:remove', '#', 'admin', '2025-11-09 01:57:09', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1041, '日志导出', 500, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:operlog:export', '#', 'admin', '2025-11-09 01:57:09', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1042, '登录查询', 501, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:query', '#', 'admin', '2025-11-09 01:57:10', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1043, '登录删除', 501, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:remove', '#', 'admin', '2025-11-09 01:57:10', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1044, '日志导出', 501, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:export', '#', 'admin', '2025-11-09 01:57:10', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1045, '账户解锁', 501, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:logininfor:unlock', '#', 'admin', '2025-11-09 01:57:10', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1046, '在线查询', 109, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:online:query', '#', 'admin', '2025-11-09 01:57:10', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1047, '批量强退', 109, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:online:batchLogout', '#', 'admin', '2025-11-09 01:57:11', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1048, '单条强退', 109, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:online:forceLogout', '#', 'admin', '2025-11-09 01:57:11', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1049, '任务查询', 110, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:query', '#', 'admin', '2025-11-09 01:57:11', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1050, '任务新增', 110, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:add', '#', 'admin', '2025-11-09 01:57:11', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1051, '任务修改', 110, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:edit', '#', 'admin', '2025-11-09 01:57:12', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1052, '任务删除', 110, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:remove', '#', 'admin', '2025-11-09 01:57:12', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1053, '状态修改', 110, 5, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:changeStatus', '#', 'admin', '2025-11-09 01:57:12', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1054, '任务导出', 110, 6, '#', '', '', '', 1, 0, 'F', '0', '0', 'monitor:job:export', '#', 'admin', '2025-11-09 01:57:12', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1055, '生成查询', 116, 1, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:query', '#', 'admin', '2025-11-09 01:57:13', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1056, '生成修改', 116, 2, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:edit', '#', 'admin', '2025-11-09 01:57:13', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1057, '生成删除', 116, 3, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:remove', '#', 'admin', '2025-11-09 01:57:13', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1058, '导入代码', 116, 4, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:import', '#', 'admin', '2025-11-09 01:57:13', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1059, '预览代码', 116, 5, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:preview', '#', 'admin', '2025-11-09 01:57:14', '', NULL, ''); INSERT INTO `sys_menu` VALUES (1060, '生成代码', 116, 6, '#', '', '', '', 1, 0, 'F', '0', '0', 'tool:gen:code', '#', 'admin', '2025-11-09 01:57:14', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2000, '综合管理', 0, 4, 'ai-manager', NULL, NULL, '', 1, 0, 'M', '0', '0', '', 'redis-list', 'admin', '2025-11-12 20:19:15', 'admin', '2025-11-20 20:06:49', ''); INSERT INTO `sys_menu` VALUES (2001, 'AI用户管理', 2003, 1, 'aiUser', 'ai/user/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:user:list', 'user', 'admin', '2025-11-12 20:45:34', 'admin', '2025-11-13 22:19:09', ''); INSERT INTO `sys_menu` VALUES (2002, 'AI管理', 2000, 4, 'aiManager', 'ai/manager/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:manager:list', 'online', 'admin', '2025-11-13 19:18:54', 'admin', '2025-11-13 22:49:28', ''); INSERT INTO `sys_menu` VALUES (2003, '用户管理', 2000, 1, 'aiUserManger', NULL, NULL, '', 1, 0, 'M', '0', '0', NULL, 'peoples', 'admin', '2025-11-13 22:18:42', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2004, '余额使用记录', 2003, 2, 'balanceChangeRecord', 'ai/balanceChangeRecord/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:balanceChangeRecord:list', 'nested', 'admin', '2025-11-13 22:31:42', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2005, '返佣记录', 2003, 2, 'rebateRecord', 'ai/rebateRecord/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:rebateRecord:list', 'monitor', 'admin', '2025-11-13 22:32:39', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2006, '订单记录', 2000, 5, 'order', 'ai/order/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:order:list', 'server', 'admin', '2025-11-13 22:36:36', 'admin', '2025-11-29 16:12:14', ''); INSERT INTO `sys_menu` VALUES (2007, '充值记录', 2000, 6, 'recharge', 'ai/recharge/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:recharge:list', 'number', 'admin', '2025-11-13 22:38:06', 'admin', '2025-11-13 22:50:05', ''); INSERT INTO `sys_menu` VALUES (2008, '基础管理', 2000, 2, 'foundation', NULL, NULL, '', 1, 0, 'M', '0', '0', '', 'clipboard', 'admin', '2025-11-13 22:39:49', 'admin', '2025-11-13 22:48:45', ''); INSERT INTO `sys_menu` VALUES (2009, '客服管理', 2008, 1, 'service', 'ai/service/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:service:list', 'people', 'admin', '2025-11-13 22:41:00', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2010, 'banner管理', 2008, 2, 'banner', 'ai/banner/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:banner:list', 'build', 'admin', '2025-11-13 22:42:04', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2011, '站内信管理', 2008, 3, 'message', 'ai/message/index', NULL, '', 1, 0, 'C', '1', '1', 'ai:message:list', 'message', 'admin', '2025-11-13 22:43:53', 'admin', '2025-12-16 06:39:34', ''); INSERT INTO `sys_menu` VALUES (2012, '帮助管理', 2008, 4, 'help', 'ai/help/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:help:list', 'education', 'admin', '2025-11-13 22:44:45', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2013, '活动管理', 2000, 3, 'activity', NULL, NULL, '', 1, 0, 'M', '0', '0', '', 'star', 'admin', '2025-11-13 22:45:34', 'admin', '2025-11-13 22:48:58', ''); INSERT INTO `sys_menu` VALUES (2014, '体验金管理', 2013, 1, 'sampleAmount', 'ai/sampleAmount/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:sampleAmount:list', 'money', 'admin', '2025-11-13 22:46:36', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2015, '体验金记录', 2013, 2, 'sampleAmountRecord', 'ai/sampleAmountRecord/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:sampleAmountRecord:list', 'link', 'admin', '2025-11-13 22:47:24', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2016, '充值活动', 2013, 3, 'rechargeGift', 'ai/rechargeGift/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:rechargeGift:list', 'clipboard', 'admin', '2025-11-20 22:11:58', 'admin', '2025-11-30 10:26:47', ''); INSERT INTO `sys_menu` VALUES (2017, '充值赠送记录', 2013, 4, 'rechargeGiftRecord', 'ai/rechargeGiftRecord/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:rechargeGiftRecord:list', 'nested', 'admin', '2025-11-20 22:12:52', 'admin', '2025-12-16 06:40:21', ''); INSERT INTO `sys_menu` VALUES (2018, '客户配置', 2000, 7, 'customer', 'ai/customer/index', NULL, '', 1, 0, 'C', '0', '0', 'ai:customer:list', 'monitor', 'admin', '2025-11-26 19:44:12', '', NULL, ''); INSERT INTO `sys_menu` VALUES (2019, '用户作品', 2000, 8, 'work', 'ai/work/index', NULL, '', 1, 0, 'C', '1', '1', 'ai:work:list', 'clipboard', 'admin', '2025-11-26 20:25:55', 'admin', '2025-11-29 16:14:42', ''); -- ---------------------------- -- Table structure for sys_notice -- ---------------------------- DROP TABLE IF EXISTS `sys_notice`; CREATE TABLE `sys_notice` ( `notice_id` int NOT NULL AUTO_INCREMENT COMMENT '公告ID', `notice_title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '公告标题', `notice_type` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '公告类型(1通知 2公告)', `notice_content` longblob NULL COMMENT '公告内容', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '公告状态(0正常 1关闭)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`notice_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 10 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '通知公告表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_notice -- ---------------------------- INSERT INTO `sys_notice` VALUES (1, '温馨提醒:2018-07-01 若依新版本发布啦', '2', 0xE696B0E78988E69CACE58685E5AEB9, '0', 'admin', '2025-11-09 01:57:55', '', NULL, '管理员'); INSERT INTO `sys_notice` VALUES (2, '维护通知:2018-07-01 若依系统凌晨维护', '1', 0xE7BBB4E68AA4E58685E5AEB9, '0', 'admin', '2025-11-09 01:57:55', '', NULL, '管理员'); -- ---------------------------- -- Table structure for sys_oper_log -- ---------------------------- DROP TABLE IF EXISTS `sys_oper_log`; CREATE TABLE `sys_oper_log` ( `oper_id` bigint NOT NULL AUTO_INCREMENT COMMENT '日志主键', `title` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '模块标题', `business_type` int NULL DEFAULT 0 COMMENT '业务类型(0其它 1新增 2修改 3删除)', `method` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '方法名称', `request_method` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求方式', `operator_type` int NULL DEFAULT 0 COMMENT '操作类别(0其它 1后台用户 2手机端用户)', `oper_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '操作人员', `dept_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '部门名称', `oper_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求URL', `oper_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '主机地址', `oper_location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '操作地点', `oper_param` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '请求参数', `json_result` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '返回参数', `status` int NULL DEFAULT 0 COMMENT '操作状态(0正常 1异常)', `error_msg` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '错误消息', `oper_time` datetime NULL DEFAULT NULL COMMENT '操作时间', `cost_time` bigint NULL DEFAULT 0 COMMENT '消耗时间', PRIMARY KEY (`oper_id`) USING BTREE, INDEX `idx_sys_oper_log_bt`(`business_type` ASC) USING BTREE, INDEX `idx_sys_oper_log_s`(`status` ASC) USING BTREE, INDEX `idx_sys_oper_log_ot`(`oper_time` ASC) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 907 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '操作日志记录' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_oper_log -- ---------------------------- INSERT INTO `sys_oper_log` VALUES (100, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createBy\":\"admin\",\"icon\":\"redis-list\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"AI管理\",\"menuType\":\"M\",\"orderNum\":4,\"params\":{},\"parentId\":0,\"path\":\"ai-manager\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:19:16', 1027); INSERT INTO `sys_oper_log` VALUES (101, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:21:34', 18045); INSERT INTO `sys_oper_log` VALUES (102, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:21:36', 17063); INSERT INTO `sys_oper_log` VALUES (103, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:21:56', 15804); INSERT INTO `sys_oper_log` VALUES (104, '代码生成', 3, 'com.ruoyi.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/2,1', '127.0.0.1', '内网IP', '[2,1]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:22:10', 2474); INSERT INTO `sys_oper_log` VALUES (105, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', NULL, 0, NULL, '2025-11-12 20:22:18', 730); INSERT INTO `sys_oper_log` VALUES (106, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', NULL, 0, NULL, '2025-11-12 20:24:54', 609); INSERT INTO `sys_oper_log` VALUES (107, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', NULL, 0, NULL, '2025-11-12 20:28:38', 699); INSERT INTO `sys_oper_log` VALUES (108, '代码生成', 2, 'com.ruoyi.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '研发部门', '/tool/gen/synchDb/ai_user', '127.0.0.1', '内网IP', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:28:39', 14757); INSERT INTO `sys_oper_log` VALUES (109, '代码生成', 3, 'com.ruoyi.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/3', '127.0.0.1', '内网IP', '[3]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:28:40', 3157); INSERT INTO `sys_oper_log` VALUES (110, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:29:04', 16930); INSERT INTO `sys_oper_log` VALUES (111, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user\"}', NULL, 0, NULL, '2025-11-12 20:29:14', 388); INSERT INTO `sys_oper_log` VALUES (112, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createBy\":\"admin\",\"icon\":\"user\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"AI用户管理\",\"menuType\":\"C\",\"orderNum\":0,\"params\":{},\"parentId\":2000,\"path\":\"ai/user/index\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:45:35', 1026); INSERT INTO `sys_oper_log` VALUES (113, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/user/index\",\"createTime\":\"2025-11-12 20:45:34\",\"icon\":\"user\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2001,\"menuName\":\"AI用户管理\",\"menuType\":\"C\",\"orderNum\":0,\"params\":{},\"parentId\":2000,\"path\":\"aiUser\",\"perms\":\"ai:user:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:46:57', 878); INSERT INTO `sys_oper_log` VALUES (114, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/user/index\",\"createTime\":\"2025-11-12 20:45:34\",\"icon\":\"user\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2001,\"menuName\":\"AI用户管理\",\"menuType\":\"C\",\"orderNum\":1,\"params\":{},\"parentId\":2000,\"path\":\"aiUser\",\"perms\":\"ai:user:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 20:47:44', 876); INSERT INTO `sys_oper_log` VALUES (115, 'ai-用户信息', 1, 'com.ruoyi.ai.controller.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"balance\":10,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-12 21:37:49\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"id\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 21:37:46', 595); INSERT INTO `sys_oper_log` VALUES (116, 'ai-用户信息', 1, 'com.ruoyi.ai.controller.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"balance\":12,\"birthday\":\"2025-11-21\",\"createBy\":\"admin\",\"createTime\":\"2025-11-12 21:56:49\",\"delFlag\":\"0\",\"gender\":2,\"id\":2,\"nickname\":\"test2\",\"params\":{},\"phone\":\"13888888888\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-12 21:56:46', 755); INSERT INTO `sys_oper_log` VALUES (117, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_manager\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:12:54', 8054); INSERT INTO `sys_oper_log` VALUES (118, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_manager\"}', NULL, 0, NULL, '2025-11-13 19:13:06', 382); INSERT INTO `sys_oper_log` VALUES (119, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"AI管理\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":0,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"新增菜单\'AI管理\'失败,菜单名称已存在\",\"code\":500}', 0, NULL, '2025-11-13 19:18:34', 318); INSERT INTO `sys_oper_log` VALUES (120, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"createBy\":\"admin\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"AI列表\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":0,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:18:55', 859); INSERT INTO `sys_oper_log` VALUES (121, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"createTime\":\"2025-11-13 19:18:54\",\"icon\":\"#\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2002,\"menuName\":\"AI列表\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2000,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:19:12', 885); INSERT INTO `sys_oper_log` VALUES (122, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"createTime\":\"2025-11-13 19:18:54\",\"icon\":\"#\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2002,\"menuName\":\"AI管理\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2000,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:19:25', 878); INSERT INTO `sys_oper_log` VALUES (123, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"createTime\":\"2025-11-13 19:18:54\",\"icon\":\"online\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2002,\"menuName\":\"AI管理\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2000,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:22:55', 1052); INSERT INTO `sys_oper_log` VALUES (124, '用户管理', 2, 'com.ruoyi.ai.controller.AiUserController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeStatus', '127.0.0.1', '内网IP', '{\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2025-11-13 19:51:54', 742); INSERT INTO `sys_oper_log` VALUES (125, '用户管理', 2, 'com.ruoyi.ai.controller.AiUserController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeStatus', '127.0.0.1', '内网IP', '{\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2025-11-13 19:52:19', 590); INSERT INTO `sys_oper_log` VALUES (126, '用户管理', 2, 'com.ruoyi.ai.controller.AiUserController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:53:07', 1117); INSERT INTO `sys_oper_log` VALUES (127, '用户管理', 2, 'com.ruoyi.ai.controller.AiUserController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 19:53:16', 589); INSERT INTO `sys_oper_log` VALUES (128, 'AI管理', 1, 'com.ruoyi.ai.controller.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:26\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":10,\"title\":\"图生图\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:05:23', 606); INSERT INTO `sys_oper_log` VALUES (129, 'AI管理', 1, 'com.ruoyi.ai.controller.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:06:02\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"price\":10,\"title\":\"一键换脸\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:05:58', 589); INSERT INTO `sys_oper_log` VALUES (130, 'AI管理', 1, 'com.ruoyi.ai.controller.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:32\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"price\":8,\"title\":\"快捷生图\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:07:29', 880); INSERT INTO `sys_oper_log` VALUES (131, 'AI管理', 1, 'com.ruoyi.ai.controller.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"price\":8.8,\"remark\":\"11\",\"title\":\"快捷生视频\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:07:43', 590); INSERT INTO `sys_oper_log` VALUES (132, '修改AI状态', 2, 'com.ruoyi.ai.controller.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:16:42', 705); INSERT INTO `sys_oper_log` VALUES (133, '修改AI状态', 2, 'com.ruoyi.ai.controller.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 20:17:17', 576); INSERT INTO `sys_oper_log` VALUES (134, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_sample_amount_record,ai_sample_amount,ai_help,ai_user_message,ai_banner,ai_customer_service,ai_recharge,ai_order,ai_rebate_record\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 21:55:17', 78090); INSERT INTO `sys_oper_log` VALUES (135, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_user_message,ai_sample_amount_record,ai_sample_amount,ai_recharge,ai_rebate_record,ai_order,ai_help,ai_customer_service,ai_banner\"}', NULL, 0, NULL, '2025-11-13 21:55:54', 5311); INSERT INTO `sys_oper_log` VALUES (136, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createBy\":\"admin\",\"icon\":\"peoples\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"用户管理\",\"menuType\":\"M\",\"orderNum\":1,\"params\":{},\"parentId\":2000,\"path\":\"aiUserManger\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:18:43', 873); INSERT INTO `sys_oper_log` VALUES (137, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createTime\":\"2025-11-13 22:18:42\",\"icon\":\"peoples\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2003,\"menuName\":\"用户管理\",\"menuType\":\"M\",\"orderNum\":1,\"params\":{},\"parentId\":2003,\"path\":\"aiUserManger\",\"perms\":\"\",\"routeName\":\"\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"修改菜单\'用户管理\'失败,上级菜单不能选择自己\",\"code\":500}', 0, NULL, '2025-11-13 22:18:56', 295); INSERT INTO `sys_oper_log` VALUES (138, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/user/index\",\"createTime\":\"2025-11-12 20:45:34\",\"icon\":\"user\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2001,\"menuName\":\"AI用户管理\",\"menuType\":\"C\",\"orderNum\":1,\"params\":{},\"parentId\":2003,\"path\":\"aiUser\",\"perms\":\"ai:user:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:19:09', 1371); INSERT INTO `sys_oper_log` VALUES (139, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_balance_change_record\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:22:38', 8877); INSERT INTO `sys_oper_log` VALUES (140, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_balance_change_record\"}', NULL, 0, NULL, '2025-11-13 22:22:47', 370); INSERT INTO `sys_oper_log` VALUES (141, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/balanceChangeRecord/index\",\"createBy\":\"admin\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"余额使用记录\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2003,\"path\":\"balanceChangeRecord\",\"perms\":\"ai:balanceChangeRecord:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:31:42', 1166); INSERT INTO `sys_oper_log` VALUES (142, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/rebateRecord/index\",\"createBy\":\"admin\",\"icon\":\"monitor\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"返佣记录\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2003,\"path\":\"rebateRecord\",\"perms\":\"ai:rebateRecord:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:32:39', 859); INSERT INTO `sys_oper_log` VALUES (143, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/order/index\",\"createBy\":\"admin\",\"icon\":\"server\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"订单管理\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2003,\"path\":\"order\",\"perms\":\"ai:order:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:36:37', 2531); INSERT INTO `sys_oper_log` VALUES (144, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/order/index\",\"createTime\":\"2025-11-13 22:36:36\",\"icon\":\"server\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2006,\"menuName\":\"订单管理\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2000,\"path\":\"order\",\"perms\":\"ai:order:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:36:53', 883); INSERT INTO `sys_oper_log` VALUES (145, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/recharge/index\",\"createBy\":\"admin\",\"icon\":\"number\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"充值记录\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2000,\"path\":\"recharge\",\"perms\":\"ai:recharge:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:38:07', 1358); INSERT INTO `sys_oper_log` VALUES (146, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createBy\":\"admin\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"基础管理\",\"menuType\":\"M\",\"orderNum\":1,\"params\":{},\"parentId\":2000,\"path\":\"foundation\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:39:50', 1895); INSERT INTO `sys_oper_log` VALUES (147, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/service/index\",\"createBy\":\"admin\",\"icon\":\"people\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"客服管理\",\"menuType\":\"C\",\"orderNum\":1,\"params\":{},\"parentId\":2008,\"path\":\"service\",\"perms\":\"ai:service:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:41:01', 1378); INSERT INTO `sys_oper_log` VALUES (148, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/banner/index\",\"createBy\":\"admin\",\"icon\":\"build\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"banner管理\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2008,\"path\":\"banner\",\"perms\":\"ai:banner:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:42:05', 1379); INSERT INTO `sys_oper_log` VALUES (149, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/message/index\",\"createBy\":\"admin\",\"icon\":\"message\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"站内信管理\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2008,\"path\":\"message\",\"perms\":\"ai:message:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:43:54', 855); INSERT INTO `sys_oper_log` VALUES (150, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/help/index\",\"createBy\":\"admin\",\"icon\":\"education\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"帮助管理\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2008,\"path\":\"help\",\"perms\":\"ai:help:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:44:45', 871); INSERT INTO `sys_oper_log` VALUES (151, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createBy\":\"admin\",\"icon\":\"star\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"活动管理\",\"menuType\":\"M\",\"orderNum\":1,\"params\":{},\"parentId\":2000,\"path\":\"activity\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:45:35', 1365); INSERT INTO `sys_oper_log` VALUES (152, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/sampleAmount/index\",\"createBy\":\"admin\",\"icon\":\"money\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"体验金管理\",\"menuType\":\"C\",\"orderNum\":1,\"params\":{},\"parentId\":2013,\"path\":\"sampleAmount\",\"perms\":\"ai:sampleAmount:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:46:37', 1062); INSERT INTO `sys_oper_log` VALUES (153, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/sampleAmountRecord/index\",\"createBy\":\"admin\",\"icon\":\"link\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"体验金记录\",\"menuType\":\"C\",\"orderNum\":2,\"params\":{},\"parentId\":2013,\"path\":\"sampleAmountRecord\",\"perms\":\"ai:sampleAmountRecord:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:47:25', 1384); INSERT INTO `sys_oper_log` VALUES (154, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createTime\":\"2025-11-13 22:39:49\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2008,\"menuName\":\"基础管理\",\"menuType\":\"M\",\"orderNum\":2,\"params\":{},\"parentId\":2000,\"path\":\"foundation\",\"perms\":\"\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:48:46', 1137); INSERT INTO `sys_oper_log` VALUES (155, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createTime\":\"2025-11-13 22:45:34\",\"icon\":\"star\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2013,\"menuName\":\"活动管理\",\"menuType\":\"M\",\"orderNum\":3,\"params\":{},\"parentId\":2000,\"path\":\"activity\",\"perms\":\"\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:48:59', 1367); INSERT INTO `sys_oper_log` VALUES (156, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/order/index\",\"createTime\":\"2025-11-13 22:36:36\",\"icon\":\"server\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2006,\"menuName\":\"订单管理\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2000,\"path\":\"order\",\"perms\":\"ai:order:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:49:10', 873); INSERT INTO `sys_oper_log` VALUES (157, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/manager/index\",\"createTime\":\"2025-11-13 19:18:54\",\"icon\":\"online\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2002,\"menuName\":\"AI管理\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2000,\"path\":\"aiManager\",\"perms\":\"ai:manager:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:49:28', 854); INSERT INTO `sys_oper_log` VALUES (158, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/order/index\",\"createTime\":\"2025-11-13 22:36:36\",\"icon\":\"server\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2006,\"menuName\":\"订单管理\",\"menuType\":\"C\",\"orderNum\":5,\"params\":{},\"parentId\":2000,\"path\":\"order\",\"perms\":\"ai:order:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:49:58', 1394); INSERT INTO `sys_oper_log` VALUES (159, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/recharge/index\",\"createTime\":\"2025-11-13 22:38:06\",\"icon\":\"number\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2007,\"menuName\":\"充值记录\",\"menuType\":\"C\",\"orderNum\":6,\"params\":{},\"parentId\":2000,\"path\":\"recharge\",\"perms\":\"ai:recharge:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-13 22:50:06', 873); INSERT INTO `sys_oper_log` VALUES (160, '余额使用记录', 1, 'com.ruoyi.ai.controller.AiBalanceChangeRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/balance-change-record', '127.0.0.1', '内网IP', '{\"changeAmount\":1.0,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 21:30:05\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"remark\":\"12121\",\"resultAmount\":12.0,\"userId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 21:30:02', 632); INSERT INTO `sys_oper_log` VALUES (161, '返佣记录', 1, 'com.ruoyi.ai.controller.AiRebateRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/rebate-record', '127.0.0.1', '内网IP', '{\"amount\":121,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 21:34:38\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"11\",\"subordinateId\":2,\"superiorId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 21:34:34', 572); INSERT INTO `sys_oper_log` VALUES (162, '客服管理', 1, 'com.ruoyi.ai.controller.AiCustomerServiceController.add()', 'POST', 1, 'admin', '研发部门', '/ai/service', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-14 21:44:18\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"111\",\"url\":\"http://localhost/admin/ai-manager/foundation/service\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 21:44:14', 752); INSERT INTO `sys_oper_log` VALUES (163, '客服管理', 2, 'com.ruoyi.ai.controller.AiCustomerServiceController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/service', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-14 21:56:18\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 21:56:15', 601); INSERT INTO `sys_oper_log` VALUES (164, '客服管理', 2, 'com.ruoyi.ai.controller.AiCustomerServiceController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/service', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-14 21:56:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 21:56:18', 589); INSERT INTO `sys_oper_log` VALUES (165, '【帮助管理】', 1, 'com.ruoyi.ai.controller.AiHelpController.add()', 'POST', 1, 'admin', '研发部门', '/ai/help', '127.0.0.1', '内网IP', '{\"content\":\"

啥时间德哈卡几哈收到客家话大数据库对话框佳都科技啊哈汕德卡好的打卡的话健康大活动卡活动

\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"1212121\",\"title\":\"测试\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:14:42', 1123); INSERT INTO `sys_oper_log` VALUES (166, '【帮助管理】', 2, 'com.ruoyi.ai.controller.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-14 22:17:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:17:54', 1113); INSERT INTO `sys_oper_log` VALUES (167, '【帮助管理】', 2, 'com.ruoyi.ai.controller.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-14 22:18:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:17:56', 578); INSERT INTO `sys_oper_log` VALUES (168, '体验金活动管理', 1, 'com.ruoyi.ai.controller.AiSampleAmountController.add()', 'POST', 1, 'admin', '研发部门', '/ai/amount', '127.0.0.1', '内网IP', '{\"amount\":121,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:32:34\",\"delFlag\":\"0\",\"duration\":11,\"endTime\":\"2025-11-18 00:00:00\",\"id\":1,\"params\":{},\"startTime\":\"2025-11-14 00:00:00\",\"type\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:32:31', 1232); INSERT INTO `sys_oper_log` VALUES (169, '体验金活动管理', 1, 'com.ruoyi.ai.controller.AiSampleAmountController.add()', 'POST', 1, 'admin', '研发部门', '/ai/amount', '127.0.0.1', '内网IP', '{\"amount\":11,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"duration\":222,\"id\":2,\"params\":{},\"remark\":\"111\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:36:57', 593); INSERT INTO `sys_oper_log` VALUES (170, '体验金活动管理', 2, 'com.ruoyi.ai.controller.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-14 22:46:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:46:46', 581); INSERT INTO `sys_oper_log` VALUES (171, '体验金领取记录', 1, 'com.ruoyi.ai.controller.AiSampleAmountRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/sample-amount-record', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:54:17\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"sampleAmount\":12,\"userId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-14 22:54:14', 732); INSERT INTO `sys_oper_log` VALUES (172, 'banner管理', 1, 'com.ruoyi.ai.controller.AiBannerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:57\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/0217631217234317b67bbc2a2a9a26108e071e40bb0b084260dc7_0_20251115205952A003.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":0,\"remark\":\"11212\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 20:59:54', 759); INSERT INTO `sys_oper_log` VALUES (173, 'banner管理', 1, 'com.ruoyi.ai.controller.AiBannerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:57\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/021763121372637d6d3168ae2bcee8e5f54d16f5503dedeeea579_0_20251115210252A004.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:02:53', 577); INSERT INTO `sys_oper_log` VALUES (174, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/0217631217234317b67bbc2a2a9a26108e071e40bb0b084260dc7_0_20251115205952A003.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":0,\"remark\":\"11212\",\"status\":0,\"title\":\"图一\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:22:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:22:07', 594); INSERT INTO `sys_oper_log` VALUES (175, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/021763121372637d6d3168ae2bcee8e5f54d16f5503dedeeea579_0_20251115210252A004.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图二\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:22:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:22:15', 569); INSERT INTO `sys_oper_log` VALUES (176, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/0217631217234317b67bbc2a2a9a26108e071e40bb0b084260dc7_0_20251115205952A003.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":0,\"remark\":\"11212\",\"status\":0,\"title\":\"图一\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:30:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:30:28', 730); INSERT INTO `sys_oper_log` VALUES (177, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"http://localhost:8110/profile/upload/2025/11/15/0217631217234317b67bbc2a2a9a26108e071e40bb0b084260dc7_0_20251115205952A003.jpeg\",\"jumpUrl\":\"http://localhost/admin/ai-manager/foundation/banner\",\"params\":{},\"position\":1,\"remark\":\"11212\",\"status\":0,\"title\":\"图一\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:32:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:32:42', 568); INSERT INTO `sys_oper_log` VALUES (178, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:35:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:35:17', 572); INSERT INTO `sys_oper_log` VALUES (179, 'banner管理', 2, 'com.ruoyi.ai.controller.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-15 21:35:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:35:29', 571); INSERT INTO `sys_oper_log` VALUES (180, '订单管理', 1, 'com.ruoyi.ai.controller.AiOrderController.add()', 'POST', 1, 'admin', '研发部门', '/ai/order', '127.0.0.1', '内网IP', '{\"amount\":12,\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:51:21\",\"delFlag\":\"0\",\"id\":1,\"orderNum\":\"1234\",\"params\":{},\"remark\":\"12121\",\"result\":\"http://localhost/admin/ai-manager/order\",\"status\":0,\"type\":0,\"userId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 21:51:18', 1109); INSERT INTO `sys_oper_log` VALUES (181, '充值管理', 1, 'com.ruoyi.ai.controller.AiRechargeController.add()', 'POST', 1, 'admin', '研发部门', '/ai/recharge', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 22:26:04\",\"creditedTime\":\"2025-11-15\",\"delFlag\":\"0\",\"hash\":\"qw12wqwqwsqas\",\"id\":1,\"orderNum\":\"1212312\",\"params\":{},\"paymentWallet\":\"bb\",\"receiveWallet\":\"aa\",\"remark\":\"121211\",\"userId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-15 22:26:01', 1265); INSERT INTO `sys_oper_log` VALUES (182, '角色管理', 4, 'com.ruoyi.web.controller.system.SysRoleController.selectAuthUserAll()', 'PUT', 1, 'admin', '研发部门', '/system/role/authUser/selectAll', '127.0.0.1', '内网IP', '{\"roleId\":\"2\",\"userIds\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 19:40:58', 707); INSERT INTO `sys_oper_log` VALUES (183, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"

12121

\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 22:24:05\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"12121\",\"sendType\":1,\"title\":\"1212\",\"userIds\":[1,2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 22:24:07', 801); INSERT INTO `sys_oper_log` VALUES (184, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"1211212大声道\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 22:39:56\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"remark\":\"去去去\",\"sendType\":1,\"title\":\"阿圣诞节啊\",\"userIds\":[1,2]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist\r\n### The error may exist in file [D:\\project\\byteai-api\\ruoyi-system\\target\\classes\\mapper\\system\\AiUserMessageMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO message_user_relation (message_id, user_id) VALUES (?, ?) , (?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist', '2025-11-16 22:39:58', 1432); INSERT INTO `sys_oper_log` VALUES (185, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"1211212大声道\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 22:40:24\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"remark\":\"去去去\",\"sendType\":1,\"title\":\"阿圣诞节啊\",\"userIds\":[1,2]}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist\r\n### The error may exist in file [D:\\project\\byteai-api\\ruoyi-system\\target\\classes\\mapper\\system\\AiUserMessageMapper.xml]\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO message_user_relation (message_id, user_id) VALUES (?, ?) , (?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Table \'byteai.message_user_relation\' doesn\'t exist', '2025-11-16 22:40:26', 1721); INSERT INTO `sys_oper_log` VALUES (186, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"1211212大声道\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 22:42:30\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"去去去\",\"sendType\":1,\"title\":\"阿圣诞节啊\",\"userIds\":[1,2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 22:42:32', 2169); INSERT INTO `sys_oper_log` VALUES (187, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"2121\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:39:07\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"remark\":\"3123\",\"sendType\":1,\"title\":\"121212\",\"userIds\":[1,2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:39:10', 2658); INSERT INTO `sys_oper_log` VALUES (188, '站内信管理', 2, 'com.ruoyi.ai.controller.AiUserMessageController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"2121\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:39:08\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"remark\":\"3123\",\"sendType\":1,\"title\":\"121212\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-16 23:39:29\",\"userIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:39:31', 1105); INSERT INTO `sys_oper_log` VALUES (189, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"31231\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:43:00\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"remark\":\"1121\",\"sendType\":1,\"title\":\"1212\",\"userIds\":[]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:43:02', 1425); INSERT INTO `sys_oper_log` VALUES (190, '站内信管理', 1, 'com.ruoyi.ai.controller.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"231312\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:47:59\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"remark\":\"11212\",\"sendType\":1,\"title\":\"121212\",\"userIds\":[1,2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:48:01', 1992); INSERT INTO `sys_oper_log` VALUES (191, '站内信管理', 2, 'com.ruoyi.ai.controller.AiUserMessageController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"31231\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:43:01\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"remark\":\"1121\",\"sendType\":0,\"title\":\"1212\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-16 23:52:07\",\"userIds\":[]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:52:10', 2633); INSERT INTO `sys_oper_log` VALUES (192, '站内信管理', 2, 'com.ruoyi.ai.controller.AiUserMessageController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"31231\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:43:01\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"remark\":\"1121\",\"sendType\":1,\"title\":\"1212\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-16 23:52:21\",\"userIds\":[1]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:52:24', 2527); INSERT INTO `sys_oper_log` VALUES (193, '站内信管理', 2, 'com.ruoyi.ai.controller.AiUserMessageController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/message', '127.0.0.1', '内网IP', '{\"content\":\"31231\",\"createBy\":\"admin\",\"createTime\":\"2025-11-16 23:43:01\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"remark\":\"1121\",\"sendType\":1,\"title\":\"1212\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-16 23:52:38\",\"userIds\":[2]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-16 23:52:41', 3519); INSERT INTO `sys_oper_log` VALUES (194, '参数管理', 1, 'com.ruoyi.web.controller.system.SysConfigController.add()', 'POST', 1, 'admin', '研发部门', '/system/config', '127.0.0.1', '内网IP', '{\"configKey\":\"sys.invite.commission\",\"configName\":\"邀请用户佣金\",\"configType\":\"N\",\"configValue\":\"10\",\"createBy\":\"admin\",\"params\":{},\"remark\":\"用户注册给上级用户赠送佣金\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-19 20:22:03', 1830); INSERT INTO `sys_oper_log` VALUES (195, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createTime\":\"2025-11-09 01:56:54\",\"icon\":\"guide\",\"isCache\":\"0\",\"isFrame\":\"0\",\"menuId\":4,\"menuName\":\"若依官网\",\"menuType\":\"M\",\"orderNum\":4,\"params\":{},\"parentId\":0,\"path\":\"http://ruoyi.vip\",\"perms\":\"\",\"query\":\"\",\"routeName\":\"\",\"status\":\"1\",\"updateBy\":\"admin\",\"visible\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 20:06:41', 1066); INSERT INTO `sys_oper_log` VALUES (196, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"createTime\":\"2025-11-12 20:19:15\",\"icon\":\"redis-list\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2000,\"menuName\":\"综合管理\",\"menuType\":\"M\",\"orderNum\":4,\"params\":{},\"parentId\":0,\"path\":\"ai-manager\",\"perms\":\"\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 20:06:49', 682); INSERT INTO `sys_oper_log` VALUES (197, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_recharge_gift_record,ai_recharge_gift_gear,ai_recharge_gift\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 21:59:40', 30562); INSERT INTO `sys_oper_log` VALUES (198, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_recharge_gift_record,ai_recharge_gift_gear,ai_recharge_gift\"}', NULL, 0, NULL, '2025-11-20 22:00:00', 5700); INSERT INTO `sys_oper_log` VALUES (199, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/rechargeGift/index\",\"createBy\":\"admin\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"充值赠送活动\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGift\",\"perms\":\"ai:rechargeGift:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 22:11:59', 1167); INSERT INTO `sys_oper_log` VALUES (200, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/rechargeGiftRecord/index\",\"createBy\":\"admin\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"充值赠送记录\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGiftRecord\",\"perms\":\"ai:rechargeGiftRecord:list\",\"routeName\":\"\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 22:12:53', 838); INSERT INTO `sys_oper_log` VALUES (201, '充值赠送记录', 1, 'com.ruoyi.ai.controller.AiRechargeGiftRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/recharge-gift-record', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 22:20:16\",\"delFlag\":\"0\",\"gearAmount\":12,\"giftAmount\":121,\"id\":1,\"orderNum\":\"1212121\",\"params\":{},\"rechargeGearTitle\":\"121\",\"remark\":\"1212\",\"userId\":4}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 22:20:16', 700); INSERT INTO `sys_oper_log` VALUES (202, '充值赠送活动', 1, 'com.ruoyi.ai.controller.AiRechargeGiftController.add()', 'POST', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:24:46\",\"delFlag\":\"0\",\"endTime\":\"2025-11-27 23:24:23\",\"gearList\":[{\"giftAmount\":10,\"params\":{},\"rechargeAmount\":100,\"title\":\"充值100赠送10块\"}],\"id\":1,\"isFristRecharge\":\"N\",\"params\":{},\"remark\":\"11111\",\"startTime\":\"2025-11-20 23:24:18\",\"type\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 23:25:01', 15563); INSERT INTO `sys_oper_log` VALUES (203, '充值赠送活动', 1, 'com.ruoyi.ai.controller.AiRechargeGiftController.add()', 'POST', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:35:17\",\"delFlag\":\"0\",\"gearList\":[{\"giftAmount\":30,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":2,\"title\":\"充200送30\"},{\"giftAmount\":50,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":2,\"title\":\"充300送50\"}],\"id\":2,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"type\":0}', NULL, 1, 'nested exception is org.apache.ibatis.binding.BindingException: Parameter \'title\' not found. Available parameters are [list, param1]', '2025-11-20 23:35:18', 2042); INSERT INTO `sys_oper_log` VALUES (204, '充值赠送活动', 1, 'com.ruoyi.ai.controller.AiRechargeGiftController.add()', 'POST', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"giftAmount\":30,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\"},{\"giftAmount\":50,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-20 23:36:33', 3228); INSERT INTO `sys_oper_log` VALUES (205, 'AI管理', 1, 'com.ruoyi.ai.controller.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-21 22:24:27\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":10,\"title\":\"图生图2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-21 22:24:27', 779); INSERT INTO `sys_oper_log` VALUES (206, 'AI管理', 2, 'com.ruoyi.ai.controller.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":10,\"status\":0,\"title\":\"图生图1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-21 22:24:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-21 22:24:33', 586); INSERT INTO `sys_oper_log` VALUES (207, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":10,\"prompt\":\"111\",\"status\":0,\"title\":\"图生图1\",\"type\":\"IMAGE_TO_IMAGE_ONE\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-23 23:38:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-23 23:37:59', 717); INSERT INTO `sys_oper_log` VALUES (208, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-21 22:24:28\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"price\":10,\"status\":0,\"title\":\"图生图2\",\"type\":\"IMAGE_TO_IMAGE_TOW\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-23 23:39:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-23 23:39:05', 570); INSERT INTO `sys_oper_log` VALUES (209, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":18.8,\"remark\":\"11\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"IAMG_FAST_TO_VIDEO\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-23 23:39:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-23 23:39:56', 570); INSERT INTO `sys_oper_log` VALUES (210, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":18.8,\"remark\":\"11\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"IMAGE_FAST_TO_VIDEO\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-23 23:43:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-23 23:43:12', 1091); INSERT INTO `sys_oper_log` VALUES (211, '字典类型', 1, 'com.ruoyi.web.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"dictName\":\"功能类型\",\"dictType\":\"ai_function_type\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:50:57', 1976); INSERT INTO `sys_oper_log` VALUES (212, '字典类型', 2, 'com.ruoyi.web.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:50:56\",\"dictId\":100,\"dictName\":\"AI-功能类型\",\"dictType\":\"ai_function_type\",\"params\":{},\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:51:19', 2335); INSERT INTO `sys_oper_log` VALUES (213, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"文生图1\",\"dictSort\":1,\"dictType\":\"ai_function_type\",\"dictValue\":\"1\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:52:01', 807); INSERT INTO `sys_oper_log` VALUES (214, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"图生图1\",\"dictSort\":11,\"dictType\":\"ai_function_type\",\"dictValue\":\"11\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:52:24', 806); INSERT INTO `sys_oper_log` VALUES (215, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"图生图2\",\"dictSort\":12,\"dictType\":\"ai_function_type\",\"dictValue\":\"12\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:52:34', 1279); INSERT INTO `sys_oper_log` VALUES (216, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"图生图3\",\"dictSort\":13,\"dictType\":\"ai_function_type\",\"dictValue\":\"13\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:52:43', 1533); INSERT INTO `sys_oper_log` VALUES (217, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"图生视频1\",\"dictSort\":21,\"dictType\":\"ai_function_type\",\"dictValue\":\"21\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:52:58', 1754); INSERT INTO `sys_oper_log` VALUES (218, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:52:00\",\"default\":false,\"dictCode\":100,\"dictLabel\":\"快捷生图\",\"dictSort\":1,\"dictType\":\"ai_function_type\",\"dictValue\":\"1\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:53:29', 1400); INSERT INTO `sys_oper_log` VALUES (219, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:52:42\",\"default\":false,\"dictCode\":103,\"dictLabel\":\"一键换脸\",\"dictSort\":13,\"dictType\":\"ai_function_type\",\"dictValue\":\"13\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 13:53:47', 1399); INSERT INTO `sys_oper_log` VALUES (220, 'ai-用户信息', 1, 'com.ruoyi.web.controller.ai.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":101,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-24 19:25:38\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-12 21:37:45\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\r\n### The error may exist in com/ruoyi/ai/mapper/AiUserMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiUserMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO ai_user ( del_flag, username, nickname, gender, avatar, phone, status, email, birthday, balance, user_id, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\n; Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'', '2025-11-24 19:25:39', 769); INSERT INTO `sys_oper_log` VALUES (221, 'ai-用户信息', 1, 'com.ruoyi.web.controller.ai.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":101,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-24 19:27:21\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-12 21:37:45\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\r\n### The error may exist in com/ruoyi/ai/mapper/AiUserMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiUserMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO ai_user ( del_flag, username, nickname, gender, avatar, phone, status, email, birthday, balance, user_id, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\n; Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'', '2025-11-24 19:27:22', 557); INSERT INTO `sys_oper_log` VALUES (222, 'ai-用户信息', 1, 'com.ruoyi.web.controller.ai.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":101,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-24 19:27:59\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-12 21:37:45\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\r\n### The error may exist in com/ruoyi/ai/mapper/AiUserMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiUserMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO ai_user ( del_flag, username, nickname, gender, avatar, phone, status, email, birthday, balance, user_id, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\n; Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'', '2025-11-24 19:28:00', 557); INSERT INTO `sys_oper_log` VALUES (223, 'ai-用户信息', 1, 'com.ruoyi.web.controller.ai.AiUserController.add()', 'POST', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":101,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-24 19:33:25\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-12 21:37:45\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\r\n### The error may exist in com/ruoyi/ai/mapper/AiUserMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiUserMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO ai_user ( del_flag, username, nickname, gender, avatar, phone, status, email, birthday, balance, user_id, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'\n; Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'Z9Y8X7W6\' for key \'ai_user.uuid\'', '2025-11-24 19:33:26', 763); INSERT INTO `sys_oper_log` VALUES (224, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":101,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-12 21:37:49\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"id\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 19:33:31\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 19:33:33', 608); INSERT INTO `sys_oper_log` VALUES (225, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/user', '127.0.0.1', '内网IP', '{\"avatar\":\"\",\"balance\":102,\"birthday\":\"2025-11-13\",\"createBy\":\"admin\",\"createTime\":\"2025-11-12 21:37:49\",\"delFlag\":\"0\",\"email\":\"18888888888@111.com\",\"gender\":1,\"id\":1,\"nickname\":\"test\",\"params\":{},\"phone\":\"18888888888\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 19:33:38\",\"userId\":\"Z9Y8X7W6\",\"username\":\"name1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 19:33:39', 566); INSERT INTO `sys_oper_log` VALUES (226, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{}}', NULL, 1, 'rawPassword cannot be null', '2025-11-24 19:59:53', 165); INSERT INTO `sys_oper_log` VALUES (227, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{}}', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:00:04', 1); INSERT INTO `sys_oper_log` VALUES (228, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{}}', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:00:25', 8359); INSERT INTO `sys_oper_log` VALUES (229, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{}}', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:00:58', 14256); INSERT INTO `sys_oper_log` VALUES (230, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:02:52', 8); INSERT INTO `sys_oper_log` VALUES (231, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:03:23', 6890); INSERT INTO `sys_oper_log` VALUES (232, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:05:20', 1); INSERT INTO `sys_oper_log` VALUES (233, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:05:27', 1827); INSERT INTO `sys_oper_log` VALUES (234, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:06:26', 16591); INSERT INTO `sys_oper_log` VALUES (235, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:06:55', 6270); INSERT INTO `sys_oper_log` VALUES (236, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:08:10', 0); INSERT INTO `sys_oper_log` VALUES (237, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '', NULL, 1, 'rawPassword cannot be null', '2025-11-24 20:08:19', 3036); INSERT INTO `sys_oper_log` VALUES (238, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:11:56', 3906); INSERT INTO `sys_oper_log` VALUES (239, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation\r\n### The error may exist in com/ruoyi/ai/mapper/AiSampleAmountMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiSampleAmountMapper.update\r\n### The error occurred while executing an update\r\n### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation', '2025-11-24 20:30:38', 153); INSERT INTO `sys_oper_log` VALUES (240, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation\r\n### The error may exist in file [D:\\project\\byteai-api\\ruoyi-system\\target\\classes\\mapper\\system\\AiSampleAmountMapper.xml]\r\n### The error may involve com.ruoyi.ai.mapper.AiSampleAmountMapper.updateAllStatus\r\n### The error occurred while executing an update\r\n### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation', '2025-11-24 20:34:25', 1218); INSERT INTO `sys_oper_log` VALUES (241, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation\r\n### The error may exist in file [D:\\project\\byteai-api\\ruoyi-system\\target\\classes\\mapper\\system\\AiSampleAmountMapper.xml]\r\n### The error may involve com.ruoyi.ai.mapper.AiSampleAmountMapper.updateAllStatus\r\n### The error occurred while executing an update\r\n### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation', '2025-11-24 20:35:51', 755); INSERT INTO `sys_oper_log` VALUES (242, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', NULL, 1, 'nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error updating database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation\r\n### The error may exist in file [D:\\project\\byteai-api\\ruoyi-system\\target\\classes\\mapper\\system\\AiSampleAmountMapper.xml]\r\n### The error may involve com.ruoyi.ai.mapper.AiSampleAmountMapper.updateAllStatus\r\n### The error occurred while executing an update\r\n### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Prohibition of table update operation', '2025-11-24 20:36:57', 853); INSERT INTO `sys_oper_log` VALUES (243, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:38:39', 2187); INSERT INTO `sys_oper_log` VALUES (244, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:38:47', 2045); INSERT INTO `sys_oper_log` VALUES (245, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:38:53', 1463); INSERT INTO `sys_oper_log` VALUES (246, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:38:59', 2564); INSERT INTO `sys_oper_log` VALUES (247, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 20:39:07', 2045); INSERT INTO `sys_oper_log` VALUES (248, '客服管理', 2, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/service', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:01:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:01:44', 721); INSERT INTO `sys_oper_log` VALUES (249, '客服管理', 2, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/service', '127.0.0.1', '内网IP', '{\"id\":3,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:01:46\"}', '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2025-11-24 21:01:47', 569); INSERT INTO `sys_oper_log` VALUES (250, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:02:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:02:56', 850); INSERT INTO `sys_oper_log` VALUES (251, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:03:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:03:14', 1061); INSERT INTO `sys_oper_log` VALUES (252, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"id\":3,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:03:16\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:03:17', 557); INSERT INTO `sys_oper_log` VALUES (253, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"id\":3,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:07:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:07:15', 557); INSERT INTO `sys_oper_log` VALUES (254, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:24:46\",\"delFlag\":\"0\",\"endTime\":\"2025-11-27 23:24:23\",\"gearList\":[{\"giftAmount\":22,\"params\":{},\"rechargeAmount\":11,\"title\":\"11111\"}],\"id\":1,\"isFristRecharge\":\"N\",\"params\":{},\"remark\":\"11111\",\"startTime\":\"2025-11-20 23:24:18\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:16:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:17:03', 3738); INSERT INTO `sys_oper_log` VALUES (255, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:24:46\",\"delFlag\":\"0\",\"endTime\":\"2025-11-27 23:24:23\",\"gearList\":[{\"giftAmount\":2,\"params\":{},\"rechargeAmount\":111}],\"id\":1,\"isFristRecharge\":\"N\",\"params\":{},\"remark\":\"11111\",\"startTime\":\"2025-11-20 23:24:18\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:17:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:18:01', 21541); INSERT INTO `sys_oper_log` VALUES (256, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:24:46\",\"delFlag\":\"0\",\"endTime\":\"2025-11-27 23:24:23\",\"gearList\":[{\"giftAmount\":10,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":1,\"title\":\"充100元赠送10元\"}],\"id\":1,\"isFristRecharge\":\"N\",\"params\":{},\"remark\":\"11111\",\"startTime\":\"2025-11-20 23:24:18\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 21:39:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:39:12', 2695); INSERT INTO `sys_oper_log` VALUES (257, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:47:17', 2131); INSERT INTO `sys_oper_log` VALUES (258, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:47:22', 1975); INSERT INTO `sys_oper_log` VALUES (259, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:47:30', 1460); INSERT INTO `sys_oper_log` VALUES (260, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":3,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 21:47:36', 2473); INSERT INTO `sys_oper_log` VALUES (261, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_tag\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 22:01:30', 9439); INSERT INTO `sys_oper_log` VALUES (262, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_tag\"}', NULL, 0, NULL, '2025-11-24 22:01:46', 397); INSERT INTO `sys_oper_log` VALUES (263, '代码生成', 2, 'com.ruoyi.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '研发部门', '/tool/gen/synchDb/ai_tag', '127.0.0.1', '内网IP', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 22:07:12', 9425); INSERT INTO `sys_oper_log` VALUES (264, '代码生成', 3, 'com.ruoyi.generator.controller.GenController.remove()', 'DELETE', 1, 'admin', '研发部门', '/tool/gen/19', '127.0.0.1', '内网IP', '[19]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 22:07:33', 1989); INSERT INTO `sys_oper_log` VALUES (265, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_tag\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 22:08:23', 11013); INSERT INTO `sys_oper_log` VALUES (266, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_tag\"}', NULL, 0, NULL, '2025-11-24 22:08:51', 375); INSERT INTO `sys_oper_log` VALUES (267, '代码生成', 2, 'com.ruoyi.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '研发部门', '/tool/gen/synchDb/ai_tag', '127.0.0.1', '内网IP', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 22:11:22', 8413); INSERT INTO `sys_oper_log` VALUES (268, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_tag\"}', NULL, 0, NULL, '2025-11-24 22:11:41', 364); INSERT INTO `sys_oper_log` VALUES (269, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-11-24 23:01:19\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"prompt\":\"11111\",\"remark\":\"11111\",\"title\":\"12121\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 23:01:21', 736); INSERT INTO `sys_oper_log` VALUES (270, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":5,\"createBy\":\"admin\",\"createTime\":\"2025-11-24 23:16:23\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"prompt\":\"啊哈\",\"remark\":\"123454\",\"title\":\"测试\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 23:16:24', 548); INSERT INTO `sys_oper_log` VALUES (271, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":5,\"createBy\":\"admin\",\"createTime\":\"2025-11-24 23:16:35\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"prompt\":\"阿萨斯\",\"remark\":\"123344\",\"title\":\"测试2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 23:16:37', 558); INSERT INTO `sys_oper_log` VALUES (272, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-24 23:16:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-24 23:16:43', 1593); INSERT INTO `sys_oper_log` VALUES (273, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":35,\"remark\":\"11\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"IMG_TO_VID_21\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 10:28:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 10:28:03', 662); INSERT INTO `sys_oper_log` VALUES (274, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 10:33:05', 1710); INSERT INTO `sys_oper_log` VALUES (275, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 10:33:14', 2211); INSERT INTO `sys_oper_log` VALUES (276, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:24:46\",\"delFlag\":\"0\",\"endTime\":\"2025-11-27 23:24:23\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-24 21:39:10\",\"delFlag\":\"0\",\"giftAmount\":110,\"id\":5,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":1,\"title\":\"充100元赠送110元\",\"updateBy\":\"\",\"updateTime\":\"2025-11-24 21:39:10\"},{\"giftAmount\":230,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":1,\"title\":\"充200元赠送230元\"}],\"id\":1,\"isFristRecharge\":\"N\",\"params\":{},\"remark\":\"\",\"startTime\":\"2025-11-20 23:24:18\",\"status\":1,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 11:27:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 11:27:57', 3145); INSERT INTO `sys_oper_log` VALUES (277, '部门管理', 1, 'com.ruoyi.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '127.0.0.1', '内网IP', '{\"ancestors\":\"0,100\",\"children\":[],\"createBy\":\"admin\",\"deptId\":200,\"deptName\":\"胸部\",\"orderNum\":3,\"params\":{},\"parentId\":100,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:07:39', 1652); INSERT INTO `sys_oper_log` VALUES (278, '部门管理', 1, 'com.ruoyi.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '127.0.0.1', '内网IP', '{\"ancestors\":\"0,100,200\",\"children\":[],\"createBy\":\"admin\",\"deptId\":201,\"deptName\":\"大奶\",\"orderNum\":1,\"params\":{},\"parentId\":200,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:07:48', 1013); INSERT INTO `sys_oper_log` VALUES (279, '部门管理', 1, 'com.ruoyi.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '127.0.0.1', '内网IP', '{\"ancestors\":\"0,100,200,201\",\"children\":[],\"createBy\":\"admin\",\"deptId\":202,\"deptName\":\"水滴型\",\"orderNum\":1,\"params\":{},\"parentId\":201,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:08:05', 1410); INSERT INTO `sys_oper_log` VALUES (280, '部门管理', 1, 'com.ruoyi.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '127.0.0.1', '内网IP', '{\"ancestors\":\"0,100,200\",\"children\":[],\"createBy\":\"admin\",\"deptId\":203,\"deptName\":\"小奶\",\"orderNum\":2,\"params\":{},\"parentId\":200,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:08:13', 1010); INSERT INTO `sys_oper_log` VALUES (281, '部门管理', 1, 'com.ruoyi.web.controller.system.SysDeptController.add()', 'POST', 1, 'admin', '研发部门', '/system/dept', '127.0.0.1', '内网IP', '{\"ancestors\":\"0,100,200,201\",\"children\":[],\"createBy\":\"admin\",\"deptId\":204,\"deptName\":\"粉色\",\"orderNum\":2,\"params\":{},\"parentId\":201,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:08:26', 960); INSERT INTO `sys_oper_log` VALUES (282, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/200', '127.0.0.1', '内网IP', '200', '{\"msg\":\"存在下级部门,不允许删除\",\"code\":601}', 0, NULL, '2025-11-25 13:10:07', 502); INSERT INTO `sys_oper_log` VALUES (283, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/204', '127.0.0.1', '内网IP', '204', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:10:12', 1512); INSERT INTO `sys_oper_log` VALUES (284, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/202', '127.0.0.1', '内网IP', '202', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:10:17', 1418); INSERT INTO `sys_oper_log` VALUES (285, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/203', '127.0.0.1', '内网IP', '203', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:10:20', 1018); INSERT INTO `sys_oper_log` VALUES (286, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/201', '127.0.0.1', '内网IP', '201', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:10:23', 960); INSERT INTO `sys_oper_log` VALUES (287, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/200', '127.0.0.1', '内网IP', '200', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 13:10:27', 1482); INSERT INTO `sys_oper_log` VALUES (288, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/25/2778d846_cbb54d5ee54b2e04ec64fe979db6146e.jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 17:08:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 17:08:05', 636); INSERT INTO `sys_oper_log` VALUES (289, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/25/5ebe2cc0_cbb54d5ee54b2e04ec64fe979db6146e.jpg\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":0,\"remark\":\"11212\",\"status\":0,\"title\":\"图2\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 17:08:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 17:08:46', 466); INSERT INTO `sys_oper_log` VALUES (290, 'banner管理', 1, 'com.ruoyi.web.controller.ai.AiBannerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/25/404b99eb_cbb54d5ee54b2e04ec64fe979db6146e.jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"title\":\"图3\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 17:09:12', 940); INSERT INTO `sys_oper_log` VALUES (291, 'banner管理', 1, 'com.ruoyi.web.controller.ai.AiBannerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/banner', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:24\",\"delFlag\":\"0\",\"id\":4,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/25/1b186d74_cbb54d5ee54b2e04ec64fe979db6146e.jpg\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":1,\"title\":\"图4\",\"type\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 17:09:29', 1936); INSERT INTO `sys_oper_log` VALUES (292, '字典类型', 1, 'com.ruoyi.web.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/type', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"dictName\":\"AI类型\",\"dictType\":\"ai_manager_type\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 18:39:05', 987); INSERT INTO `sys_oper_log` VALUES (293, '字典类型', 3, 'com.ruoyi.web.controller.system.SysDictTypeController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dict/type/101', '127.0.0.1', '内网IP', '[101]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 18:39:38', 1152); INSERT INTO `sys_oper_log` VALUES (294, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"children\":[],\"id\":2,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:10:41\"}', NULL, 1, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'children\' in \'field list\'\r\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\r\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE ai_tag SET status=?, children=?, update_by=?, update_time=? WHERE id=?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'children\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'children\' in \'field list\'', '2025-11-25 19:10:42', 758); INSERT INTO `sys_oper_log` VALUES (295, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"children\":[],\"id\":2,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:16:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:16:28', 732); INSERT INTO `sys_oper_log` VALUES (296, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":10,\"prompt\":\"111\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:31:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:31:51', 858); INSERT INTO `sys_oper_log` VALUES (297, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-21 22:24:28\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"price\":10,\"status\":0,\"title\":\"图生图2\",\"type\":\"12\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:31:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:32:00', 446); INSERT INTO `sys_oper_log` VALUES (298, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:06:02\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"price\":10,\"status\":0,\"title\":\"一键换脸\",\"type\":\"13\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:32:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:32:07', 526); INSERT INTO `sys_oper_log` VALUES (299, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"price\":8,\"status\":0,\"title\":\"快捷生图\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:32:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:32:13', 509); INSERT INTO `sys_oper_log` VALUES (300, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":35,\"remark\":\"11\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"21\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 19:32:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:32:20', 437); INSERT INTO `sys_oper_log` VALUES (301, 'AI管理', 1, 'com.ruoyi.web.controller.ai.AiManagerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/manager', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 19:41:22\",\"delFlag\":\"0\",\"id\":7,\"params\":{},\"price\":35,\"title\":\"视频换脸\",\"type\":\"22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:41:24', 766); INSERT INTO `sys_oper_log` VALUES (302, '修改AI状态', 2, 'com.ruoyi.web.controller.ai.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '127.0.0.1', '内网IP', '{\"id\":7,\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 19:42:48', 670); INSERT INTO `sys_oper_log` VALUES (303, '部门管理', 3, 'com.ruoyi.web.controller.system.SysDeptController.remove()', 'DELETE', 1, 'admin', '研发部门', '/system/dept/101', '127.0.0.1', '内网IP', '101', '{\"msg\":\"存在下级部门,不允许删除\",\"code\":601}', 0, NULL, '2025-11-25 20:03:06', 503); INSERT INTO `sys_oper_log` VALUES (304, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":5,\"children\":[],\"createBy\":\"admin\",\"createTime\":\"2025-11-25 20:06:13\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentId\":2,\"prompt\":\"1234\",\"title\":\"测试3\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 20:06:14', 622); INSERT INTO `sys_oper_log` VALUES (305, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"children\":[],\"id\":3,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 20:06:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 20:06:27', 624); INSERT INTO `sys_oper_log` VALUES (306, '参数管理', 1, 'com.ruoyi.web.controller.system.SysConfigController.add()', 'POST', 1, 'admin', '研发部门', '/system/config', '127.0.0.1', '内网IP', '{\"configKey\":\"sys_portal_logo\",\"configName\":\"门户端logo\",\"configType\":\"N\",\"configValue\":\"1\",\"createBy\":\"admin\",\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 20:32:02', 1151); INSERT INTO `sys_oper_log` VALUES (307, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '127.0.0.1', '内网IP', '{\"configId\":101,\"configKey\":\"sys.portal.logo\",\"configName\":\"门户端logo\",\"configType\":\"N\",\"configValue\":\"1\",\"createBy\":\"admin\",\"createTime\":\"2025-11-25 20:32:01\",\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 20:32:53', 1149); INSERT INTO `sys_oper_log` VALUES (308, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '127.0.0.1', '内网IP', '{\"configId\":101,\"configKey\":\"sys.portal.logo\",\"configName\":\"门户端logo\",\"configType\":\"N\",\"configValue\":\"https://images.iqyjsnwv.com/2025/11/25/b0891058_微信图片_20251125204030_946_38.png\",\"createBy\":\"admin\",\"createTime\":\"2025-11-25 20:32:01\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 20:32:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 20:45:10', 1429); INSERT INTO `sys_oper_log` VALUES (309, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-24 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":1,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-20 23:36:31\"},{\"createBy\":\"\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":2,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-20 23:36:31\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-19 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:28:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:28:13', 2789); INSERT INTO `sys_oper_log` VALUES (310, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:12\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":8,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:12\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:12\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":9,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:12\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-19 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:28:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:28:30', 2481); INSERT INTO `sys_oper_log` VALUES (311, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:28\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":10,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:28\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:28\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":11,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:28\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-25 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:28:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:28:56', 2541); INSERT INTO `sys_oper_log` VALUES (312, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:55\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":12,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:55\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:28:55\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":13,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:28:55\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:29:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:29:10', 2487); INSERT INTO `sys_oper_log` VALUES (313, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:08\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":14,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:08\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:08\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":15,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:08\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:29:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:29:28', 2535); INSERT INTO `sys_oper_log` VALUES (314, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:08\",\"delFlag\":\"0\",\"giftAmount\":30,\"id\":14,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送30\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:08\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:08\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":15,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送50\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:08\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"1111\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 21:29:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 21:29:29', 2496); INSERT INTO `sys_oper_log` VALUES (315, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_work\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 22:01:58', 8124); INSERT INTO `sys_oper_log` VALUES (316, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_work\"}', NULL, 0, NULL, '2025-11-25 22:02:02', 712); INSERT INTO `sys_oper_log` VALUES (317, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '127.0.0.1', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-25 22:42:33', 2115); INSERT INTO `sys_oper_log` VALUES (318, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:44:51\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"prompt\":\"黑色\",\"title\":\"头发\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:44:52', 637); INSERT INTO `sys_oper_log` VALUES (319, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:29\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"卷发\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:45:30', 455); INSERT INTO `sys_oper_log` VALUES (320, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:28\",\"delFlag\":\"0\",\"id\":7,\"params\":{},\"parentId\":5,\"prompt\":\"直发\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:46:29', 933); INSERT INTO `sys_oper_log` VALUES (321, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:55\",\"delFlag\":\"0\",\"id\":8,\"params\":{},\"prompt\":\"白色短袖\",\"title\":\"衣服\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:46:57', 901); INSERT INTO `sys_oper_log` VALUES (322, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:56\",\"delFlag\":\"0\",\"id\":8,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"衣服\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:47:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:06', 932); INSERT INTO `sys_oper_log` VALUES (323, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:44:51\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"头发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:47:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:13', 505); INSERT INTO `sys_oper_log` VALUES (324, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:30\",\"delFlag\":\"0\",\"id\":9,\"params\":{},\"parentId\":8,\"prompt\":\"白色背心\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:31', 495); INSERT INTO `sys_oper_log` VALUES (325, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:40\",\"delFlag\":\"0\",\"id\":10,\"params\":{},\"parentId\":8,\"prompt\":\"粉色短袖\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:41', 499); INSERT INTO `sys_oper_log` VALUES (326, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:51\",\"delFlag\":\"0\",\"id\":11,\"params\":{},\"prompt\":\"白色短裤\",\"title\":\"裤子\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:52', 448); INSERT INTO `sys_oper_log` VALUES (327, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:51\",\"delFlag\":\"0\",\"id\":11,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"裤子\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:47:56\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:47:57', 452); INSERT INTO `sys_oper_log` VALUES (328, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:12\",\"delFlag\":\"0\",\"id\":12,\"params\":{},\"parentId\":11,\"prompt\":\"黑色短裤\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:48:13', 457); INSERT INTO `sys_oper_log` VALUES (329, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:19\",\"delFlag\":\"0\",\"id\":13,\"params\":{},\"parentId\":11,\"prompt\":\"白色裙子\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:48:19', 496); INSERT INTO `sys_oper_log` VALUES (330, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"\",\"status\":0,\"title\":\"卷发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:07', 459); INSERT INTO `sys_oper_log` VALUES (331, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:29\",\"delFlag\":\"0\",\"id\":7,\"params\":{},\"parentId\":5,\"prompt\":\"\",\"status\":0,\"title\":\"直发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:13', 497); INSERT INTO `sys_oper_log` VALUES (332, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:31\",\"delFlag\":\"0\",\"id\":9,\"params\":{},\"parentId\":8,\"prompt\":\"\",\"status\":0,\"title\":\"白色背心\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:18', 498); INSERT INTO `sys_oper_log` VALUES (333, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:40\",\"delFlag\":\"0\",\"id\":10,\"params\":{},\"parentId\":8,\"prompt\":\"\",\"status\":0,\"title\":\"粉色短袖\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:22', 518); INSERT INTO `sys_oper_log` VALUES (334, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:12\",\"delFlag\":\"0\",\"id\":12,\"params\":{},\"parentId\":11,\"prompt\":\"\",\"status\":0,\"title\":\"黑色短裤\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:31', 495); INSERT INTO `sys_oper_log` VALUES (335, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '127.0.0.1', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:19\",\"delFlag\":\"0\",\"id\":13,\"params\":{},\"parentId\":11,\"prompt\":\"\",\"status\":0,\"title\":\"白色裙子\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 16:50:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 16:50:36', 453); INSERT INTO `sys_oper_log` VALUES (336, '代码生成', 6, 'com.ruoyi.generator.controller.GenController.importTableSave()', 'POST', 1, 'admin', '研发部门', '/tool/gen/importTable', '127.0.0.1', '内网IP', '{\"tables\":\"ai_customer\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 19:37:07', 10582); INSERT INTO `sys_oper_log` VALUES (337, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_customer\"}', NULL, 0, NULL, '2025-11-26 19:38:05', 764); INSERT INTO `sys_oper_log` VALUES (338, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/customer/index\",\"createBy\":\"admin\",\"icon\":\"monitor\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"客户配置\",\"menuType\":\"C\",\"orderNum\":7,\"params\":{},\"parentId\":2000,\"path\":\"customer\",\"perms\":\"ai:customer:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 19:44:12', 1163); INSERT INTO `sys_oper_log` VALUES (339, 'AI-客户配置', 1, 'com.ruoyi.web.controller.ai.AiCustomerController.add()', 'POST', 1, 'admin', '研发部门', '/ai/customer', '127.0.0.1', '内网IP', '{\"bannerUrl\":\"http://localhost/ai-manager/customer\",\"createBy\":\"admin\",\"createTime\":\"2025-11-26 19:53:53\",\"delFlag\":\"0\",\"id\":1,\"logoUrl\":\"http://localhost/ai-manager/customer\",\"params\":{},\"rebateAmount\":\"10\",\"remark\":\"1234\",\"serviceUrl\":\"http://localhost/ai-manager/customer\",\"userCode\":\"F8D2C5E1\",\"userEmail\":\"13888888888\",\"userName\":\"测试\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 19:53:54', 993); INSERT INTO `sys_oper_log` VALUES (340, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-26 19:54:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 19:54:47', 594); INSERT INTO `sys_oper_log` VALUES (341, '代码生成', 8, 'com.ruoyi.generator.controller.GenController.batchGenCode()', 'GET', 1, 'admin', '研发部门', '/tool/gen/batchGenCode', '127.0.0.1', '内网IP', '{\"tables\":\"ai_work\"}', NULL, 0, NULL, '2025-11-26 20:23:06', 662); INSERT INTO `sys_oper_log` VALUES (342, '代码生成', 2, 'com.ruoyi.generator.controller.GenController.synchDb()', 'GET', 1, 'admin', '研发部门', '/tool/gen/synchDb/ai_work', '127.0.0.1', '内网IP', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 20:23:10', 8774); INSERT INTO `sys_oper_log` VALUES (343, '菜单管理', 1, 'com.ruoyi.web.controller.system.SysMenuController.add()', 'POST', 1, 'admin', '研发部门', '/system/menu', '127.0.0.1', '内网IP', '{\"children\":[],\"component\":\"ai/work/index\",\"createBy\":\"admin\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuName\":\"用户作品\",\"menuType\":\"C\",\"orderNum\":8,\"params\":{},\"parentId\":2000,\"path\":\"work\",\"perms\":\"ai:work:list\",\"status\":\"0\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-26 20:25:56', 884); INSERT INTO `sys_oper_log` VALUES (344, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"视频换脸\",\"dictSort\":22,\"dictType\":\"ai_function_type\",\"dictValue\":\"22\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 12:48:54', 857); INSERT INTO `sys_oper_log` VALUES (345, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:27\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":18,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:27\"},{\"createBy\":\"\",\"createTime\":\"2025-11-25 21:29:27\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":19,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-25 21:29:27\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"remark\":\"\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 12:57:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 12:58:01', 2656); INSERT INTO `sys_oper_log` VALUES (346, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 12:57:59\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":20,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 12:57:59\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 12:57:59\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":21,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 12:57:59\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"VISA\",\"remark\":\"\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 15:26:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:26:23', 2313); INSERT INTO `sys_oper_log` VALUES (347, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 12:57:59\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":20,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 12:57:59\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 12:57:59\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":21,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 12:57:59\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"VISA\",\"remark\":\"\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 15:26:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:26:27', 3492); INSERT INTO `sys_oper_log` VALUES (348, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:26:24\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":24,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:26:24\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:26:24\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":25,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:26:24\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 15:57:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:57:42', 2462); INSERT INTO `sys_oper_log` VALUES (349, '充值赠送活动', 1, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.add()', 'POST', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"gearList\":[{\"giftAmount\":10,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\"},{\"giftAmount\":50,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4},{\"giftAmount\":100,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:59:15', 1905); INSERT INTO `sys_oper_log` VALUES (350, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:57:40\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":26,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:57:40\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:57:40\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":27,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:57:40\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 15:59:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:59:47', 2007); INSERT INTO `sys_oper_log` VALUES (351, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:45\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":31,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:45\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:45\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":32,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:45\"}],\"id\":3,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 15:59:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 15:59:57', 2121); INSERT INTO `sys_oper_log` VALUES (352, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"endTime\":\"2025-11-29 00:00:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:56\",\"delFlag\":\"0\",\"giftAmount\":210,\"id\":33,\"params\":{},\"rechargeAmount\":200,\"rechargeId\":3,\"title\":\"充200送210\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:56\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:56\",\"delFlag\":\"0\",\"giftAmount\":330,\"id\":34,\"params\":{},\"rechargeAmount\":300,\"rechargeId\":3,\"title\":\"充300送330\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:56\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"startTime\":\"2025-11-26 00:00:00\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 16:00:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 16:00:13', 2113); INSERT INTO `sys_oper_log` VALUES (353, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 16:00:12\",\"delFlag\":\"0\",\"giftAmount\":10,\"id\":35,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 16:00:12\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 16:00:12\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":36,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 16:00:12\"},{\"giftAmount\":100,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":3}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 16:01:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 16:01:44', 2004); INSERT INTO `sys_oper_log` VALUES (354, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '127.0.0.1', '内网IP', '{\"bannerUrl\":\"http://localhost/ai-manager/customer\",\"createBy\":\"admin\",\"createTime\":\"2025-11-26 19:53:53\",\"delFlag\":\"0\",\"id\":1,\"logoUrl\":\"http://localhost/ai-manager/customer\",\"params\":{},\"rebateAmount\":\"10\",\"remark\":\"1234\",\"serviceUrl\":\"http://localhost/ai-manager/customer\",\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 16:20:07\",\"userCode\":\"XM001\",\"userEmail\":\"13888888888\",\"userName\":\"XM001\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 16:20:09', 1040); INSERT INTO `sys_oper_log` VALUES (355, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '127.0.0.1', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-27 16:24:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 16:24:15', 443); INSERT INTO `sys_oper_log` VALUES (356, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '127.0.0.1', '内网IP', '{\"id\":1,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 00:04:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:04:29', 729); INSERT INTO `sys_oper_log` VALUES (357, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '127.0.0.1', '内网IP', '{\"id\":1,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-28 00:06:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:06:23', 719); INSERT INTO `sys_oper_log` VALUES (358, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '127.0.0.1', '内网IP', '{\"id\":1,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 00:06:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:06:27', 1098); INSERT INTO `sys_oper_log` VALUES (359, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 16:01:42\",\"delFlag\":\"0\",\"giftAmount\":110,\"id\":37,\"params\":{},\"rechargeAmount\":10000,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 16:01:42\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 00:36:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:36:57', 3314); INSERT INTO `sys_oper_log` VALUES (360, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:36:55\",\"delFlag\":\"0\",\"giftAmount\":112,\"id\":40,\"params\":{},\"rechargeAmount\":112.00,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:36:55\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 00:44:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:44:42', 3261); INSERT INTO `sys_oper_log` VALUES (361, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:15\",\"delFlag\":\"0\",\"giftAmount\":10,\"id\":28,\"params\":{},\"rechargeAmount\":10.00,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:15\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:15\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":29,\"params\":{},\"rechargeAmount\":50.00,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:15\"},{\"createBy\":\"\",\"createTime\":\"2025-11-27 15:59:15\",\"delFlag\":\"0\",\"giftAmount\":100,\"id\":30,\"params\":{},\"rechargeAmount\":100.00,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-27 15:59:15\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 00:44:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:44:56', 2684); INSERT INTO `sys_oper_log` VALUES (362, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:44:40\",\"delFlag\":\"0\",\"giftAmount\":113,\"id\":41,\"params\":{},\"rechargeAmount\":112,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:44:40\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 00:46:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:46:29', 2628); INSERT INTO `sys_oper_log` VALUES (363, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '127.0.0.1', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:44:54\",\"delFlag\":\"0\",\"giftAmount\":11,\"id\":42,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:44:54\"},{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:44:54\",\"delFlag\":\"0\",\"giftAmount\":51,\"id\":43,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:44:54\"},{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:44:54\",\"delFlag\":\"0\",\"giftAmount\":101,\"id\":44,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:44:54\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 00:46:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 00:46:41', 2192); INSERT INTO `sys_oper_log` VALUES (364, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '23.249.17.33', ' ', '{\"configId\":101,\"configKey\":\"sys.portal.logo\",\"configName\":\"门户端logo\",\"configType\":\"N\",\"configValue\":\"https://images.iqyjsnwv.com/2025/11/28/ebf066d3_8005808.png\",\"createBy\":\"admin\",\"createTime\":\"2025-11-25 20:32:01\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-11-25 20:45:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:11:18', 56); INSERT INTO `sys_oper_log` VALUES (365, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/28/a33d763c_111111.jpeg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 01:12:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:12:03', 23); INSERT INTO `sys_oper_log` VALUES (366, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/28/3a7668a0_111111.jpeg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 01:12:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:12:32', 9); INSERT INTO `sys_oper_log` VALUES (367, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/1', '23.249.17.33', ' ', '[1]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:15:14', 15); INSERT INTO `sys_oper_log` VALUES (368, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/2', '23.249.17.33', ' ', '[2]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:15:38', 6); INSERT INTO `sys_oper_log` VALUES (369, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/3', '23.249.17.33', ' ', '[3]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:15:39', 7); INSERT INTO `sys_oper_log` VALUES (370, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/4', '23.249.17.33', ' ', '[4]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:15:41', 7); INSERT INTO `sys_oper_log` VALUES (371, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/28/2c655088_2222222.png\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 01:18:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:18:35', 10); INSERT INTO `sys_oper_log` VALUES (372, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/11/28/d339c843_2222222.png\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 01:18:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:18:45', 7); INSERT INTO `sys_oper_log` VALUES (373, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":1,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-28 01:22:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:22:10', 14); INSERT INTO `sys_oper_log` VALUES (374, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":11,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 01:22:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:22:18', 6); INSERT INTO `sys_oper_log` VALUES (375, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":12,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 01:22:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:22:18', 7); INSERT INTO `sys_oper_log` VALUES (376, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":10,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 01:22:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:22:19', 7); INSERT INTO `sys_oper_log` VALUES (377, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":10,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-28 01:23:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-27 17:23:55', 7); INSERT INTO `sys_oper_log` VALUES (378, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":17,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 09:06:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 01:06:37', 7); INSERT INTO `sys_oper_log` VALUES (379, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":12,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-28 09:06:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 01:06:48', 7); INSERT INTO `sys_oper_log` VALUES (380, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":18,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 09:11:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 01:11:41', 8); INSERT INTO `sys_oper_log` VALUES (381, 'ai-用户信息', 3, 'com.ruoyi.web.controller.ai.AiUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/user/13', '154.39.66.119', ' ', '[13]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 03:38:34', 558); INSERT INTO `sys_oper_log` VALUES (382, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":35,\"remark\":\"\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"21\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:05:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:05:55', 52); INSERT INTO `sys_oper_log` VALUES (383, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"111\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:12', 12); INSERT INTO `sys_oper_log` VALUES (384, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:22', 9); INSERT INTO `sys_oper_log` VALUES (385, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-21 22:24:28\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"price\":2,\"status\":0,\"title\":\"图生图2\",\"type\":\"12\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:25', 9); INSERT INTO `sys_oper_log` VALUES (386, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:06:02\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"price\":2,\"status\":0,\"title\":\"一键换脸\",\"type\":\"13\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:29', 7); INSERT INTO `sys_oper_log` VALUES (387, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"price\":2,\"status\":0,\"title\":\"快捷生图\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:35', 6); INSERT INTO `sys_oper_log` VALUES (388, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"price\":6,\"remark\":\"\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"21\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 12:06:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 04:06:44', 6); INSERT INTO `sys_oper_log` VALUES (389, '充值赠送记录', 3, 'com.ruoyi.web.controller.ai.AiRechargeGiftRecordController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/recharge-gift-record/1', '154.92.130.95', '香港 ', '[1]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:27:14', 25); INSERT INTO `sys_oper_log` VALUES (390, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '154.92.130.95', '香港 ', '{\"amount\":11,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"duration\":222,\"id\":2,\"params\":{},\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 13:27:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:27:36', 77); INSERT INTO `sys_oper_log` VALUES (391, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '154.92.130.95', '香港 ', '{\"amount\":10,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"duration\":222,\"id\":2,\"params\":{},\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 13:27:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:27:43', 11); INSERT INTO `sys_oper_log` VALUES (392, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '154.92.130.95', '香港 ', '{\"amount\":11,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:32:34\",\"delFlag\":\"0\",\"duration\":11,\"endTime\":\"2025-11-18 00:00:00\",\"id\":1,\"params\":{},\"startTime\":\"2025-11-14 00:00:00\",\"status\":1,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 13:27:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:27:50', 8); INSERT INTO `sys_oper_log` VALUES (393, '返佣记录', 3, 'com.ruoyi.web.controller.ai.AiRebateRecordController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/rebate-record/1', '154.92.130.95', '香港 ', '[1]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:28:02', 8); INSERT INTO `sys_oper_log` VALUES (394, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '154.92.130.95', '香港 ', '{\"content\":\"

TesTTesTTesTTesTTesTTesTTesT

\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"TesT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-11-28 13:29:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 05:29:10', 26); INSERT INTO `sys_oper_log` VALUES (395, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '154.92.130.93', '香港 ', '{\"id\":21,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-28 15:56:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 07:56:54', 75); INSERT INTO `sys_oper_log` VALUES (396, '个人信息', 2, 'com.ruoyi.web.controller.system.SysProfileController.updatePwd()', 'PUT', 1, 'admin', '研发部门', '/system/user/profile/updatePwd', '154.92.130.93', '香港 ', '{}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-28 07:57:53', 283); INSERT INTO `sys_oper_log` VALUES (397, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":11,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-29 23:29:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:29:37', 55); INSERT INTO `sys_oper_log` VALUES (398, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":17,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-29 23:29:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:29:39', 7); INSERT INTO `sys_oper_log` VALUES (399, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":21,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-11-29 23:29:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:29:46', 7); INSERT INTO `sys_oper_log` VALUES (400, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"id\":3,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-29 23:29:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:29:51', 18); INSERT INTO `sys_oper_log` VALUES (401, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '23.249.17.33', ' ', '{\"id\":2,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-29 23:29:51\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:29:53', 10); INSERT INTO `sys_oper_log` VALUES (402, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":1221,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-29 23:35:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:35:10', 7); INSERT INTO `sys_oper_log` VALUES (403, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":1222,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-29 23:35:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:35:13', 9); INSERT INTO `sys_oper_log` VALUES (404, 'ai作品', 2, 'com.ruoyi.web.controller.ai.AiWorkController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/work', '23.249.17.33', ' ', '{\"id\":1224,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-11-29 23:35:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 15:35:16', 7); INSERT INTO `sys_oper_log` VALUES (405, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:52:57\",\"default\":false,\"dictCode\":104,\"dictLabel\":\"快捷生视频\",\"dictSort\":21,\"dictType\":\"ai_function_type\",\"dictValue\":\"21\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 16:01:09', 22); INSERT INTO `sys_oper_log` VALUES (406, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/order/index\",\"createTime\":\"2025-11-13 22:36:36\",\"icon\":\"server\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2006,\"menuName\":\"订单记录\",\"menuType\":\"C\",\"orderNum\":5,\"params\":{},\"parentId\":2000,\"path\":\"order\",\"perms\":\"ai:order:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 16:12:16', 20); INSERT INTO `sys_oper_log` VALUES (407, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/work/index\",\"createTime\":\"2025-11-26 20:25:55\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2019,\"menuName\":\"用户作品\",\"menuType\":\"C\",\"orderNum\":8,\"params\":{},\"parentId\":2000,\"path\":\"work\",\"perms\":\"ai:work:list\",\"routeName\":\"\",\"status\":\"1\",\"updateBy\":\"admin\",\"visible\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-29 16:14:44', 10); INSERT INTO `sys_oper_log` VALUES (408, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '23.249.17.33', ' ', '{\"id\":3,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-30 08:11:28', 287); INSERT INTO `sys_oper_log` VALUES (409, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/rechargeGiftRecord/index\",\"createTime\":\"2025-11-20 22:12:52\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2017,\"menuName\":\"充值赠送记录\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGiftRecord\",\"perms\":\"ai:rechargeGiftRecord:list\",\"routeName\":\"\",\"status\":\"1\",\"updateBy\":\"admin\",\"visible\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-30 10:26:42', 30); INSERT INTO `sys_oper_log` VALUES (410, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/rechargeGift/index\",\"createTime\":\"2025-11-20 22:11:58\",\"icon\":\"clipboard\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2016,\"menuName\":\"充值活动\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGift\",\"perms\":\"ai:rechargeGift:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-30 10:26:48', 11); INSERT INTO `sys_oper_log` VALUES (411, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '23.249.17.33', ' ', '{\"amount\":10,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-30 18:27:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-30 10:27:28', 12); INSERT INTO `sys_oper_log` VALUES (412, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '23.249.17.33', ' ', '{\"amount\":10,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"duration\":0,\"id\":2,\"params\":{},\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-11-30 18:27:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-11-30 10:27:32', 7); INSERT INTO `sys_oper_log` VALUES (413, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '23.249.17.33', ' ', '{\"content\":\"

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.


\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"What should I do if I encounter bugs or generation failures during use?\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 08:49:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:49:04', 52); INSERT INTO `sys_oper_log` VALUES (414, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '23.249.17.33', ' ', '{\"content\":\"

What should I do if I encounter bugs or generation failures during use?

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.

\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"What should I do if I encounter bugs or generation failures during use?\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 08:49:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:49:39', 8); INSERT INTO `sys_oper_log` VALUES (415, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '23.249.17.33', ' ', '{\"content\":\"

What should I do if I encounter bugs or generation failures during use?

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.
\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"What should I do if I encounter bugs or generation failures during use?\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 08:49:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:49:46', 10); INSERT INTO `sys_oper_log` VALUES (416, '站内信管理', 3, 'com.ruoyi.web.controller.ai.AiUserMessageController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/message/1', '23.249.17.33', ' ', '[1]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:51:39', 12); INSERT INTO `sys_oper_log` VALUES (417, '站内信管理', 3, 'com.ruoyi.web.controller.ai.AiUserMessageController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/message/2', '23.249.17.33', ' ', '[2]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:51:41', 6); INSERT INTO `sys_oper_log` VALUES (418, '站内信管理', 3, 'com.ruoyi.web.controller.ai.AiUserMessageController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/message/3', '23.249.17.33', ' ', '[3]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:51:43', 6); INSERT INTO `sys_oper_log` VALUES (419, '站内信管理', 3, 'com.ruoyi.web.controller.ai.AiUserMessageController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/message/4', '23.249.17.33', ' ', '[4]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 00:51:46', 5); INSERT INTO `sys_oper_log` VALUES (420, '字典类型', 1, 'com.ruoyi.web.controller.system.SysDictTypeController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/type', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"dictName\":\"AI-客户配置\",\"dictType\":\"customer_set\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:01:34', 54); INSERT INTO `sys_oper_log` VALUES (421, '字典类型', 2, 'com.ruoyi.web.controller.system.SysDictTypeController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/type', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-02 03:01:33\",\"dictId\":102,\"dictName\":\"AI-客户配置\",\"dictType\":\"ai_customer_set\",\"params\":{},\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:01:41', 30); INSERT INTO `sys_oper_log` VALUES (422, '字典数据', 1, 'com.ruoyi.web.controller.system.SysDictDataController.add()', 'POST', 1, 'admin', '研发部门', '/system/dict/data', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"default\":false,\"dictLabel\":\"XM001\",\"dictSort\":1,\"dictType\":\"ai_customer_set\",\"dictValue\":\"1\",\"listClass\":\"default\",\"params\":{},\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:02:22', 24); INSERT INTO `sys_oper_log` VALUES (423, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-02 03:02:18\",\"default\":false,\"dictCode\":106,\"dictLabel\":\"XM001\",\"dictSort\":1,\"dictType\":\"ai_customer_set\",\"dictValue\":\"XM001\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:02:35', 12); INSERT INTO `sys_oper_log` VALUES (424, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '154.92.130.95', '香港 ', '{\"bannerUrl\":\"http://localhost/ai-manager/customer\",\"createBy\":\"admin\",\"createTime\":\"2025-11-26 19:53:53\",\"delFlag\":\"0\",\"id\":1,\"logoUrl\":\"http://localhost/ai-manager/customer\",\"params\":{},\"rebateAmount\":\"5%\",\"remark\":\"https://www.undressing.top\",\"serviceUrl\":\"http://localhost/ai-manager/customer\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:46:14\",\"userCode\":\"XM001\",\"userEmail\":\"13888888888\",\"userName\":\"XM001\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:46:18', 17); INSERT INTO `sys_oper_log` VALUES (425, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '154.92.130.95', '香港 ', '{\"bannerUrl\":\"http://localhost/ai-manager/customer\",\"createBy\":\"admin\",\"createTime\":\"2025-11-26 19:53:53\",\"delFlag\":\"0\",\"id\":1,\"logoUrl\":\"http://localhost/ai-manager/customer\",\"params\":{},\"rebateAmount\":\"\",\"remark\":\"https://www.undressing.top\",\"serviceUrl\":\"http://localhost/ai-manager/customer\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:46:32\",\"userCode\":\"XM001\",\"userEmail\":\"13888888888\",\"userName\":\"XM001\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:46:33', 7); INSERT INTO `sys_oper_log` VALUES (426, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":5,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:04', 13); INSERT INTO `sys_oper_log` VALUES (427, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":6,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:05', 7); INSERT INTO `sys_oper_log` VALUES (428, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":7,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:07', 7); INSERT INTO `sys_oper_log` VALUES (429, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":8,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:08', 9); INSERT INTO `sys_oper_log` VALUES (430, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":9,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:09', 6); INSERT INTO `sys_oper_log` VALUES (431, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":10,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:10', 9); INSERT INTO `sys_oper_log` VALUES (432, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":11,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:12', 6); INSERT INTO `sys_oper_log` VALUES (433, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":12,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:13', 7); INSERT INTO `sys_oper_log` VALUES (434, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.92.130.95', '香港 ', '{\"id\":13,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-02 11:47:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 03:47:14', 7); INSERT INTO `sys_oper_log` VALUES (435, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":17,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:35:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:35:54', 14); INSERT INTO `sys_oper_log` VALUES (436, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":14,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:35:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:36:01', 9); INSERT INTO `sys_oper_log` VALUES (437, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":18,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:36:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:36:02', 6); INSERT INTO `sys_oper_log` VALUES (438, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":20,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:36:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:36:06', 6); INSERT INTO `sys_oper_log` VALUES (439, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":11,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:36:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:36:13', 6); INSERT INTO `sys_oper_log` VALUES (440, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":22,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:36:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:36:56', 6); INSERT INTO `sys_oper_log` VALUES (441, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":21,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:36:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:37:00', 8); INSERT INTO `sys_oper_log` VALUES (442, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":24,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-02 12:39:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-02 04:39:16', 7); INSERT INTO `sys_oper_log` VALUES (443, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"把图中的中间的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-03 13:05:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-03 05:05:12', 300); INSERT INTO `sys_oper_log` VALUES (444, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"把图中的中间的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-03 13:05:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-03 05:05:41', 10); INSERT INTO `sys_oper_log` VALUES (445, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-21 22:24:28\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"price\":2,\"status\":0,\"title\":\"一键换衣\",\"type\":\"12\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-03 13:05:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-03 05:05:42', 8); INSERT INTO `sys_oper_log` VALUES (446, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:52:24\",\"default\":false,\"dictCode\":101,\"dictLabel\":\"一键脱衣\",\"dictSort\":11,\"dictType\":\"ai_function_type\",\"dictValue\":\"11\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-03 05:06:10', 37); INSERT INTO `sys_oper_log` VALUES (447, '字典数据', 2, 'com.ruoyi.web.controller.system.SysDictDataController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/dict/data', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-24 13:52:33\",\"default\":false,\"dictCode\":102,\"dictLabel\":\"一键换衣\",\"dictSort\":12,\"dictType\":\"ai_function_type\",\"dictValue\":\"12\",\"isDefault\":\"N\",\"listClass\":\"default\",\"params\":{},\"path\":\"\",\"status\":\"0\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-03 05:06:15', 18); INSERT INTO `sys_oper_log` VALUES (448, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"把图中的成年人的衣服和裤子全部脱光,漏出大胸大奶的性感裸体,注意不要让乳头消失\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-04 10:33:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-04 02:33:41', 56); INSERT INTO `sys_oper_log` VALUES (449, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":146,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:44:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:44:49', 57); INSERT INTO `sys_oper_log` VALUES (450, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":22,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:07', 5); INSERT INTO `sys_oper_log` VALUES (451, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":21,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:09', 6); INSERT INTO `sys_oper_log` VALUES (452, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":20,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:10', 6); INSERT INTO `sys_oper_log` VALUES (453, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":18,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:12', 7); INSERT INTO `sys_oper_log` VALUES (454, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":17,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:15', 6); INSERT INTO `sys_oper_log` VALUES (455, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":24,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:15', 6); INSERT INTO `sys_oper_log` VALUES (456, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":14,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:16', 6); INSERT INTO `sys_oper_log` VALUES (457, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":11,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:18', 5); INSERT INTO `sys_oper_log` VALUES (458, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":132,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:51\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:56', 12); INSERT INTO `sys_oper_log` VALUES (459, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":134,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:45:56\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:45:58', 5); INSERT INTO `sys_oper_log` VALUES (460, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":138,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:46:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:46:31', 5); INSERT INTO `sys_oper_log` VALUES (461, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":116,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:46:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:47:05', 6); INSERT INTO `sys_oper_log` VALUES (462, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":97,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:48:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:48:18', 5); INSERT INTO `sys_oper_log` VALUES (463, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":70,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 10:48:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:48:32', 5); INSERT INTO `sys_oper_log` VALUES (464, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.92.130.95', '香港 ', '{\"id\":2,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 10:49:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:49:49', 6); INSERT INTO `sys_oper_log` VALUES (465, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.92.130.95', '香港 ', '{\"id\":3,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 10:49:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:49:51', 20); INSERT INTO `sys_oper_log` VALUES (466, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.92.130.95', '香港 ', '{\"id\":4,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 10:49:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:49:52', 6); INSERT INTO `sys_oper_log` VALUES (467, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.92.130.95', '香港 ', '{\"id\":1,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 10:49:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 02:49:53', 6); INSERT INTO `sys_oper_log` VALUES (468, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":199,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:31', 58); INSERT INTO `sys_oper_log` VALUES (469, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":197,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:40', 8); INSERT INTO `sys_oper_log` VALUES (470, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":198,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:41', 11); INSERT INTO `sys_oper_log` VALUES (471, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":193,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:51\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:52', 6); INSERT INTO `sys_oper_log` VALUES (472, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":190,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:53', 10); INSERT INTO `sys_oper_log` VALUES (473, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":188,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:16:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:16:59', 7); INSERT INTO `sys_oper_log` VALUES (474, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":195,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:17:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:17:17', 18); INSERT INTO `sys_oper_log` VALUES (475, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":188,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 11:17:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:17:21', 8); INSERT INTO `sys_oper_log` VALUES (476, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":200,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 11:17:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:17:28', 7); INSERT INTO `sys_oper_log` VALUES (477, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":138,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 11:24:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 03:25:01', 11); INSERT INTO `sys_oper_log` VALUES (478, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":206,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 15:00:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 07:00:21', 56); INSERT INTO `sys_oper_log` VALUES (479, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.92.130.95', '香港 ', '{\"id\":203,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 15:00:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 07:00:22', 8); INSERT INTO `sys_oper_log` VALUES (480, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:27\",\"delFlag\":\"0\",\"id\":14,\"params\":{},\"prompt\":\"1\",\"title\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:30:27', 16); INSERT INTO `sys_oper_log` VALUES (481, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/14', '2407:cdc0:b00a::19', '内网IP', '[14]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:30:31', 14); INSERT INTO `sys_oper_log` VALUES (482, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:34\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"title\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:30:34', 5); INSERT INTO `sys_oper_log` VALUES (483, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:46\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"2\",\"title\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:30:46', 5); INSERT INTO `sys_oper_log` VALUES (484, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2407:cdc0:b00a::19', '内网IP', '{\"balance\":99983,\"id\":5,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:33:07', 24); INSERT INTO `sys_oper_log` VALUES (485, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.updatePassword()', 'PUT', 1, 'admin', '研发部门', '/ai/user/updatePassword', '2407:cdc0:b00a::19', '内网IP', '{\"id\":16,\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:34:21', 97); INSERT INTO `sys_oper_log` VALUES (486, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:47\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"高清 4K , 背景替换为白色\",\"status\":0,\"title\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 17:39:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:39:53', 7); INSERT INTO `sys_oper_log` VALUES (487, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2407:cdc0:b00a::19', '内网IP', '{\"balance\":100000,\"id\":16,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:40:25', 13); INSERT INTO `sys_oper_log` VALUES (488, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:47\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"背景替换为白色\",\"status\":0,\"title\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 17:41:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:41:34', 5); INSERT INTO `sys_oper_log` VALUES (489, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-08 17:42:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 09:42:07', 11); INSERT INTO `sys_oper_log` VALUES (490, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '23.249.17.33', ' ', '{\"id\":96,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-08 23:37:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 15:38:01', 5); INSERT INTO `sys_oper_log` VALUES (491, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '23.249.17.33', ' ', '{\"id\":96,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2025-12-08 23:39:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-08 15:39:09', 5); INSERT INTO `sys_oper_log` VALUES (492, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"id\":5,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:09:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:09:29', 54); INSERT INTO `sys_oper_log` VALUES (493, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2407:cdc0:b00a::19', '内网IP', '{\"id\":6,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:09:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:09:32', 8); INSERT INTO `sys_oper_log` VALUES (494, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":1,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:13:15', 31); INSERT INTO `sys_oper_log` VALUES (495, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:13:18', 13); INSERT INTO `sys_oper_log` VALUES (496, '客服管理', 2, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/service', '2407:cdc0:b00a::19', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:18:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:18:40', 14); INSERT INTO `sys_oper_log` VALUES (497, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2407:cdc0:b00a::19', '内网IP', '{\"id\":2,\"params\":{},\"status\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:21:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:21:07', 12); INSERT INTO `sys_oper_log` VALUES (498, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2407:cdc0:b00a::19', '内网IP', '{\"id\":1,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:21:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:21:10', 7); INSERT INTO `sys_oper_log` VALUES (499, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2407:cdc0:b00a::19', '内网IP', '{\"id\":2,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:22:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:22:58', 25); INSERT INTO `sys_oper_log` VALUES (500, '站内信管理', 1, 'com.ruoyi.web.controller.ai.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '2407:cdc0:b00a::19', '内网IP', '{\"content\":\"111\",\"createBy\":\"admin\",\"createTime\":\"2025-12-09 13:23:22\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"sendType\":0,\"title\":\"test\",\"userIds\":[]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:23:22', 15); INSERT INTO `sys_oper_log` VALUES (501, '站内信管理', 1, 'com.ruoyi.web.controller.ai.AiUserMessageController.add()', 'POST', 1, 'admin', '研发部门', '/ai/message', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-09 13:23:26\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"sendType\":0,\"userIds\":[]}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:23:26', 8); INSERT INTO `sys_oper_log` VALUES (502, '【帮助管理】', 1, 'com.ruoyi.web.controller.ai.AiHelpController.add()', 'POST', 1, 'admin', '研发部门', '/ai/help', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-09 13:25:26\",\"delFlag\":\"0\",\"id\":2,\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:25:26', 9); INSERT INTO `sys_oper_log` VALUES (503, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/amount', '2407:cdc0:b00a::19', '内网IP', '{\"amount\":10,\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:37:01\",\"delFlag\":\"0\",\"duration\":1,\"id\":2,\"params\":{},\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 13:44:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:44:11', 7); INSERT INTO `sys_oper_log` VALUES (504, 'ai-用户信息', 3, 'com.ruoyi.web.controller.ai.AiUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/user/5', '2407:cdc0:b00a::19', '内网IP', '[5]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:44:57', 19); INSERT INTO `sys_oper_log` VALUES (505, 'ai-用户信息', 3, 'com.ruoyi.web.controller.ai.AiUserController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/user/24', '2407:cdc0:b00a::19', '内网IP', '[24]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 05:45:20', 9); INSERT INTO `sys_oper_log` VALUES (506, 'AI-客户配置', 2, 'com.ruoyi.web.controller.ai.AiCustomerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/customer', '2407:cdc0:b00a::19', '内网IP', '{\"bannerUrl\":\"http://localhost/ai-manager/customer https://images.iqyjsnwv.com/2025/12/09/53300a82_0f271de314dd9ef4c796465c2543495e_high.jpg https://images.iqyjsnwv.com/2025/12/09/db0f8770_54.png\",\"bannerUrls\":[{\"params\":{},\"uid\":1765260199107,\"url\":\"http://localhost/ai-manager/customer\"},{\"params\":{},\"uid\":1765260208244,\"url\":\"https://images.iqyjsnwv.com/2025/12/09/53300a82_0f271de314dd9ef4c796465c2543495e_high.jpg\"},{\"params\":{},\"uid\":1765260233088,\"url\":\"https://images.iqyjsnwv.com/2025/12/09/db0f8770_54.png\"}],\"createBy\":\"admin\",\"createTime\":\"2025-11-26 19:53:53\",\"delFlag\":\"0\",\"id\":1,\"logoUrl\":\"http://localhost/ai-manager/customer\",\"params\":{},\"rebateAmount\":\"\",\"remark\":\"https://www.undressing.top\",\"serviceUrl\":\"http://localhost/ai-manager/customer\",\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 14:04:53\",\"userCode\":\"XM001\",\"userEmail\":\"13888888888\",\"userName\":\"XM001\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 06:04:53', 34); INSERT INTO `sys_oper_log` VALUES (507, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":3,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 06:31:16', 19); INSERT INTO `sys_oper_log` VALUES (508, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":4,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 06:31:19', 15); INSERT INTO `sys_oper_log` VALUES (509, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":3,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 06:34:49', 12); INSERT INTO `sys_oper_log` VALUES (510, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '2407:cdc0:b00a::19', '内网IP', '{\"id\":4,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 06:35:49', 12); INSERT INTO `sys_oper_log` VALUES (511, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2407:cdc0:b00a::19', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-09 15:02:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:46:39\",\"delFlag\":\"0\",\"giftAmount\":10,\"id\":46,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:46:39\"},{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:46:39\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":47,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:46:39\"},{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:46:39\",\"delFlag\":\"0\",\"giftAmount\":100,\"id\":48,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:46:39\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-09 15:01:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-09 07:01:00', 23); INSERT INTO `sys_oper_log` VALUES (512, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2407:cdc0:b00a::19', '内网IP', '{\"balance\":10000,\"id\":27,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-10 08:08:50', 18); INSERT INTO `sys_oper_log` VALUES (513, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, heart-shaped pubic hair, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, lying on bed M-shaped legs, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field (negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-10 16:10:58\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiManagerMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiManagerMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_manager SET del_flag=?, title=?, price=?, status=?, prompt=?, type=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-10 08:10:58', 11); INSERT INTO `sys_oper_log` VALUES (514, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, very large breasts, nipples perfectly matching skin tone, heart-shaped pubic hair, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, lying on bed M-shaped legs, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field (negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-10 16:11:07\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiManagerMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiManagerMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_manager SET del_flag=?, title=?, price=?, status=?, prompt=?, type=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-10 08:11:07', 5); INSERT INTO `sys_oper_log` VALUES (515, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2407:cdc0:b00a::19', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, {胸部大小}, nipples perfectly matching skin tone, {阴毛样式}, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, {动作}, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field (negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-10 16:22:10\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiManagerMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiManagerMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_manager SET del_flag=?, title=?, price=?, status=?, prompt=?, type=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-10 08:22:10', 4); INSERT INTO `sys_oper_log` VALUES (516, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2407:cdc0:b00a::19', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-09 15:02:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-09 07:01:00\",\"delFlag\":\"0\",\"giftAmount\":10,\"id\":49,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-09 07:01:00\"},{\"createBy\":\"\",\"createTime\":\"2025-12-09 07:01:00\",\"delFlag\":\"0\",\"giftAmount\":50,\"id\":50,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-09 07:01:00\"},{\"createBy\":\"\",\"createTime\":\"2025-12-09 07:01:00\",\"delFlag\":\"0\",\"giftAmount\":100,\"giveAmount\":10,\"id\":51,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-09 07:01:00\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-11 10:54:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-11 02:54:35', 80); INSERT INTO `sys_oper_log` VALUES (517, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/rechargeGiftRecord/index\",\"createTime\":\"2025-11-20 22:12:52\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2017,\"menuName\":\"充值赠送记录\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGiftRecord\",\"perms\":\"ai:rechargeGiftRecord:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-15 11:43:30', 62); INSERT INTO `sys_oper_log` VALUES (518, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '23.249.17.33', ' ', '{\"children\":[],\"component\":\"ai/rechargeGiftRecord/index\",\"createTime\":\"2025-11-20 22:12:52\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2017,\"menuName\":\"充值赠送记录\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGiftRecord\",\"perms\":\"ai:rechargeGiftRecord:list\",\"routeName\":\"\",\"status\":\"1\",\"updateBy\":\"admin\",\"visible\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-15 11:44:08', 10); INSERT INTO `sys_oper_log` VALUES (519, '【帮助管理】', 3, 'com.ruoyi.web.controller.ai.AiHelpController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/help/2', '154.92.130.95', '香港 ', '[2]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 02:40:11', 35); INSERT INTO `sys_oper_log` VALUES (520, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:35\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部大小\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 13:50:19\"}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_tag SET del_flag=?, parent_id=?, ai_id=?, title=?, status=?, prompt=?, title_u_s=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'', '2025-12-16 05:50:21', 117); INSERT INTO `sys_oper_log` VALUES (521, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:35\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部大小\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 13:50:19\"}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_tag SET del_flag=?, parent_id=?, ai_id=?, title=?, status=?, prompt=?, title_u_s=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'', '2025-12-16 05:50:21', 10); INSERT INTO `sys_oper_log` VALUES (522, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/gift/changeUserStatus', '37.9.33.202', ' ', '{\"id\":3,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:51:44', 25); INSERT INTO `sys_oper_log` VALUES (523, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '37.9.33.202', ' ', '{\"content\":\"

What should I do if I encounter bugs or generation failures during use?

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.
\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"What should I do if I encounter bugs or generation failures during use?\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 13:54:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:54:12', 14); INSERT INTO `sys_oper_log` VALUES (524, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '37.9.33.202', ' ', '{\"content\":\"

What should I do if I encounter bugs or generation failures during use?

You can try the following methods to resolve the issue:

  1. Check your network connection: Ensure your device has a stable network connection.
  2. Clear browser cache: Access your browser settings and clear the cached data.
  3. Log in again: Log out of your current account and then log back in before attempting to use the feature again.
  4. Use the Chrome browser: It is recommended to use the latest version of the Chrome browser for the best experience.
\",\"createBy\":\"admin\",\"createTime\":\"2025-11-14 22:14:45\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"remark\":\"\",\"status\":0,\"title\":\"What should I do if I encounter bugs or generation failures during use?\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 13:54:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:54:30', 9); INSERT INTO `sys_oper_log` VALUES (525, '【帮助管理】', 1, 'com.ruoyi.web.controller.ai.AiHelpController.add()', 'POST', 1, 'admin', '研发部门', '/ai/help', '37.9.33.202', ' ', '{\"content\":\"


\",\"createBy\":\"admin\",\"createTime\":\"2025-12-16 13:54:52\",\"delFlag\":\"0\",\"id\":3,\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:54:53', 10); INSERT INTO `sys_oper_log` VALUES (526, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '37.9.33.202', ' ', '{\"id\":2,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:55:18', 16); INSERT INTO `sys_oper_log` VALUES (527, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '37.9.33.202', ' ', '{\"id\":2,\"params\":{},\"status\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 05:55:32', 34); INSERT INTO `sys_oper_log` VALUES (528, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:35\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"1\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 14:01:34\"}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.updateById-Inline\n### The error occurred while setting parameters\n### SQL: UPDATE ai_tag SET del_flag=?, parent_id=?, ai_id=?, title=?, status=?, prompt=?, title_u_s=?, create_by=?, create_time=?, update_by=?, update_time=? WHERE id=?\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'', '2025-12-16 06:01:36', 7); INSERT INTO `sys_oper_log` VALUES (529, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-16 14:01:51\",\"delFlag\":\"0\",\"params\":{},\"prompt\":\"\",\"title\":\"breast size\",\"titleUS\":\"breast size\"}', NULL, 1, '\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO ai_tag ( del_flag, ai_id, title, prompt, title_u_s, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'title_u_s\' in \'field list\'', '2025-12-16 06:01:52', 8); INSERT INTO `sys_oper_log` VALUES (530, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '154.92.130.95', '香港 ', '{\"children\":[],\"component\":\"ai/message/index\",\"createTime\":\"2025-11-13 22:43:53\",\"icon\":\"message\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2011,\"menuName\":\"站内信管理\",\"menuType\":\"C\",\"orderNum\":3,\"params\":{},\"parentId\":2008,\"path\":\"message\",\"perms\":\"ai:message:list\",\"routeName\":\"\",\"status\":\"1\",\"updateBy\":\"admin\",\"visible\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 06:39:36', 18); INSERT INTO `sys_oper_log` VALUES (531, '菜单管理', 2, 'com.ruoyi.web.controller.system.SysMenuController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/menu', '154.92.130.95', '香港 ', '{\"children\":[],\"component\":\"ai/rechargeGiftRecord/index\",\"createTime\":\"2025-11-20 22:12:52\",\"icon\":\"nested\",\"isCache\":\"0\",\"isFrame\":\"1\",\"menuId\":2017,\"menuName\":\"充值赠送记录\",\"menuType\":\"C\",\"orderNum\":4,\"params\":{},\"parentId\":2013,\"path\":\"rechargeGiftRecord\",\"perms\":\"ai:rechargeGiftRecord:list\",\"routeName\":\"\",\"status\":\"0\",\"updateBy\":\"admin\",\"visible\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 06:40:23', 9); INSERT INTO `sys_oper_log` VALUES (532, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '23.249.17.33', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-09 15:02:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-11 02:54:34\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":52,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-11 02:54:34\"},{\"createBy\":\"\",\"createTime\":\"2025-12-11 02:54:34\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":53,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-11 02:54:34\"},{\"createBy\":\"\",\"createTime\":\"2025-12-11 02:54:34\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":54,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-11 02:54:34\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 22:44:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 14:44:18', 107); INSERT INTO `sys_oper_log` VALUES (533, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '23.249.17.33', ' ', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-11-28 00:46:28\",\"delFlag\":\"0\",\"giftAmount\":112,\"giveAmount\":1,\"id\":45,\"params\":{},\"rechargeAmount\":112,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-11-28 00:46:28\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / MasterCard\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-16 22:44:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-16 14:44:41', 22); INSERT INTO `sys_oper_log` VALUES (534, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '154.92.130.95', '香港 ', '{\"apiUrl\":\"/api/pay/jinsha-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-20 23:36:31\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-16 14:44:39\",\"delFlag\":\"0\",\"giftAmount\":112,\"giveAmount\":1,\"id\":58,\"params\":{},\"rechargeAmount\":112,\"rechargeId\":3,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-16 14:44:39\"}],\"id\":3,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / Master\",\"remark\":\"\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 11:18:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 03:18:41', 18); INSERT INTO `sys_oper_log` VALUES (535, '充值赠送活动', 1, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.add()', 'POST', 1, 'admin', '研发部门', '/ai/gift', '154.92.130.95', '香港 ', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-17 11:19:00\",\"delFlag\":\"0\",\"gearList\":[{\"params\":{},\"rechargeId\":5}],\"id\":5,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / Master / Amex\",\"type\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 03:19:01', 10); INSERT INTO `sys_oper_log` VALUES (536, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '154.92.130.95', '香港 ', '{\"apiUrl\":\"/api/pay/yuzhou-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-12-17 11:19:01\",\"delFlag\":\"0\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-17 03:19:00\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":60,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":5,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 03:19:00\"}],\"id\":5,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"VISA / Master / Amex\",\"status\":0,\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 11:19:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 03:19:29', 18); INSERT INTO `sys_oper_log` VALUES (537, '【帮助管理】', 1, 'com.ruoyi.web.controller.ai.AiHelpController.add()', 'POST', 1, 'admin', '研发部门', '/ai/help', '37.9.33.202', ' ', '{\"content\":\"

2

\",\"createBy\":\"admin\",\"createTime\":\"2025-12-17 12:57:32\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"title\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 04:57:34', 12); INSERT INTO `sys_oper_log` VALUES (538, '【帮助管理】', 2, 'com.ruoyi.web.controller.ai.AiHelpController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/help', '37.9.33.202', ' ', '{\"content\":\"

2

\",\"createBy\":\"admin\",\"createTime\":\"2025-12-17 12:57:32\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"remark\":\"1\",\"status\":0,\"title\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 12:57:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 04:57:52', 7); INSERT INTO `sys_oper_log` VALUES (539, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:35\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部大小\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 12:59:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 04:59:45', 13); INSERT INTO `sys_oper_log` VALUES (540, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:35\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部大小\",\"titleHK\":\"胸部大小1\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 12:59:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:00:02', 6); INSERT INTO `sys_oper_log` VALUES (541, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:47\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"very large breasts,\",\"status\":0,\"title\":\"超巨乳\",\"titleHK\":\"超巨乳\",\"titleUS\":\"very large breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:00:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:00:45', 6); INSERT INTO `sys_oper_log` VALUES (542, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:01:08\",\"delFlag\":\"0\",\"id\":17,\"params\":{},\"parentId\":15,\"prompt\":\"medium breasts,\",\"title\":\"中等胸\",\"titleHK\":\"中等胸1\",\"titleUS\":\"medium breasts\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:01:10', 7); INSERT INTO `sys_oper_log` VALUES (543, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:47\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"very large breasts\",\"status\":0,\"title\":\"超巨乳\",\"titleHK\":\"超巨乳1\",\"titleUS\":\"very large breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:01:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:01:15', 5); INSERT INTO `sys_oper_log` VALUES (544, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:01:35\",\"delFlag\":\"0\",\"id\":18,\"params\":{},\"parentId\":15,\"prompt\":\"small breasts,\",\"title\":\"小胸\",\"titleHK\":\"小胸1\",\"titleUS\":\"small breasts\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:01:35', 5); INSERT INTO `sys_oper_log` VALUES (545, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:02:37\",\"delFlag\":\"0\",\"params\":{},\"prompt\":\"both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression,,both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face,,both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO ai_tag ( del_flag, ai_id, title, prompt, title_HK, title_US, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-17 05:02:38', 72); INSERT INTO `sys_oper_log` VALUES (546, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:02:42\",\"delFlag\":\"0\",\"params\":{},\"prompt\":\"both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression,,both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face,,both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO ai_tag ( del_flag, ai_id, title, prompt, title_HK, title_US, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-17 05:02:43', 6); INSERT INTO `sys_oper_log` VALUES (547, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:03:03\",\"delFlag\":\"0\",\"params\":{},\"prompt\":\"both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression,,both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face,,both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO ai_tag ( del_flag, ai_id, title, prompt, title_HK, title_US, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-17 05:03:07', 5); INSERT INTO `sys_oper_log` VALUES (548, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:03:39\",\"delFlag\":\"0\",\"params\":{},\"prompt\":\"both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression,,both hands squeezing breasts inward from sides creating deep cleavage, breasts overflowing between arms, aroused face,,both hands lifting and pushing up very large breasts from below, underboob visible, breasts weighing heavily in palms,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', NULL, 1, '\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n### The error may exist in com/ruoyi/ai/mapper/AiTagMapper.java (best guess)\n### The error may involve com.ruoyi.ai.mapper.AiTagMapper.insert-Inline\n### The error occurred while setting parameters\n### SQL: INSERT INTO ai_tag ( del_flag, ai_id, title, prompt, title_HK, title_US, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? )\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1\n; Data truncation: Data too long for column \'prompt\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'prompt\' at row 1', '2025-12-17 05:03:41', 5); INSERT INTO `sys_oper_log` VALUES (549, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:04:10\",\"delFlag\":\"0\",\"id\":19,\"params\":{},\"prompt\":\"transparent black lace micro bikini,crotchless red lace lingerie with garterbelt and stockings,naked apron only\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:04:11', 5); INSERT INTO `sys_oper_log` VALUES (550, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:04:34\",\"delFlag\":\"0\",\"id\":20,\"params\":{},\"parentId\":19,\"prompt\":\"\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:04:35', 7); INSERT INTO `sys_oper_log` VALUES (551, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:04:35\",\"delFlag\":\"0\",\"id\":20,\"params\":{},\"prompt\":\"\",\"status\":0,\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:04:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:04:45', 6); INSERT INTO `sys_oper_log` VALUES (552, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/19', '37.9.33.202', ' ', '[19]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:04:57', 10); INSERT INTO `sys_oper_log` VALUES (553, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:05:39\",\"delFlag\":\"0\",\"id\":21,\"params\":{},\"parentId\":20,\"prompt\":\"naked apron only,,crotchless red lace lingerie with garterbelt and stockings,,transparent black lace micro bikini,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:05:41', 6); INSERT INTO `sys_oper_log` VALUES (554, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:04:35\",\"delFlag\":\"0\",\"id\":20,\"params\":{},\"prompt\":\"\",\"status\":0,\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:06:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:06:26', 6); INSERT INTO `sys_oper_log` VALUES (555, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/20', '37.9.33.202', ' ', '[20]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:06:29', 6); INSERT INTO `sys_oper_log` VALUES (556, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/21', '37.9.33.202', ' ', '[21]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:06:34', 6); INSERT INTO `sys_oper_log` VALUES (557, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:06:50\",\"delFlag\":\"0\",\"id\":22,\"params\":{},\"prompt\":\"\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:06:51', 6); INSERT INTO `sys_oper_log` VALUES (558, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:07:23\",\"delFlag\":\"0\",\"id\":23,\"params\":{},\"parentId\":22,\"prompt\":\"transparent black lace micro bikini,,crotchless red lace lingerie with garterbelt and stockings,,naked apron only,\",\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:07:28', 5); INSERT INTO `sys_oper_log` VALUES (559, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.4), naked, no clothes, breasts fully exposed, {胸部大小} nipples perfectly matching skin tone, subtle small delicate light pink slit perfectly matching body skin tone, perfectly smooth flat pubic mound with absolutely nothing on it, normal beautiful natural tiny pussy no swelling, {动作} perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, anything on pubic mound, nipples on crotch, bumps on mons pubis, markings on crotch, swollen pussy, puffy pussy, enlarged labia, deformed pussy, dark pussy, color mismatch crotch, loli, child, old, realistic photo, lowres:1.8)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:22:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:22:02', 14); INSERT INTO `sys_oper_log` VALUES (560, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '37.9.33.202', ' ', '{\"balance\":100000,\"id\":36,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:43:26', 25); INSERT INTO `sys_oper_log` VALUES (561, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作} {乳头可见度}, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:47:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:47:41', 9); INSERT INTO `sys_oper_log` VALUES (562, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:48:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:48:07', 6); INSERT INTO `sys_oper_log` VALUES (563, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-08 17:30:47\",\"delFlag\":\"0\",\"id\":16,\"params\":{},\"parentId\":15,\"prompt\":\"very large breasts,\",\"status\":0,\"title\":\"超巨乳\",\"titleHK\":\"超巨乳1\",\"titleUS\":\"very large breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:51:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:51:48', 5); INSERT INTO `sys_oper_log` VALUES (564, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:01:09\",\"delFlag\":\"0\",\"id\":17,\"params\":{},\"parentId\":15,\"prompt\":\"medium breasts,\",\"status\":0,\"title\":\"中等胸\",\"titleHK\":\"中等胸1\",\"titleUS\":\"medium breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:51:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:51:57', 5); INSERT INTO `sys_oper_log` VALUES (565, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:01:35\",\"delFlag\":\"0\",\"id\":18,\"params\":{},\"parentId\":15,\"prompt\":\"small breasts,\",\"status\":0,\"title\":\"小胸\",\"titleHK\":\"小胸1\",\"titleUS\":\"small breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:51:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:51:58', 3); INSERT INTO `sys_oper_log` VALUES (566, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作}, {胸部大小}, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 13:53:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 05:53:17', 6); INSERT INTO `sys_oper_log` VALUES (567, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '37.9.33.202', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-17 20:10:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-16 14:44:14\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":55,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-16 14:44:14\"},{\"createBy\":\"\",\"createTime\":\"2025-12-16 14:44:14\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":56,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-16 14:44:14\"},{\"createBy\":\"\",\"createTime\":\"2025-12-16 14:44:14\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":57,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-16 14:44:14\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 20:09:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 12:09:05', 85); INSERT INTO `sys_oper_log` VALUES (568, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '37.9.33.202', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-17 20:10:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:09:02\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":62,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:09:02\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:09:02\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":63,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:09:02\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:09:02\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":0,\"id\":64,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:09:02\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 20:12:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 12:12:33', 20); INSERT INTO `sys_oper_log` VALUES (569, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '37.9.33.202', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-10 20:10:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:31\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":65,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:31\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:31\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":66,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:31\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:31\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":67,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:31\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-17 20:12:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-17 12:12:54', 21); INSERT INTO `sys_oper_log` VALUES (570, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作}, {胸部大小}, no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:12:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:12:31', 56); INSERT INTO `sys_oper_log` VALUES (571, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:07:23\",\"delFlag\":\"0\",\"id\":23,\"params\":{},\"parentId\":22,\"prompt\":\"transparent black lace micro bikini,^,crotchless red lace lingerie with garterbelt and stockings,^naked apron only,\",\"status\":0,\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:13:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:13:03', 23); INSERT INTO `sys_oper_log` VALUES (572, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {动作} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:13:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:13:30', 11); INSERT INTO `sys_oper_log` VALUES (573, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '37.9.33.202', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-18 14:20:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:49\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":68,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:49\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:49\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":69,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:49\"},{\"createBy\":\"\",\"createTime\":\"2025-12-17 12:12:49\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":70,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-17 12:12:49\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:14:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:14:34', 48); INSERT INTO `sys_oper_log` VALUES (574, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '37.9.33.202', ' ', '{\"balance\":100000,\"id\":36,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:15:21', 26); INSERT INTO `sys_oper_log` VALUES (575, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '37.9.33.202', ' ', '{\"balance\":100110,\"id\":36,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:15:36', 16); INSERT INTO `sys_oper_log` VALUES (576, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '37.9.33.202', ' ', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-18 14:18:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:14:33\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":71,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:14:33\"},{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:14:33\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":72,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:14:33\"},{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:14:33\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":73,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:14:33\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:16:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:16:34', 17); INSERT INTO `sys_oper_log` VALUES (577, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:24:53\",\"delFlag\":\"0\",\"id\":24,\"params\":{},\"prompt\":\"virgin killer sweater only,^classic black bunny suit with fishnet stockings,^completely transparent white babydoll lingerie,\",\"title\":\"服装\",\"titleHK\":\"服装1\",\"titleUS\":\"clothing\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:24:53', 6); INSERT INTO `sys_oper_log` VALUES (578, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:25:33\",\"delFlag\":\"0\",\"id\":25,\"params\":{},\"parentId\":24,\"prompt\":\"completely transparent white babydoll lingerie,^virgin killer sweater only,^classic black bunny suit with fishnet stockings,\",\"title\":\"服装\",\"titleHK\":\"服装1\",\"titleUS\":\"clothing\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:25:33', 4); INSERT INTO `sys_oper_log` VALUES (579, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '37.9.33.202', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"price\":2,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, wearing {服装} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field \\n(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, extra arms, extra legs, extra fingers, fused fingers, deformed hands, swollen pussy, deformed pussy, dark pussy, color mismatch, bad anatomy, loli, realistic photo, lowres:1.9)\",\"status\":0,\"title\":\"一键脱衣\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:25:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:25:56', 10); INSERT INTO `sys_oper_log` VALUES (580, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:06:50\",\"delFlag\":\"0\",\"id\":22,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:26:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:26:31', 6); INSERT INTO `sys_oper_log` VALUES (581, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-17 13:06:50\",\"delFlag\":\"0\",\"id\":22,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"动作\",\"titleHK\":\"动作1\",\"titleUS\":\"action\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:29:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:29:07', 7); INSERT INTO `sys_oper_log` VALUES (582, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/22', '37.9.33.202', ' ', '[22]', NULL, 1, '要删除的标签存在子级标签', '2025-12-18 06:31:31', 12); INSERT INTO `sys_oper_log` VALUES (583, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:31:42\",\"delFlag\":\"0\",\"id\":26,\"params\":{},\"prompt\":\"\",\"title\":\"1\",\"titleUS\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:31:46', 6); INSERT INTO `sys_oper_log` VALUES (584, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:31:48\",\"delFlag\":\"0\",\"id\":27,\"params\":{},\"parentId\":26,\"prompt\":\"\",\"title\":\"2\",\"titleUS\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:31:50', 5); INSERT INTO `sys_oper_log` VALUES (585, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/26', '37.9.33.202', ' ', '[26]', NULL, 1, '要删除的标签存在子级标签', '2025-12-18 06:31:53', 5); INSERT INTO `sys_oper_log` VALUES (586, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/27', '37.9.33.202', ' ', '[27]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:31:55', 12); INSERT INTO `sys_oper_log` VALUES (587, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/26', '37.9.33.202', ' ', '[26]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:31:59', 9); INSERT INTO `sys_oper_log` VALUES (588, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:44:51\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"头发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:37:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:37:22', 5); INSERT INTO `sys_oper_log` VALUES (589, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:44:51\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"头发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:37:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:37:23', 4); INSERT INTO `sys_oper_log` VALUES (590, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"\",\"status\":1,\"title\":\"卷发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:37:24\"}', NULL, 1, '必须开启一个子级标签!', '2025-12-18 06:37:25', 10); INSERT INTO `sys_oper_log` VALUES (591, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"\",\"status\":1,\"title\":\"卷发\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-18 14:37:26\"}', NULL, 1, '必须开启一个子级标签!', '2025-12-18 06:37:27', 10); INSERT INTO `sys_oper_log` VALUES (592, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:38:58\",\"delFlag\":\"0\",\"id\":28,\"params\":{},\"prompt\":\"\",\"title\":\"头饰\",\"titleUS\":\"toushi\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:38:59', 5); INSERT INTO `sys_oper_log` VALUES (593, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:39:06\",\"delFlag\":\"0\",\"id\":29,\"params\":{},\"parentId\":28,\"prompt\":\"\",\"title\":\"1\",\"titleUS\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:39:06', 5); INSERT INTO `sys_oper_log` VALUES (594, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":2,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:39:59\",\"delFlag\":\"0\",\"id\":30,\"params\":{},\"prompt\":\"1\",\"title\":\"1\",\"titleUS\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:06', 5); INSERT INTO `sys_oper_log` VALUES (595, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":2,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:40:04\",\"delFlag\":\"0\",\"id\":31,\"params\":{},\"parentId\":30,\"prompt\":\"\",\"title\":\"2\",\"titleUS\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:07', 4); INSERT INTO `sys_oper_log` VALUES (596, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:40:20\",\"delFlag\":\"0\",\"id\":32,\"params\":{},\"prompt\":\"\",\"title\":\"1\",\"titleUS\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:23', 7); INSERT INTO `sys_oper_log` VALUES (597, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:40:24\",\"delFlag\":\"0\",\"id\":33,\"params\":{},\"parentId\":32,\"prompt\":\"\",\"title\":\"2\",\"titleUS\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:32', 5); INSERT INTO `sys_oper_log` VALUES (598, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":5,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:40:36\",\"delFlag\":\"0\",\"id\":34,\"params\":{},\"prompt\":\"\",\"title\":\"1\",\"titleUS\":\"1\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:37', 5); INSERT INTO `sys_oper_log` VALUES (599, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '37.9.33.202', ' ', '{\"aiId\":5,\"createBy\":\"admin\",\"createTime\":\"2025-12-18 14:40:41\",\"delFlag\":\"0\",\"id\":35,\"params\":{},\"parentId\":34,\"prompt\":\"\",\"title\":\"2\",\"titleUS\":\"2\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 06:40:42', 5); INSERT INTO `sys_oper_log` VALUES (600, '返佣记录', 1, 'com.ruoyi.web.controller.ai.AiRebateRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/rebate-record', '23.249.17.33', ' ', '{\"amount\":1,\"createTime\":\"2025-12-18 19:39:33\",\"delFlag\":\"0\",\"id\":11,\"params\":{},\"subordinateId\":1,\"superiorId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 11:39:34', 9); INSERT INTO `sys_oper_log` VALUES (601, '返佣记录', 3, 'com.ruoyi.web.controller.ai.AiRebateRecordController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/rebate-record/11', '23.249.17.33', ' ', '[11]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 11:39:45', 6); INSERT INTO `sys_oper_log` VALUES (602, '返佣记录', 1, 'com.ruoyi.web.controller.ai.AiRebateRecordController.add()', 'POST', 1, 'admin', '研发部门', '/ai/rebate-record', '23.249.17.33', ' ', '{\"amount\":1,\"createTime\":\"2025-12-18 20:13:15\",\"delFlag\":\"0\",\"id\":12,\"params\":{},\"subordinateId\":1,\"superiorId\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 20:13:17', 285); INSERT INTO `sys_oper_log` VALUES (603, '返佣记录', 3, 'com.ruoyi.web.controller.ai.AiRebateRecordController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/rebate-record/12', '23.249.17.33', ' ', '[12]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-18 20:13:21', 15); INSERT INTO `sys_oper_log` VALUES (604, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '23.249.17.33', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentIdSort\":\"\",\"price\":35,\"remark\":\"\",\"status\":0,\"title\":\"快捷生视频\",\"type\":\"21\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 07:29:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 07:29:06', 57); INSERT INTO `sys_oper_log` VALUES (605, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:30:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:16:33\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":74,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:16:33\"},{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:16:33\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":75,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:16:33\"},{\"createBy\":\"\",\"createTime\":\"2025-12-18 06:16:33\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":10,\"id\":76,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-18 06:16:33\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:28:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:28:27', 52); INSERT INTO `sys_oper_log` VALUES (606, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:30:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:27\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":77,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:27\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:27\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":78,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:27\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:27\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":79,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:27\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:28:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:28:50', 13); INSERT INTO `sys_oper_log` VALUES (607, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:50\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":80,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:50\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:50\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":81,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:50\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:28:50\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":82,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:28:50\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:29:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:29:21', 16); INSERT INTO `sys_oper_log` VALUES (608, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:39:50\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":1,\"prompt\":\"1^2^3\",\"status\":0,\"title\":\"城市夜景\",\"titleHK\":\"城市夜景\",\"titleUS\":\"City Nightscape1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:31:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:31:59', 14); INSERT INTO `sys_oper_log` VALUES (609, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:30\",\"delFlag\":\"0\",\"id\":18,\"params\":{},\"parentId\":17,\"prompt\":\"4^5^6\",\"status\":0,\"title\":\"颜色鲜艳\",\"titleHK\":\"顏色鮮豔\",\"titleUS\":\"Bright Colors\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:32:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:32:10', 4); INSERT INTO `sys_oper_log` VALUES (610, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"1,17,22,23\",\"price\":10,\"prompt\":\"生成{细节},{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:33:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:33:21', 6); INSERT INTO `sys_oper_log` VALUES (611, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:39:50\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":1,\"prompt\":\"主题1^主题2^主题3\",\"status\":0,\"title\":\"城市夜景\",\"titleHK\":\"城市夜景\",\"titleUS\":\"City Nightscape1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:34:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:34:52', 7); INSERT INTO `sys_oper_log` VALUES (612, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:30\",\"delFlag\":\"0\",\"id\":18,\"params\":{},\"parentId\":17,\"prompt\":\"风格4^风格5^风格6\",\"status\":0,\"title\":\"颜色鲜艳\",\"titleHK\":\"顏色鮮豔\",\"titleUS\":\"Bright Colors\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:35:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:35:03', 5); INSERT INTO `sys_oper_log` VALUES (613, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:45:11\",\"delFlag\":\"0\",\"id\":24,\"params\":{},\"parentId\":22,\"prompt\":\"细节1^细节2^细节3\",\"status\":0,\"title\":\"流星落下\",\"titleHK\":\"流星落下\",\"titleUS\":\"Flow Rate\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 17:35:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 17:35:22', 5); INSERT INTO `sys_oper_log` VALUES (614, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,22,17,1\",\"price\":10,\"prompt\":\"生成{细节},{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:06:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:06:21', 6); INSERT INTO `sys_oper_log` VALUES (615, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,22,17,17\",\"price\":10,\"prompt\":\"生成{细节},{细节}包含{风格},分辨率{风格}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:07:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:07:13', 6); INSERT INTO `sys_oper_log` VALUES (616, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,22,17,1\",\"price\":10,\"prompt\":\"生成{细节},{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:07:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:07:25', 6); INSERT INTO `sys_oper_log` VALUES (617, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,17,1\",\"price\":10,\"prompt\":\"生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:09:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:09:34', 7); INSERT INTO `sys_oper_log` VALUES (618, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"\",\"price\":10,\"prompt\":\"\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:15:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:15:36', 7); INSERT INTO `sys_oper_log` VALUES (619, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,17,1\",\"price\":10,\"prompt\":\"生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 18:15:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 18:15:49', 7); INSERT INTO `sys_oper_log` VALUES (620, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:29:21\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":83,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:29:21\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:29:21\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":84,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:29:21\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 17:29:21\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":85,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 17:29:21\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:22:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:22:26', 15); INSERT INTO `sys_oper_log` VALUES (621, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:26\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":86,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:26\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:26\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":87,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:26\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:26\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":88,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:26\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:22:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:22:38', 17); INSERT INTO `sys_oper_log` VALUES (622, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"11,5,8\",\"price\":8,\"prompt\":\"生成一个美女{裤子},{头发},{衣服}的图像\",\"status\":0,\"title\":\"快捷生图\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:26:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:26:52', 7); INSERT INTO `sys_oper_log` VALUES (623, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"11,5,8\",\"price\":8,\"prompt\":\"生成一个美女{裤子},{头发},{衣服}的图像\",\"status\":0,\"title\":\"快捷生图\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:26:56\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:26:56', 8); INSERT INTO `sys_oper_log` VALUES (624, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"11,5,8\",\"price\":8,\"prompt\":\"生成一个美女{裤子},{头发},{衣服}的图像\",\"status\":0,\"title\":\"快捷生图\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:26:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:26:57', 6); INSERT INTO `sys_oper_log` VALUES (625, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"\",\"price\":10,\"prompt\":\"\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:50:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:50:26', 8); INSERT INTO `sys_oper_log` VALUES (626, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,17,1\",\"price\":10,\"prompt\":\"生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:50:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:50:33', 7); INSERT INTO `sys_oper_log` VALUES (627, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"23,22,17,1\",\"price\":10,\"prompt\":\"{技术参数}生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:57:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:57:13', 7); INSERT INTO `sys_oper_log` VALUES (628, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 20:07:02\",\"delFlag\":\"0\",\"id\":34,\"params\":{},\"parentId\":23,\"prompt\":\"\",\"status\":0,\"title\":\"1080x1920\",\"titleHK\":\"1080x1920\",\"titleUS\":\"1080x1920\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-19 21:58:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-19 21:58:47', 7); INSERT INTO `sys_oper_log` VALUES (629, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"22,17,1\",\"price\":10,\"prompt\":\"生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 10:05:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 10:05:15', 57); INSERT INTO `sys_oper_log` VALUES (630, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"23,22,17,1\",\"price\":10,\"prompt\":\"{技术参数}生成,{细节}包含{风格},分辨率{主题}的图像\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 10:05:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 10:05:42', 9); INSERT INTO `sys_oper_log` VALUES (631, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 20:07:02\",\"delFlag\":\"0\",\"id\":34,\"params\":{},\"parentId\":23,\"prompt\":\"12\",\"status\":0,\"title\":\"1080x1920\",\"titleHK\":\"1080x1920\",\"titleUS\":\"1080x1920\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 10:07:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 10:07:50', 15); INSERT INTO `sys_oper_log` VALUES (632, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:38\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":89,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:38\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:38\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":90,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:38\"},{\"createBy\":\"\",\"createTime\":\"2025-12-19 21:22:38\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":91,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-19 21:22:38\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 10:09:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 10:09:04', 37); INSERT INTO `sys_oper_log` VALUES (633, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-19 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:04\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":92,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:04\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:04\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":93,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:04\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:04\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":94,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:04\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 10:09:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 10:09:29', 20); INSERT INTO `sys_oper_log` VALUES (634, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-11-24 23:01:20\",\"delFlag\":\"0\",\"id\":45,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"remark\":\"11111\",\"status\":1,\"title\":\"主题\",\"titleHK\":\"主題\",\"titleUS\":\"Theme\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:02', 5); INSERT INTO `sys_oper_log` VALUES (635, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:40:58\",\"delFlag\":\"0\",\"id\":48,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"风格\",\"titleHK\":\"風格\",\"titleUS\":\"Style\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:04', 5); INSERT INTO `sys_oper_log` VALUES (636, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:44:12\",\"delFlag\":\"0\",\"id\":51,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"细节\",\"titleHK\":\"細節\",\"titleUS\":\"Details\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:06', 4); INSERT INTO `sys_oper_log` VALUES (637, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:44:49\",\"delFlag\":\"0\",\"id\":52,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"技术参数\",\"titleHK\":\"技術參數\",\"titleUS\":\"Technical Parameters\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:08', 9); INSERT INTO `sys_oper_log` VALUES (638, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:39:50\",\"delFlag\":\"0\",\"id\":46,\"params\":{},\"parentId\":45,\"prompt\":\"\",\"status\":1,\"title\":\"城市夜景\",\"titleHK\":\"城市夜景\",\"titleUS\":\"City Nightscape\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:46', 7); INSERT INTO `sys_oper_log` VALUES (639, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:40:08\",\"delFlag\":\"0\",\"id\":47,\"params\":{},\"parentId\":45,\"prompt\":\"\",\"status\":1,\"title\":\"山川美景\",\"titleHK\":\"山川美景\",\"titleUS\":\"Mountain Scenery\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:50', 8); INSERT INTO `sys_oper_log` VALUES (640, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:30\",\"delFlag\":\"0\",\"id\":49,\"params\":{},\"parentId\":48,\"prompt\":\"\",\"status\":1,\"title\":\"颜色鲜艳\",\"titleHK\":\"顏色鮮豔\",\"titleUS\":\"Bright Colors\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:52', 5); INSERT INTO `sys_oper_log` VALUES (641, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":50,\"params\":{},\"parentId\":48,\"prompt\":\"\",\"status\":1,\"title\":\"颜色朴素\",\"titleHK\":\"顏色樸素\",\"titleUS\":\"Plain Colors\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:53', 9); INSERT INTO `sys_oper_log` VALUES (642, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:45:11\",\"delFlag\":\"0\",\"id\":53,\"params\":{},\"parentId\":51,\"prompt\":\"红色流星,黄色流星\",\"status\":1,\"title\":\"流星落下\",\"titleHK\":\"流星落下\",\"titleUS\":\"Flow Rate\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:55', 6); INSERT INTO `sys_oper_log` VALUES (643, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":3,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 20:07:02\",\"delFlag\":\"0\",\"id\":54,\"params\":{},\"parentId\":52,\"prompt\":\"\",\"status\":1,\"title\":\"1080x1920\",\"titleHK\":\"1080x1920\",\"titleUS\":\"1080x1920\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 15:29:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 15:29:57', 5); INSERT INTO `sys_oper_log` VALUES (644, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-31 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:29\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":95,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:29\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:29\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":96,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:29\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 10:09:29\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":97,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 10:09:29\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 16:11:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 16:11:03', 16); INSERT INTO `sys_oper_log` VALUES (645, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-31 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:03\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":98,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:03\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:03\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":99,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:03\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:03\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":100,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:03\"}],\"id\":4,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-22 16:11:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-22 16:11:11', 15); INSERT INTO `sys_oper_log` VALUES (646, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '2602:fbf1:b001::36', '内网IP', '{\"configId\":100,\"configKey\":\"sys.invite.commission\",\"configName\":\"一级返佣比例%\",\"configType\":\"N\",\"configValue\":\"1\",\"createBy\":\"admin\",\"createTime\":\"2025-11-19 20:22:03\",\"params\":{},\"remark\":\"用户注册给上级用户赠送佣金\",\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 09:04:26', 62); INSERT INTO `sys_oper_log` VALUES (647, '客服管理', 1, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.add()', 'POST', 1, 'admin', '研发部门', '/ai/service', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-23 09:05:51\",\"delFlag\":\"0\",\"id\":2,\"params\":{},\"url\":\"https://1.com\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 09:05:51', 13); INSERT INTO `sys_oper_log` VALUES (648, '客服管理', 1, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.add()', 'POST', 1, 'admin', '研发部门', '/ai/service', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-23 09:06:00\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"url\":\"https://2.com\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 09:06:00', 14); INSERT INTO `sys_oper_log` VALUES (649, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/23/38654d0d_0f271de314dd9ef4c796465c2543495e_high.jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 09:10:16\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 09:10:16', 20); INSERT INTO `sys_oper_log` VALUES (650, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:44:51\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"眼睛颜色\",\"titleHK\":\"眼睛颜色\",\"titleUS\":\"eye color\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:09:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:09:08', 11); INSERT INTO `sys_oper_log` VALUES (651, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"blue eyes\",\"remark\":\"\",\"status\":0,\"title\":\"蓝色眼睛\",\"titleHK\":\"蓝色眼睛\",\"titleUS\":\"Curly Hair\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:09:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:09:38', 6); INSERT INTO `sys_oper_log` VALUES (652, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"blue eyes\",\"remark\":\"\",\"status\":0,\"title\":\"蓝色眼睛\",\"titleHK\":\"蓝色眼睛\",\"titleUS\":\"blue eyes\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:09:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:09:49', 6); INSERT INTO `sys_oper_log` VALUES (653, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:45:30\",\"delFlag\":\"0\",\"id\":6,\"params\":{},\"parentId\":5,\"prompt\":\"blue eyes,\",\"remark\":\"\",\"status\":0,\"title\":\"蓝色眼睛\",\"titleHK\":\"蓝色眼睛\",\"titleUS\":\"blue eyes\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:09:56\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:09:56', 5); INSERT INTO `sys_oper_log` VALUES (654, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:29\",\"delFlag\":\"0\",\"id\":7,\"params\":{},\"parentId\":5,\"prompt\":\"green eyes,\",\"status\":0,\"title\":\"绿色眼睛\",\"titleHK\":\"绿色眼睛\",\"titleUS\":\"green eyes\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:10:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:10:15', 5); INSERT INTO `sys_oper_log` VALUES (655, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:10:34\",\"delFlag\":\"0\",\"id\":56,\"params\":{},\"parentId\":5,\"prompt\":\"hazel eyes,\",\"title\":\"榛色眼睛\",\"titleHK\":\"榛色眼睛\",\"titleUS\":\"hazel eyes\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:10:34', 7); INSERT INTO `sys_oper_log` VALUES (656, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:11:08\",\"delFlag\":\"0\",\"id\":57,\"params\":{},\"parentId\":5,\"prompt\":\"red eyes,\",\"title\":\"红色眼睛\",\"titleHK\":\"红色眼睛\",\"titleUS\":\"red eyes\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:11:08', 6); INSERT INTO `sys_oper_log` VALUES (657, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:46:56\",\"delFlag\":\"0\",\"id\":8,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"发型\",\"titleHK\":\"发型\",\"titleUS\":\"hairstyle\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:11:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:11:37', 5); INSERT INTO `sys_oper_log` VALUES (658, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:31\",\"delFlag\":\"0\",\"id\":9,\"params\":{},\"parentId\":8,\"prompt\":\"long straight black hair,\",\"status\":0,\"title\":\"长直黑发\",\"titleHK\":\"长直黑发\",\"titleUS\":\"long straight black hair\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:12:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:12:11', 6); INSERT INTO `sys_oper_log` VALUES (659, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:40\",\"delFlag\":\"0\",\"id\":10,\"params\":{},\"parentId\":8,\"prompt\":\"short curly blonde hair,\",\"status\":0,\"title\":\"短卷金发\",\"titleHK\":\"短卷金发\",\"titleUS\":\"short curly blonde hair\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:12:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:12:42', 5); INSERT INTO `sys_oper_log` VALUES (660, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:13:01\",\"delFlag\":\"0\",\"id\":58,\"params\":{},\"parentId\":8,\"prompt\":\"ponytail with bangs,\",\"title\":\"马尾刘海\",\"titleHK\":\"马尾刘海\",\"titleUS\":\"ponytail with bangs\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:13:01', 5); INSERT INTO `sys_oper_log` VALUES (661, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:13:24\",\"delFlag\":\"0\",\"id\":59,\"params\":{},\"parentId\":8,\"prompt\":\"messy bob cut,\",\"title\":\"凌乱波波头\",\"titleHK\":\"凌乱波波头\",\"titleUS\":\"messy bob cut\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:13:24', 6); INSERT INTO `sys_oper_log` VALUES (662, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:13:47\",\"delFlag\":\"0\",\"id\":60,\"params\":{},\"parentId\":8,\"prompt\":\"braided silver hair,\",\"title\":\"编织银发\",\"titleHK\":\"编织银发\",\"titleUS\":\"braided silver hair\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:13:47', 6); INSERT INTO `sys_oper_log` VALUES (663, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:47:51\",\"delFlag\":\"0\",\"id\":11,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"配饰\",\"titleHK\":\"配饰\",\"titleUS\":\"accessories\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:14:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:14:44', 5); INSERT INTO `sys_oper_log` VALUES (664, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:12\",\"delFlag\":\"0\",\"id\":12,\"params\":{},\"parentId\":11,\"prompt\":\"wearing earrings and necklace,\",\"status\":0,\"title\":\"戴耳环和项链\",\"titleHK\":\"戴耳环和项链\",\"titleUS\":\"wearing earrings and necklace\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:15:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:15:22', 6); INSERT INTO `sys_oper_log` VALUES (665, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-11-26 16:48:19\",\"delFlag\":\"0\",\"id\":13,\"params\":{},\"parentId\":11,\"prompt\":\"holding a flower crown,\",\"status\":0,\"title\":\"拿着花冠\",\"titleHK\":\"拿着花冠\",\"titleUS\":\"holding a flower crown\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 10:16:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:16:02', 5); INSERT INTO `sys_oper_log` VALUES (666, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:16:26\",\"delFlag\":\"0\",\"id\":61,\"params\":{},\"parentId\":11,\"prompt\":\"with glasses and scarf,\",\"title\":\"戴眼镜和围巾\",\"titleHK\":\"戴眼镜和围巾\",\"titleUS\":\"with glasses and scarf\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:16:26', 5); INSERT INTO `sys_oper_log` VALUES (667, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:19:08\",\"delFlag\":\"0\",\"id\":62,\"params\":{},\"parentId\":11,\"prompt\":\"cat ears and tail (for cosplay),\",\"title\":\"猫耳和尾巴\",\"titleHK\":\"猫耳和尾巴\",\"titleUS\":\"cat ears and tail\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:19:08', 6); INSERT INTO `sys_oper_log` VALUES (668, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 10:19:25\",\"delFlag\":\"0\",\"id\":63,\"params\":{},\"parentId\":11,\"prompt\":\"\",\"title\":\"无配饰\",\"titleHK\":\"无配饰\",\"titleUS\":\"no accessories\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 10:19:25', 7); INSERT INTO `sys_oper_log` VALUES (669, '客服管理', 1, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.add()', 'POST', 1, 'admin', '研发部门', '/ai/service', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-23 13:53:30\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"url\":\"baidu.com\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 13:53:30', 26); INSERT INTO `sys_oper_log` VALUES (670, '客服管理', 1, 'com.ruoyi.web.controller.ai.AiCustomerServiceController.add()', 'POST', 1, 'admin', '研发部门', '/ai/service', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-12-23 13:53:31\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"url\":\"baidu.com\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 13:53:31', 4); INSERT INTO `sys_oper_log` VALUES (671, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:07:09\",\"delFlag\":\"0\",\"id\":64,\"params\":{},\"prompt\":\"\",\"title\":\"表情\",\"titleHK\":\"表情\",\"titleUS\":\"expression\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:07:09', 5); INSERT INTO `sys_oper_log` VALUES (672, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:07:36\",\"delFlag\":\"0\",\"id\":65,\"params\":{},\"parentId\":64,\"prompt\":\"smiling happily,\",\"title\":\"快乐微笑\",\"titleHK\":\"快乐微笑\",\"titleUS\":\"smiling happily\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:07:36', 5); INSERT INTO `sys_oper_log` VALUES (673, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:07:53\",\"delFlag\":\"0\",\"id\":66,\"params\":{},\"prompt\":\"\",\"title\":\"姿势\",\"titleHK\":\"姿势\",\"titleUS\":\"pose\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:07:53', 5); INSERT INTO `sys_oper_log` VALUES (674, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:08:19\",\"delFlag\":\"0\",\"id\":67,\"params\":{},\"parentId\":66,\"prompt\":\"standing gracefully,\",\"title\":\"优雅站立\",\"titleHK\":\"优雅站立\",\"titleUS\":\"standing gracefully\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:08:19', 6); INSERT INTO `sys_oper_log` VALUES (675, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:08:38\",\"delFlag\":\"0\",\"id\":68,\"params\":{},\"prompt\":\"\",\"title\":\"背景\",\"titleHK\":\"背景\",\"titleUS\":\"background\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:08:38', 4); INSERT INTO `sys_oper_log` VALUES (676, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:08:59\",\"delFlag\":\"0\",\"id\":69,\"params\":{},\"parentId\":68,\"prompt\":\"in a sunny beach,\",\"title\":\"在阳光沙滩\",\"titleHK\":\"在阳光沙滩\",\"titleUS\":\"in a sunny beach\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:08:59', 5); INSERT INTO `sys_oper_log` VALUES (677, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:09:27\",\"delFlag\":\"0\",\"id\":70,\"params\":{},\"prompt\":\"\",\"title\":\"服装描述\",\"titleHK\":\"服装描述\",\"titleUS\":\"clothing_description\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:09:27', 5); INSERT INTO `sys_oper_log` VALUES (678, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:10:31\",\"delFlag\":\"0\",\"id\":71,\"params\":{},\"parentId\":70,\"prompt\":\"wearing transparent silk robe, nipples visible through fabric,\",\"title\":\"透明丝袍\",\"titleHK\":\"透明丝袍\",\"titleUS\":\"transparent silk robe\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:10:31', 5); INSERT INTO `sys_oper_log` VALUES (679, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:11:15\",\"delFlag\":\"0\",\"id\":72,\"params\":{},\"prompt\":\"\",\"title\":\"胸部大小\",\"titleHK\":\"胸部大小\",\"titleUS\":\"Breast size\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:11:15', 5); INSERT INTO `sys_oper_log` VALUES (680, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:11:44\",\"delFlag\":\"0\",\"id\":73,\"params\":{},\"parentId\":72,\"prompt\":\"voluptuous bust,\",\"title\":\"丰满胸围\",\"titleHK\":\"丰满胸围\",\"titleUS\":\"voluptuous bust\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:11:44', 6); INSERT INTO `sys_oper_log` VALUES (681, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:12:25\",\"delFlag\":\"0\",\"id\":74,\"params\":{},\"prompt\":\"\",\"title\":\"多人描述\",\"titleHK\":\"多人描述\",\"titleUS\":\"Multiple people described\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:12:25', 6); INSERT INTO `sys_oper_log` VALUES (682, 'ai-标签管理', 1, 'com.ruoyi.web.controller.ai.AiTagController.add()', 'POST', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:12:59\",\"delFlag\":\"0\",\"id\":75,\"params\":{},\"parentId\":74,\"prompt\":\"2girls, interacting playfully,\",\"title\":\"2个女孩嬉戏互动\",\"titleHK\":\"2个女孩嬉戏互动\",\"titleUS\":\"2girls interacting playfully\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:12:59', 9); INSERT INTO `sys_oper_log` VALUES (683, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"5,8,11,64,66,68,70,72,74\",\"price\":8,\"prompt\":\"1girl, solo, detailed face with {眼睛颜色} {发型} {配饰} {表情} {姿势} in {背景}, {服装描述} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: {多人描述}, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, an', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:16:19', 15); INSERT INTO `sys_oper_log` VALUES (684, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:08:19\",\"delFlag\":\"0\",\"id\":67,\"params\":{},\"parentId\":66,\"prompt\":\"standing gracefully\",\"status\":0,\"title\":\"优雅站立\",\"titleHK\":\"优雅站立\",\"titleUS\":\"standing gracefully\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:16:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:16:32', 5); INSERT INTO `sys_oper_log` VALUES (685, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-23 14:09:00\",\"delFlag\":\"0\",\"id\":69,\"params\":{},\"parentId\":68,\"prompt\":\"in a sunny beach\",\"status\":0,\"title\":\"在阳光沙滩\",\"titleHK\":\"在阳光沙滩\",\"titleUS\":\"in a sunny beach\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:16:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:16:38', 5); INSERT INTO `sys_oper_log` VALUES (686, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"5,8,11,64,66,68,70,72,74\",\"price\":8,\"prompt\":\"1girl, solo, detailed face with {眼睛颜色} {发型} {配饰} {表情} {姿势} in {背景}, {服装描述} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: {多人描述}, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, an', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:18:49', 9); INSERT INTO `sys_oper_log` VALUES (687, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-11-24 23:01:20\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"remark\":\"11111\",\"status\":0,\"title\":\"胸部大小\",\"titleHK\":\"胸部大小\",\"titleUS\":\"xiongbu\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:25:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:25:43', 6); INSERT INTO `sys_oper_log` VALUES (688, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/16', '2602:fbf1:b001::36', '内网IP', '[16]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:25:48', 18); INSERT INTO `sys_oper_log` VALUES (689, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:39:50\",\"delFlag\":\"0\",\"id\":15,\"params\":{},\"parentId\":1,\"prompt\":\"very large breasts\",\"status\":0,\"title\":\"超巨乳\",\"titleHK\":\"超巨乳\",\"titleUS\":\"very large breasts\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:26:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:26:06', 4); INSERT INTO `sys_oper_log` VALUES (690, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:30\",\"delFlag\":\"0\",\"id\":18,\"params\":{},\"parentId\":17,\"prompt\":\"both hands gently caressing own breasts from front, fingers lightly circling nipples, seductive expression\",\"status\":0,\"title\":\"双手从正面轻抚胸部\",\"titleHK\":\"双手从正面轻抚胸部\",\"titleUS\":\"shuangshoumoxiong\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:27:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:27:05', 5); INSERT INTO `sys_oper_log` VALUES (691, 'ai-标签管理', 3, 'com.ruoyi.web.controller.ai.AiTagController.remove()', 'DELETE', 1, 'admin', '研发部门', '/ai/tag/19', '2602:fbf1:b001::36', '内网IP', '[19]', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:27:10', 8); INSERT INTO `sys_oper_log` VALUES (692, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:45:11\",\"delFlag\":\"0\",\"id\":24,\"params\":{},\"parentId\":22,\"prompt\":\"细节1^细节2^细节3\",\"status\":1,\"title\":\"流星落下\",\"titleHK\":\"流星落下\",\"titleUS\":\"Flow Rate\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:28:47\"}', NULL, 1, '必须开启一个子级标签!', '2025-12-23 14:28:47', 11); INSERT INTO `sys_oper_log` VALUES (693, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:44:12\",\"delFlag\":\"0\",\"id\":22,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"细节\",\"titleHK\":\"細節\",\"titleUS\":\"Details\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:28:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:28:49', 6); INSERT INTO `sys_oper_log` VALUES (694, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:45:11\",\"delFlag\":\"0\",\"id\":24,\"params\":{},\"parentId\":22,\"prompt\":\"细节1^细节2^细节3\",\"status\":1,\"title\":\"流星落下\",\"titleHK\":\"流星落下\",\"titleUS\":\"Flow Rate\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:28:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:28:58', 7); INSERT INTO `sys_oper_log` VALUES (695, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 20:07:02\",\"delFlag\":\"0\",\"id\":34,\"params\":{},\"parentId\":23,\"prompt\":\"12\",\"status\":1,\"title\":\"1080x1920\",\"titleHK\":\"1080x1920\",\"titleUS\":\"1080x1920\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:29:00\"}', NULL, 1, '必须开启一个子级标签!', '2025-12-23 14:29:00', 12); INSERT INTO `sys_oper_log` VALUES (696, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:44:49\",\"delFlag\":\"0\",\"id\":23,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":1,\"title\":\"技术参数\",\"titleHK\":\"技術參數\",\"titleUS\":\"Technical Parameters\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:29:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:29:03', 6); INSERT INTO `sys_oper_log` VALUES (697, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '2602:fbf1:b001::36', '内网IP', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:40:58\",\"delFlag\":\"0\",\"id\":17,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"动作\",\"titleHK\":\"动作\",\"titleUS\":\"Style\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:29:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:29:44', 5); INSERT INTO `sys_oper_log` VALUES (698, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:05:27\",\"delFlag\":\"0\",\"id\":1,\"params\":{},\"parentIdSort\":\"1,17\",\"price\":10,\"prompt\":\"1girl, solo, exact same character as reference image, identical face eye color hairstyle accessories expression pose background lighting, (completely nude:1.2), naked, no clothes, breasts fully exposed, {胸部大小}, nipples perfectly matching skin tone, {动作}, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: all characters following same rules no frontal exposure:1.1)(negative: clothes, bra, panties, underwear, bikini, swimsuit, any fabric even one pixel, censored, mosaic, bar censor, any censorship, pasties, nipple covers, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, loli, child, old, realistic photo, lowres:1.8, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs)\",\"status\":0,\"title\":\"图生图1\",\"type\":\"11\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-23 14:30:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:30:07', 6); INSERT INTO `sys_oper_log` VALUES (699, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"5,8,11,64,66,68,70,72,74\",\"price\":8,\"prompt\":\"1girl, solo, detailed face with {眼睛颜色} {发型} {配饰} {表情} {姿势} in {背景}, {服装描述} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: {多人描述}, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, an', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:46:53', 6); INSERT INTO `sys_oper_log` VALUES (700, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:33\",\"delFlag\":\"0\",\"id\":4,\"params\":{},\"parentIdSort\":\"8,5,11,64,66,68,70,72,74\",\"price\":8,\"prompt\":\"1girl, solo, detailed face with {发型} {眼睛颜色} {配饰} {表情} {姿势} in {背景}, {服装描述} {胸部大小} no pubic hair at all, no body hair anywhere from neck to toes, pose that naturally conceals lower body from front view, legs positioned to avoid frontal genital exposure, side profile or back view emphasis, subtle natural body contours without explicit details, perfect anatomy, exactly two arms and two legs only, perfect hands with exactly 5 clearly separated fingers each no fusion no extra fingers, smooth natural skin texture, realistic proportions, masterpiece, best quality, ultra detailed, 8k, soft lighting, depth of field, high resolution, intricate details, cinematic composition, (if multiple characters: {多人描述}, all characters following same rules no frontal exposure:1.1)(negative: everyday clothes, casual outfit, school uniform, regular dress, any non-specified clothing, clothing glitch, fabric clipping, pubic hair, body hair, happy trail, hair on abdomen, hair on stomach, hair on torso, hair around navel, any hair below neck except head hair, frontal genital exposure, visible slit, visible pussy, exposed crotch, swollen labia, puffy labia, deformed genital area, dark mismatched crotch skin, any pubic details, extra arms, extra legs, extra hands, extra fingers, third arm, third leg, mutated limbs, more than two arms, more than two legs, fused fingers, deformed hands, bad hands, unnatural poses, violating human anatomy, bad anatomy, loli, child, old, realistic photo, lowres:1.9, blurry, artifacts, overexposed, underexposed, pixelated, jpeg artifacts, watermark, text, signature, ugly, deformed, mutated, extra limbs, poorly drawn face, poorly drawn hands, missing limbs, floating limbs, disconnected limbs, clothes if nude mode, bra if nude mode, panties if nude mode, underwear if nude mode, bikini if nude mode, swimsuit if nude mode, an', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-23 14:47:09', 7); INSERT INTO `sys_oper_log` VALUES (701, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:06:02\",\"delFlag\":\"0\",\"id\":3,\"params\":{},\"parentIdSort\":\"\",\"price\":10,\"prompt\":\"保持参考图1的内容风格不变,用参考图2的脸部对参考图1的脸部进行替换\",\"status\":0,\"title\":\"一键换脸\",\"type\":\"13\",\"updateBy\":\"admin\",\"updateTime\":\"2025-12-24 15:03:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-24 15:03:00', 73); INSERT INTO `sys_oper_log` VALUES (702, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":901,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-24 16:40:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-24 16:40:05', 19); INSERT INTO `sys_oper_log` VALUES (703, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":904,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-24 17:10:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-24 17:10:43', 13); INSERT INTO `sys_oper_log` VALUES (704, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":905,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-24 17:15:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-24 17:15:04', 7); INSERT INTO `sys_oper_log` VALUES (705, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":903,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-25 17:15:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-25 17:15:40', 60); INSERT INTO `sys_oper_log` VALUES (706, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":902,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-25 17:15:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-25 17:15:42', 7); INSERT INTO `sys_oper_log` VALUES (707, '参数管理', 1, 'com.ruoyi.web.controller.system.SysConfigController.add()', 'POST', 1, 'admin', '研发部门', '/system/config', '23.249.17.33', ' ', '{\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"100\",\"createBy\":\"admin\",\"params\":{}}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 11:29:05', 53); INSERT INTO `sys_oper_log` VALUES (708, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":906,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-26 12:06:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 12:06:38', 27); INSERT INTO `sys_oper_log` VALUES (709, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":907,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-26 12:06:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 12:06:39', 6); INSERT INTO `sys_oper_log` VALUES (710, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":908,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-26 12:06:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 12:06:41', 6); INSERT INTO `sys_oper_log` VALUES (711, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":909,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-26 12:06:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 12:06:42', 8); INSERT INTO `sys_oper_log` VALUES (712, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '2602:fbf1:b001::36', '内网IP', '{\"configId\":102,\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"1\",\"createBy\":\"admin\",\"createTime\":\"2025-12-26 11:29:04\",\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 12:09:00', 13); INSERT INTO `sys_oper_log` VALUES (713, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '2602:fbf1:b001::36', '内网IP', '{\"configId\":102,\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"100\",\"createBy\":\"admin\",\"createTime\":\"2025-12-26 11:29:04\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-12-26 12:09:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 14:39:31', 17); INSERT INTO `sys_oper_log` VALUES (714, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '2602:fbf1:b001::36', '内网IP', '{\"configId\":102,\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"0\",\"createBy\":\"admin\",\"createTime\":\"2025-12-26 11:29:04\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-12-26 14:39:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 14:51:01', 16); INSERT INTO `sys_oper_log` VALUES (715, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/26/ebd0aed8_images.jpeg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-26 17:27:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 17:27:57', 17); INSERT INTO `sys_oper_log` VALUES (716, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/26/756207ea_images.png\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-26 17:31:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-26 17:31:30', 7); INSERT INTO `sys_oper_log` VALUES (717, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '2602:fbf1:b001::36', '内网IP', '{\"configId\":102,\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"1000\",\"createBy\":\"admin\",\"createTime\":\"2025-12-26 11:29:04\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-12-26 14:51:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 11:40:21', 57); INSERT INTO `sys_oper_log` VALUES (718, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2602:fbf1:b001::36', '内网IP', '{\"balance\":1000,\"id\":35,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 11:40:47', 42); INSERT INTO `sys_oper_log` VALUES (719, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2602:fbf1:b001::36', '内网IP', '{\"balance\":0,\"id\":35,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 11:41:10', 16); INSERT INTO `sys_oper_log` VALUES (720, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/5e56dd36_images.png\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:48:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:48:43', 14); INSERT INTO `sys_oper_log` VALUES (721, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/6954f02a_image.jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:50:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:50:27', 7); INSERT INTO `sys_oper_log` VALUES (722, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/26/ebd0aed8_images.jpeg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:51:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:51:22', 5); INSERT INTO `sys_oper_log` VALUES (723, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/bd4240bd_image.jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:51:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:51:32', 6); INSERT INTO `sys_oper_log` VALUES (724, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:09\",\"delFlag\":\"0\",\"id\":3,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/ea50e84a_image (1).jpg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图3\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:52:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:52:38', 6); INSERT INTO `sys_oper_log` VALUES (725, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/68ea0460_unnamed.jpg\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":0,\"remark\":\"11212\",\"status\":0,\"title\":\"图2\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:56:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:56:20', 6); INSERT INTO `sys_oper_log` VALUES (726, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"id\":4,\"params\":{},\"status\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:56:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:56:24', 7); INSERT INTO `sys_oper_log` VALUES (727, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:24\",\"delFlag\":\"0\",\"id\":4,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/cd393b13_unnamed.jpg\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图4\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 16:56:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 16:56:34', 6); INSERT INTO `sys_oper_log` VALUES (728, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/29/f8edae91_画板 1.png\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 17:00:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 17:00:40', 6); INSERT INTO `sys_oper_log` VALUES (729, 'ai-用户信息', 2, 'com.ruoyi.web.controller.ai.AiUserController.changeBalance()', 'PUT', 1, 'admin', '研发部门', '/ai/user/changeBalance', '2602:fbf1:b001::36', '内网IP', '{\"balance\":10000,\"id\":39,\"params\":{},\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-29 17:05:54', 15); INSERT INTO `sys_oper_log` VALUES (730, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '2602:fbf1:b001::36', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-25 17:09:24\",\"delFlag\":\"0\",\"id\":4,\"imageUrl\":\"https://images.iqyjsnwv.com/2025/12/30/0af33ee3_画板 1.png\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":1,\"status\":0,\"title\":\"图4\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-30 11:22:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-30 11:22:13', 7); INSERT INTO `sys_oper_log` VALUES (731, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-31 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:11\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":101,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:11\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:11\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":102,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:11\"},{\"createBy\":\"\",\"createTime\":\"2025-12-22 16:11:11\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":103,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-22 16:11:11\"}],\"id\":4,\"isFristRecharge\":\"N\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-30 11:56:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-30 11:56:44', 31); INSERT INTO `sys_oper_log` VALUES (732, '充值赠送活动', 2, 'com.ruoyi.web.controller.ai.AiRechargeGiftController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/gift', '2602:fbf1:b001::36', '内网IP', '{\"apiUrl\":\"/api/pay/kada-pay\",\"createBy\":\"admin\",\"createTime\":\"2025-11-27 15:59:13\",\"delFlag\":\"0\",\"endTime\":\"2025-12-31 17:31:00\",\"gearList\":[{\"createBy\":\"\",\"createTime\":\"2025-12-30 11:56:44\",\"delFlag\":\"0\",\"giftAmount\":11,\"giveAmount\":1,\"id\":104,\"params\":{},\"rechargeAmount\":10,\"rechargeId\":4,\"title\":\"\",\"updateBy\":\"\",\"updateTime\":\"2025-12-30 11:56:44\"},{\"createBy\":\"\",\"createTime\":\"2025-12-30 11:56:44\",\"delFlag\":\"0\",\"giftAmount\":51,\"giveAmount\":1,\"id\":105,\"params\":{},\"rechargeAmount\":50,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-30 11:56:44\"},{\"createBy\":\"\",\"createTime\":\"2025-12-30 11:56:44\",\"delFlag\":\"0\",\"giftAmount\":110,\"giveAmount\":5,\"id\":106,\"params\":{},\"rechargeAmount\":100,\"rechargeId\":4,\"updateBy\":\"\",\"updateTime\":\"2025-12-30 11:56:44\"}],\"id\":4,\"isFristRecharge\":\"Y\",\"params\":{},\"payType\":\"PHP\",\"startTime\":\"2025-12-09 00:00:00\",\"status\":0,\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2025-12-30 11:57:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-30 11:57:06', 19); INSERT INTO `sys_oper_log` VALUES (733, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '2602:fbf1:b001::36', '内网IP', '{\"id\":1049,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2025-12-31 14:23:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-31 14:23:17', 60); INSERT INTO `sys_oper_log` VALUES (734, '体验金活动管理', 2, 'com.ruoyi.web.controller.ai.AiSampleAmountController.changeUserStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/amount/changeUserStatus', '2602:fbf1:b001::36', '内网IP', '{\"id\":2,\"params\":{},\"status\":1}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2025-12-31 14:25:07', 24); INSERT INTO `sys_oper_log` VALUES (735, '修改AI状态', 2, 'com.ruoyi.web.controller.ai.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '2602:fbf1:b001::36', '内网IP', '{\"id\":3,\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-05 16:28:01', 53); INSERT INTO `sys_oper_log` VALUES (736, '修改AI状态', 2, 'com.ruoyi.web.controller.ai.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '2602:fbf1:b001::36', '内网IP', '{\"id\":5,\"params\":{},\"status\":1,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-05 16:28:05', 8); INSERT INTO `sys_oper_log` VALUES (737, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":95,\"params\":{},\"parentId\":0,\"status\":0,\"title\":\"眼睛颜色\",\"titleHK\":\"眼睛顏色\",\"titleUS\":\"眼睛颜色\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-05 18:03:20\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-05 18:03:21', 27); INSERT INTO `sys_oper_log` VALUES (738, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":71,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部大小\",\"titleHK\":\"胸部大小\",\"titleUS\":\"breast size\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:37:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:37:07', 7); INSERT INTO `sys_oper_log` VALUES (739, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":75,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"阴毛样式\",\"titleHK\":\"陰毛樣式\",\"titleUS\":\"pubic hair pattern\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:37:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:37:29', 6); INSERT INTO `sys_oper_log` VALUES (740, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":1,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":79,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"胸部动作\",\"titleHK\":\"胸部動作\",\"titleUS\":\"chest action \",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:38:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:38:00', 6); INSERT INTO `sys_oper_log` VALUES (741, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":95,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"眼睛颜色\",\"titleHK\":\"眼睛顏色\",\"titleUS\":\"eye color\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:38:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:38:38', 6); INSERT INTO `sys_oper_log` VALUES (742, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":101,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"发型\",\"titleHK\":\"髮型\",\"titleUS\":\"hairstyle\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:38:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:38:49', 5); INSERT INTO `sys_oper_log` VALUES (743, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":107,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"配饰\",\"titleHK\":\"配飾\",\"titleUS\":\"accessories\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:38:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:38:58', 6); INSERT INTO `sys_oper_log` VALUES (744, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":113,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"表情\",\"titleHK\":\"表情\",\"titleUS\":\"expression\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:39:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:39:18', 6); INSERT INTO `sys_oper_log` VALUES (745, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":119,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"姿势\",\"titleHK\":\"姿勢\",\"titleUS\":\"pose\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:39:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:39:25', 5); INSERT INTO `sys_oper_log` VALUES (746, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":125,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"背景\",\"titleHK\":\"背景\",\"titleUS\":\"background\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:39:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:39:42', 5); INSERT INTO `sys_oper_log` VALUES (747, 'ai-标签管理', 2, 'com.ruoyi.web.controller.ai.AiTagController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/tag', '154.39.66.119', ' ', '{\"aiId\":4,\"createBy\":\"admin\",\"createTime\":\"2025-12-14 19:41:42\",\"delFlag\":\"0\",\"id\":131,\"params\":{},\"parentId\":0,\"prompt\":\"\",\"status\":0,\"title\":\"服装描述\",\"titleHK\":\"服裝描述\",\"titleUS\":\"clothing_description\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-06 10:39:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:39:56', 5); INSERT INTO `sys_oper_log` VALUES (748, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1131,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 10:44:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:44:34', 6); INSERT INTO `sys_oper_log` VALUES (749, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1130,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 10:44:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:44:36', 17); INSERT INTO `sys_oper_log` VALUES (750, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1133,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 10:44:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:44:37', 13); INSERT INTO `sys_oper_log` VALUES (751, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1135,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 10:44:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:44:38', 6); INSERT INTO `sys_oper_log` VALUES (752, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1137,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 10:44:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:44:41', 8); INSERT INTO `sys_oper_log` VALUES (753, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1133,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:35', 8); INSERT INTO `sys_oper_log` VALUES (754, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1137,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:36', 7); INSERT INTO `sys_oper_log` VALUES (755, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1135,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:38', 8); INSERT INTO `sys_oper_log` VALUES (756, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1131,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:40', 5); INSERT INTO `sys_oper_log` VALUES (757, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1130,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:44', 5); INSERT INTO `sys_oper_log` VALUES (758, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":905,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 10:49:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 10:49:47', 6); INSERT INTO `sys_oper_log` VALUES (759, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1259,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:43:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:43:47', 7); INSERT INTO `sys_oper_log` VALUES (760, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1255,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:43:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:43:50', 6); INSERT INTO `sys_oper_log` VALUES (761, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1251,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:43:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:43:56', 7); INSERT INTO `sys_oper_log` VALUES (762, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1250,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:03', 6); INSERT INTO `sys_oper_log` VALUES (763, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1248,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:06', 9); INSERT INTO `sys_oper_log` VALUES (764, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1246,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:07', 7); INSERT INTO `sys_oper_log` VALUES (765, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1243,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:10', 6); INSERT INTO `sys_oper_log` VALUES (766, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1244,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:11', 7); INSERT INTO `sys_oper_log` VALUES (767, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1241,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:15', 6); INSERT INTO `sys_oper_log` VALUES (768, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1232,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:18', 7); INSERT INTO `sys_oper_log` VALUES (769, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1237,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:20', 6); INSERT INTO `sys_oper_log` VALUES (770, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1221,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:23', 5); INSERT INTO `sys_oper_log` VALUES (771, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1211,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:28', 7); INSERT INTO `sys_oper_log` VALUES (772, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1217,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:31', 7); INSERT INTO `sys_oper_log` VALUES (773, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1213,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:32', 5); INSERT INTO `sys_oper_log` VALUES (774, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1212,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:35', 6); INSERT INTO `sys_oper_log` VALUES (775, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1202,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:40\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:41', 7); INSERT INTO `sys_oper_log` VALUES (776, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1201,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:42', 9); INSERT INTO `sys_oper_log` VALUES (777, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1203,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:42', 7); INSERT INTO `sys_oper_log` VALUES (778, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1208,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:46', 5); INSERT INTO `sys_oper_log` VALUES (779, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1210,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:48', 8); INSERT INTO `sys_oper_log` VALUES (780, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1191,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:44:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:44:54', 7); INSERT INTO `sys_oper_log` VALUES (781, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1169,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:07', 5); INSERT INTO `sys_oper_log` VALUES (782, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1135,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:18', 6); INSERT INTO `sys_oper_log` VALUES (783, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1126,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:25', 5); INSERT INTO `sys_oper_log` VALUES (784, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1121,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:27', 6); INSERT INTO `sys_oper_log` VALUES (785, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1122,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:29', 5); INSERT INTO `sys_oper_log` VALUES (786, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1112,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:34', 7); INSERT INTO `sys_oper_log` VALUES (787, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1117,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:35\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:36', 6); INSERT INTO `sys_oper_log` VALUES (788, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1118,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:39', 5); INSERT INTO `sys_oper_log` VALUES (789, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1115,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:39\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:41', 6); INSERT INTO `sys_oper_log` VALUES (790, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1116,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:42', 6); INSERT INTO `sys_oper_log` VALUES (791, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1113,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:44', 5); INSERT INTO `sys_oper_log` VALUES (792, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1114,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:45', 6); INSERT INTO `sys_oper_log` VALUES (793, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1111,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:47\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:48', 6); INSERT INTO `sys_oper_log` VALUES (794, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1119,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:50', 8); INSERT INTO `sys_oper_log` VALUES (795, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1120,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:45:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:45:53', 5); INSERT INTO `sys_oper_log` VALUES (796, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1101,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:01', 7); INSERT INTO `sys_oper_log` VALUES (797, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1107,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:05', 7); INSERT INTO `sys_oper_log` VALUES (798, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1088,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:12', 6); INSERT INTO `sys_oper_log` VALUES (799, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1089,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:14', 6); INSERT INTO `sys_oper_log` VALUES (800, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1083,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:17\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:17', 7); INSERT INTO `sys_oper_log` VALUES (801, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1073,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:23', 5); INSERT INTO `sys_oper_log` VALUES (802, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1074,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:25', 8); INSERT INTO `sys_oper_log` VALUES (803, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1075,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:28', 6); INSERT INTO `sys_oper_log` VALUES (804, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1066,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:38', 7); INSERT INTO `sys_oper_log` VALUES (805, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1038,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:56', 5); INSERT INTO `sys_oper_log` VALUES (806, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1037,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:56\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:46:57', 5); INSERT INTO `sys_oper_log` VALUES (807, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1036,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:46:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:03', 6); INSERT INTO `sys_oper_log` VALUES (808, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1034,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:06', 5); INSERT INTO `sys_oper_log` VALUES (809, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1035,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:09', 5); INSERT INTO `sys_oper_log` VALUES (810, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1033,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:09', 6); INSERT INTO `sys_oper_log` VALUES (811, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1031,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:14', 8); INSERT INTO `sys_oper_log` VALUES (812, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1030,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:12\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:15', 6); INSERT INTO `sys_oper_log` VALUES (813, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1032,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:15', 5); INSERT INTO `sys_oper_log` VALUES (814, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1029,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:18', 6); INSERT INTO `sys_oper_log` VALUES (815, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1028,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:19\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:23', 8); INSERT INTO `sys_oper_log` VALUES (816, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1026,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:24', 9); INSERT INTO `sys_oper_log` VALUES (817, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1027,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:24', 5); INSERT INTO `sys_oper_log` VALUES (818, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1025,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:25', 6); INSERT INTO `sys_oper_log` VALUES (819, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1024,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:27', 5); INSERT INTO `sys_oper_log` VALUES (820, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1022,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:36', 9); INSERT INTO `sys_oper_log` VALUES (821, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1023,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:36', 7); INSERT INTO `sys_oper_log` VALUES (822, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1021,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:31\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:39', 6); INSERT INTO `sys_oper_log` VALUES (823, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1020,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:34\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:42', 6); INSERT INTO `sys_oper_log` VALUES (824, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1019,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:44', 8); INSERT INTO `sys_oper_log` VALUES (825, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1016,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:42\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:48', 6); INSERT INTO `sys_oper_log` VALUES (826, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1015,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:50', 5); INSERT INTO `sys_oper_log` VALUES (827, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1014,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:53', 6); INSERT INTO `sys_oper_log` VALUES (828, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1010,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:49\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:54', 6); INSERT INTO `sys_oper_log` VALUES (829, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1008,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:56', 8); INSERT INTO `sys_oper_log` VALUES (830, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1002,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:47:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:47:59', 6); INSERT INTO `sys_oper_log` VALUES (831, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1001,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:01', 6); INSERT INTO `sys_oper_log` VALUES (832, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1005,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:05', 6); INSERT INTO `sys_oper_log` VALUES (833, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1004,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:06', 6); INSERT INTO `sys_oper_log` VALUES (834, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":999,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:07\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:08', 4); INSERT INTO `sys_oper_log` VALUES (835, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":991,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:12', 27); INSERT INTO `sys_oper_log` VALUES (836, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":990,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:18', 5); INSERT INTO `sys_oper_log` VALUES (837, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":989,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:18\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:19', 5); INSERT INTO `sys_oper_log` VALUES (838, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":979,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:48:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:48:23', 6); INSERT INTO `sys_oper_log` VALUES (839, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":981,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:22', 6); INSERT INTO `sys_oper_log` VALUES (840, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":982,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:23\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:23', 6); INSERT INTO `sys_oper_log` VALUES (841, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":983,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:24\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:25', 5); INSERT INTO `sys_oper_log` VALUES (842, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":969,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:29\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:29', 5); INSERT INTO `sys_oper_log` VALUES (843, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":959,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:37', 6); INSERT INTO `sys_oper_log` VALUES (844, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":960,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:39', 5); INSERT INTO `sys_oper_log` VALUES (845, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":961,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:42', 7); INSERT INTO `sys_oper_log` VALUES (846, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":968,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:45\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:46', 5); INSERT INTO `sys_oper_log` VALUES (847, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":967,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:47', 6); INSERT INTO `sys_oper_log` VALUES (848, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":949,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:51\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:52', 6); INSERT INTO `sys_oper_log` VALUES (849, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":950,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:53', 5); INSERT INTO `sys_oper_log` VALUES (850, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":951,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:56', 6); INSERT INTO `sys_oper_log` VALUES (851, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":952,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:57', 6); INSERT INTO `sys_oper_log` VALUES (852, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":953,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:49:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:49:59', 7); INSERT INTO `sys_oper_log` VALUES (853, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":947,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:50:06\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:50:07', 6); INSERT INTO `sys_oper_log` VALUES (854, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":900,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:50:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:50:27', 8); INSERT INTO `sys_oper_log` VALUES (855, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1258,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:18\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:19', 5); INSERT INTO `sys_oper_log` VALUES (856, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1256,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:23', 4); INSERT INTO `sys_oper_log` VALUES (857, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1257,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:27\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:28', 6); INSERT INTO `sys_oper_log` VALUES (858, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1254,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:30\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:31', 6); INSERT INTO `sys_oper_log` VALUES (859, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1253,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:32', 6); INSERT INTO `sys_oper_log` VALUES (860, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1252,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:33\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:34', 6); INSERT INTO `sys_oper_log` VALUES (861, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1242,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:37\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:38', 6); INSERT INTO `sys_oper_log` VALUES (862, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1242,\"isTop\":\"N\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:44', 5); INSERT INTO `sys_oper_log` VALUES (863, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1245,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:47', 5); INSERT INTO `sys_oper_log` VALUES (864, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1249,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:51', 5); INSERT INTO `sys_oper_log` VALUES (865, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1231,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:57', 5); INSERT INTO `sys_oper_log` VALUES (866, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1236,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:56:57\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:56:58', 6); INSERT INTO `sys_oper_log` VALUES (867, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1238,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:00\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:02', 7); INSERT INTO `sys_oper_log` VALUES (868, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1239,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:02\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:03', 6); INSERT INTO `sys_oper_log` VALUES (869, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1234,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:05\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:06', 6); INSERT INTO `sys_oper_log` VALUES (870, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1223,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:10\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:12', 5); INSERT INTO `sys_oper_log` VALUES (871, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1230,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:14\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:16', 5); INSERT INTO `sys_oper_log` VALUES (872, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1226,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:16\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:17', 5); INSERT INTO `sys_oper_log` VALUES (873, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1215,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:26', 5); INSERT INTO `sys_oper_log` VALUES (874, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1204,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:32\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:33', 6); INSERT INTO `sys_oper_log` VALUES (875, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1197,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:38\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:39', 7); INSERT INTO `sys_oper_log` VALUES (876, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1195,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:41\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:42', 6); INSERT INTO `sys_oper_log` VALUES (877, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1192,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:43\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:44', 6); INSERT INTO `sys_oper_log` VALUES (878, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1184,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:49', 5); INSERT INTO `sys_oper_log` VALUES (879, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1187,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:50\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:51', 7); INSERT INTO `sys_oper_log` VALUES (880, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1189,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:53\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:53', 6); INSERT INTO `sys_oper_log` VALUES (881, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1188,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:55\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:55', 5); INSERT INTO `sys_oper_log` VALUES (882, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1182,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:57:58\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:57:58', 5); INSERT INTO `sys_oper_log` VALUES (883, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1175,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:09\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:09', 5); INSERT INTO `sys_oper_log` VALUES (884, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1179,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:11\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:14', 8); INSERT INTO `sys_oper_log` VALUES (885, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1171,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:13\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:16', 4); INSERT INTO `sys_oper_log` VALUES (886, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1172,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:15\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:17', 6); INSERT INTO `sys_oper_log` VALUES (887, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1173,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:18\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:19', 6); INSERT INTO `sys_oper_log` VALUES (888, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1163,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:25\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:25', 6); INSERT INTO `sys_oper_log` VALUES (889, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1165,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:22\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:25', 5); INSERT INTO `sys_oper_log` VALUES (890, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1161,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:28\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:29', 6); INSERT INTO `sys_oper_log` VALUES (891, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1166,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:26\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:29', 5); INSERT INTO `sys_oper_log` VALUES (892, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1158,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:44\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:45', 6); INSERT INTO `sys_oper_log` VALUES (893, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1159,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:46\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:47', 6); INSERT INTO `sys_oper_log` VALUES (894, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1151,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:48\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:50', 6); INSERT INTO `sys_oper_log` VALUES (895, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1152,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:52\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:53', 6); INSERT INTO `sys_oper_log` VALUES (896, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1156,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:54\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:58:55', 6); INSERT INTO `sys_oper_log` VALUES (897, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1144,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:58:59\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:59:00', 6); INSERT INTO `sys_oper_log` VALUES (898, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1148,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:59:01\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:59:02', 6); INSERT INTO `sys_oper_log` VALUES (899, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1141,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:59:03\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:59:04', 5); INSERT INTO `sys_oper_log` VALUES (900, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1132,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:59:08\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:59:11', 6); INSERT INTO `sys_oper_log` VALUES (901, '订单管理', 2, 'com.ruoyi.web.controller.ai.AiOrderController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/order', '154.39.66.119', ' ', '{\"id\":1134,\"isTop\":\"Y\",\"params\":{},\"updateTime\":\"2026-01-06 14:59:16\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-06 14:59:18', 6); INSERT INTO `sys_oper_log` VALUES (902, '参数管理', 2, 'com.ruoyi.web.controller.system.SysConfigController.edit()', 'PUT', 1, 'admin', '研发部门', '/system/config', '188.253.116.99', ' ', '{\"configId\":102,\"configKey\":\"sys.total.amount\",\"configName\":\"累充金额\",\"configType\":\"N\",\"configValue\":\"100\",\"createBy\":\"admin\",\"createTime\":\"2025-12-26 11:29:04\",\"params\":{},\"updateBy\":\"admin\",\"updateTime\":\"2025-12-29 11:40:21\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-07 15:13:45', 21); INSERT INTO `sys_oper_log` VALUES (903, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.39.66.119', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 20:59:58\",\"delFlag\":\"0\",\"id\":1,\"imageUrl\":\"https://images.iqyjsnwv.com/2026/01/08/b610cc2c_0ct82hv9.jpeg\",\"jumpUrl\":\"https://www.google.com\",\"params\":{},\"position\":0,\"remark\":\"11212\",\"status\":0,\"title\":\"图2\",\"type\":1,\"updateBy\":\"admin\",\"updateTime\":\"2026-01-08 12:56:04\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-08 12:56:05', 11); INSERT INTO `sys_oper_log` VALUES (904, 'banner管理', 2, 'com.ruoyi.web.controller.ai.AiBannerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/banner', '154.39.66.119', ' ', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-15 21:02:58\",\"delFlag\":\"0\",\"id\":2,\"imageUrl\":\"https://images.iqyjsnwv.com/2026/01/08/f645d954_0ct82hv9.jpeg\",\"jumpUrl\":\"/recharge\",\"params\":{},\"position\":0,\"remark\":\"21212\",\"status\":0,\"title\":\"图1\",\"type\":0,\"updateBy\":\"admin\",\"updateTime\":\"2026-01-08 12:56:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-08 12:56:38', 5); INSERT INTO `sys_oper_log` VALUES (905, 'AI管理', 2, 'com.ruoyi.web.controller.ai.AiManagerController.edit()', 'PUT', 1, 'admin', '研发部门', '/ai/manager', '2407:cdc0:d002::195', '内网IP', '{\"createBy\":\"admin\",\"createTime\":\"2025-11-13 20:07:47\",\"delFlag\":\"0\",\"id\":5,\"params\":{},\"parentIdSort\":\"\",\"price\":35,\"prompt\":\"跳舞\",\"remark\":\"\",\"status\":1,\"title\":\"快捷生视频\",\"type\":\"21\",\"updateBy\":\"admin\",\"updateTime\":\"2026-01-08 14:58:36\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-08 14:58:36', 6); INSERT INTO `sys_oper_log` VALUES (906, '修改AI状态', 2, 'com.ruoyi.web.controller.ai.AiManagerController.changeStatus()', 'PUT', 1, 'admin', '研发部门', '/ai/manager/changeStatus', '2407:cdc0:d002::195', '内网IP', '{\"id\":5,\"params\":{},\"status\":0,\"updateBy\":\"admin\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2026-01-08 15:00:03', 7); -- ---------------------------- -- Table structure for sys_post -- ---------------------------- DROP TABLE IF EXISTS `sys_post`; CREATE TABLE `sys_post` ( `post_id` bigint NOT NULL AUTO_INCREMENT COMMENT '岗位ID', `post_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位编码', `post_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '岗位名称', `post_sort` int NOT NULL COMMENT '显示顺序', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '状态(0正常 1停用)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`post_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '岗位信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_post -- ---------------------------- INSERT INTO `sys_post` VALUES (1, 'ceo', '董事长', 1, '0', 'admin', '2025-11-09 01:56:51', '', NULL, ''); INSERT INTO `sys_post` VALUES (2, 'se', '项目经理', 2, '0', 'admin', '2025-11-09 01:56:51', '', NULL, ''); INSERT INTO `sys_post` VALUES (3, 'hr', '人力资源', 3, '0', 'admin', '2025-11-09 01:56:51', '', NULL, ''); INSERT INTO `sys_post` VALUES (4, 'user', '普通员工', 4, '0', 'admin', '2025-11-09 01:56:52', '', NULL, ''); -- ---------------------------- -- Table structure for sys_role -- ---------------------------- DROP TABLE IF EXISTS `sys_role`; CREATE TABLE `sys_role` ( `role_id` bigint NOT NULL AUTO_INCREMENT COMMENT '角色ID', `role_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色名称', `role_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色权限字符串', `role_sort` int NOT NULL COMMENT '显示顺序', `data_scope` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)', `menu_check_strictly` tinyint(1) NULL DEFAULT 1 COMMENT '菜单树选择项是否关联显示', `dept_check_strictly` tinyint(1) NULL DEFAULT 1 COMMENT '部门树选择项是否关联显示', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色状态(0正常 1停用)', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`role_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 100 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_role -- ---------------------------- INSERT INTO `sys_role` VALUES (1, '超级管理员', 'admin', 1, '1', 1, 1, '0', '0', 'admin', '2025-11-09 01:56:52', '', NULL, '超级管理员'); INSERT INTO `sys_role` VALUES (2, '普通角色', 'common', 2, '2', 1, 1, '0', '0', 'admin', '2025-11-09 01:56:53', '', NULL, '普通角色'); -- ---------------------------- -- Table structure for sys_role_dept -- ---------------------------- DROP TABLE IF EXISTS `sys_role_dept`; CREATE TABLE `sys_role_dept` ( `role_id` bigint NOT NULL COMMENT '角色ID', `dept_id` bigint NOT NULL COMMENT '部门ID', PRIMARY KEY (`role_id`, `dept_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色和部门关联表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_role_dept -- ---------------------------- INSERT INTO `sys_role_dept` VALUES (2, 100); INSERT INTO `sys_role_dept` VALUES (2, 101); INSERT INTO `sys_role_dept` VALUES (2, 105); -- ---------------------------- -- Table structure for sys_role_menu -- ---------------------------- DROP TABLE IF EXISTS `sys_role_menu`; CREATE TABLE `sys_role_menu` ( `role_id` bigint NOT NULL COMMENT '角色ID', `menu_id` bigint NOT NULL COMMENT '菜单ID', PRIMARY KEY (`role_id`, `menu_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '角色和菜单关联表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_role_menu -- ---------------------------- INSERT INTO `sys_role_menu` VALUES (2, 1); INSERT INTO `sys_role_menu` VALUES (2, 2); INSERT INTO `sys_role_menu` VALUES (2, 3); INSERT INTO `sys_role_menu` VALUES (2, 4); INSERT INTO `sys_role_menu` VALUES (2, 100); INSERT INTO `sys_role_menu` VALUES (2, 101); INSERT INTO `sys_role_menu` VALUES (2, 102); INSERT INTO `sys_role_menu` VALUES (2, 103); INSERT INTO `sys_role_menu` VALUES (2, 104); INSERT INTO `sys_role_menu` VALUES (2, 105); INSERT INTO `sys_role_menu` VALUES (2, 106); INSERT INTO `sys_role_menu` VALUES (2, 107); INSERT INTO `sys_role_menu` VALUES (2, 108); INSERT INTO `sys_role_menu` VALUES (2, 109); INSERT INTO `sys_role_menu` VALUES (2, 110); INSERT INTO `sys_role_menu` VALUES (2, 111); INSERT INTO `sys_role_menu` VALUES (2, 112); INSERT INTO `sys_role_menu` VALUES (2, 113); INSERT INTO `sys_role_menu` VALUES (2, 114); INSERT INTO `sys_role_menu` VALUES (2, 115); INSERT INTO `sys_role_menu` VALUES (2, 116); INSERT INTO `sys_role_menu` VALUES (2, 117); INSERT INTO `sys_role_menu` VALUES (2, 500); INSERT INTO `sys_role_menu` VALUES (2, 501); INSERT INTO `sys_role_menu` VALUES (2, 1000); INSERT INTO `sys_role_menu` VALUES (2, 1001); INSERT INTO `sys_role_menu` VALUES (2, 1002); INSERT INTO `sys_role_menu` VALUES (2, 1003); INSERT INTO `sys_role_menu` VALUES (2, 1004); INSERT INTO `sys_role_menu` VALUES (2, 1005); INSERT INTO `sys_role_menu` VALUES (2, 1006); INSERT INTO `sys_role_menu` VALUES (2, 1007); INSERT INTO `sys_role_menu` VALUES (2, 1008); INSERT INTO `sys_role_menu` VALUES (2, 1009); INSERT INTO `sys_role_menu` VALUES (2, 1010); INSERT INTO `sys_role_menu` VALUES (2, 1011); INSERT INTO `sys_role_menu` VALUES (2, 1012); INSERT INTO `sys_role_menu` VALUES (2, 1013); INSERT INTO `sys_role_menu` VALUES (2, 1014); INSERT INTO `sys_role_menu` VALUES (2, 1015); INSERT INTO `sys_role_menu` VALUES (2, 1016); INSERT INTO `sys_role_menu` VALUES (2, 1017); INSERT INTO `sys_role_menu` VALUES (2, 1018); INSERT INTO `sys_role_menu` VALUES (2, 1019); INSERT INTO `sys_role_menu` VALUES (2, 1020); INSERT INTO `sys_role_menu` VALUES (2, 1021); INSERT INTO `sys_role_menu` VALUES (2, 1022); INSERT INTO `sys_role_menu` VALUES (2, 1023); INSERT INTO `sys_role_menu` VALUES (2, 1024); INSERT INTO `sys_role_menu` VALUES (2, 1025); INSERT INTO `sys_role_menu` VALUES (2, 1026); INSERT INTO `sys_role_menu` VALUES (2, 1027); INSERT INTO `sys_role_menu` VALUES (2, 1028); INSERT INTO `sys_role_menu` VALUES (2, 1029); INSERT INTO `sys_role_menu` VALUES (2, 1030); INSERT INTO `sys_role_menu` VALUES (2, 1031); INSERT INTO `sys_role_menu` VALUES (2, 1032); INSERT INTO `sys_role_menu` VALUES (2, 1033); INSERT INTO `sys_role_menu` VALUES (2, 1034); INSERT INTO `sys_role_menu` VALUES (2, 1035); INSERT INTO `sys_role_menu` VALUES (2, 1036); INSERT INTO `sys_role_menu` VALUES (2, 1037); INSERT INTO `sys_role_menu` VALUES (2, 1038); INSERT INTO `sys_role_menu` VALUES (2, 1039); INSERT INTO `sys_role_menu` VALUES (2, 1040); INSERT INTO `sys_role_menu` VALUES (2, 1041); INSERT INTO `sys_role_menu` VALUES (2, 1042); INSERT INTO `sys_role_menu` VALUES (2, 1043); INSERT INTO `sys_role_menu` VALUES (2, 1044); INSERT INTO `sys_role_menu` VALUES (2, 1045); INSERT INTO `sys_role_menu` VALUES (2, 1046); INSERT INTO `sys_role_menu` VALUES (2, 1047); INSERT INTO `sys_role_menu` VALUES (2, 1048); INSERT INTO `sys_role_menu` VALUES (2, 1049); INSERT INTO `sys_role_menu` VALUES (2, 1050); INSERT INTO `sys_role_menu` VALUES (2, 1051); INSERT INTO `sys_role_menu` VALUES (2, 1052); INSERT INTO `sys_role_menu` VALUES (2, 1053); INSERT INTO `sys_role_menu` VALUES (2, 1054); INSERT INTO `sys_role_menu` VALUES (2, 1055); INSERT INTO `sys_role_menu` VALUES (2, 1056); INSERT INTO `sys_role_menu` VALUES (2, 1057); INSERT INTO `sys_role_menu` VALUES (2, 1058); INSERT INTO `sys_role_menu` VALUES (2, 1059); INSERT INTO `sys_role_menu` VALUES (2, 1060); -- ---------------------------- -- Table structure for sys_user -- ---------------------------- DROP TABLE IF EXISTS `sys_user`; CREATE TABLE `sys_user` ( `user_id` bigint NOT NULL AUTO_INCREMENT COMMENT '用户ID', `dept_id` bigint NULL DEFAULT NULL COMMENT '部门ID', `user_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '用户账号', `nick_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '用户昵称', `user_type` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '00' COMMENT '用户类型(00系统用户)', `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '用户邮箱', `phonenumber` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '手机号码', `sex` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '用户性别(0男 1女 2未知)', `avatar` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '头像地址', `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '密码', `status` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '账号状态(0正常 1停用)', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 2代表删除)', `login_ip` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '最后登录IP', `login_date` datetime NULL DEFAULT NULL COMMENT '最后登录时间', `pwd_update_date` datetime NULL DEFAULT NULL COMMENT '密码最后更新时间', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', PRIMARY KEY (`user_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 100 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户信息表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_user -- ---------------------------- INSERT INTO `sys_user` VALUES (1, 103, 'admin', '若依', '00', 'ry@163.com', '15888888888', '1', '', '$2a$10$xxx1Q9IhRa16pTosOZq03eUi2lIaSWu52pH8YgWA6BZqmzQnKiHE.', '0', '0', '188.253.116.99', '2026-01-07 15:13:15', '2025-11-28 07:57:52', 'admin', '2025-11-09 01:56:50', '', '2026-01-07 15:13:15', '管理员'); INSERT INTO `sys_user` VALUES (2, 105, 'ry', '若依', '00', 'ry@qq.com', '15666666666', '1', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '127.0.0.1', '2025-11-09 01:56:50', '2025-11-09 01:56:50', 'admin', '2025-11-09 01:56:50', '', NULL, '测试员'); -- ---------------------------- -- Table structure for sys_user_post -- ---------------------------- DROP TABLE IF EXISTS `sys_user_post`; CREATE TABLE `sys_user_post` ( `user_id` bigint NOT NULL COMMENT '用户ID', `post_id` bigint NOT NULL COMMENT '岗位ID', PRIMARY KEY (`user_id`, `post_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户与岗位关联表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_user_post -- ---------------------------- INSERT INTO `sys_user_post` VALUES (1, 1); INSERT INTO `sys_user_post` VALUES (2, 2); -- ---------------------------- -- Table structure for sys_user_role -- ---------------------------- DROP TABLE IF EXISTS `sys_user_role`; CREATE TABLE `sys_user_role` ( `user_id` bigint NOT NULL COMMENT '用户ID', `role_id` bigint NOT NULL COMMENT '角色ID', PRIMARY KEY (`user_id`, `role_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户和角色关联表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of sys_user_role -- ---------------------------- INSERT INTO `sys_user_role` VALUES (1, 1); INSERT INTO `sys_user_role` VALUES (1, 2); INSERT INTO `sys_user_role` VALUES (2, 2); -- ---------------------------- -- Table structure for user_message -- ---------------------------- DROP TABLE IF EXISTS `user_message`; CREATE TABLE `user_message` ( `user_id` bigint NOT NULL COMMENT '用户ID', `message_id` bigint NOT NULL COMMENT '消息ID', PRIMARY KEY (`user_id`, `message_id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户消息关系表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of user_message -- ---------------------------- INSERT INTO `user_message` VALUES (1, 1); INSERT INTO `user_message` VALUES (1, 2); INSERT INTO `user_message` VALUES (1, 4); INSERT INTO `user_message` VALUES (2, 1); INSERT INTO `user_message` VALUES (2, 2); INSERT INTO `user_message` VALUES (2, 3); INSERT INTO `user_message` VALUES (2, 4); -- ---------------------------- -- Table structure for ai_template -- ---------------------------- DROP TABLE IF EXISTS `ai_template`; CREATE TABLE `ai_template` ( `id` bigint NOT NULL AUTO_INCREMENT COMMENT '自增ID', `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '模版名称', `chinese_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '模版中文内容', `english_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '模版英文内容', `image_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '模版图片URL', `ai_id` bigint NULL DEFAULT NULL COMMENT '关联AI类型ID', `status` tinyint(1) NULL DEFAULT 1 COMMENT '状态(0禁用 1启用)', `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注', `create_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '创建者', `create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_by` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '更新者', `update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `del_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '0' COMMENT '删除标志(0代表存在 1代表删除)', PRIMARY KEY (`id`) USING BTREE, KEY `idx_ai_id` (`ai_id`) USING BTREE, KEY `idx_status` (`status`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 1001 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'AI模板表' ROW_FORMAT = DYNAMIC; -- ---------------------------- -- Records of ai_template -- ---------------------------- INSERT INTO `ai_template` (`name`, `chinese_content`, `english_content`, `image_url`, `ai_id`, `status`, `remark`) VALUES ('默认写真模板', '一个穿着衣服的年轻女性,微笑面对镜头,高清写真风格', 'A young woman wearing clothes, smiling at the camera, high-definition portrait style', 'https://seedance-1331490964.cos.ap-guangzhou.myqcloud.com/ai/default-template.jpg', 11, 1, '默认写真模板'), ('艺术裸体模板', '一个优雅的艺术裸体女性,柔和光线,专业摄影风格', 'An elegant artistic nude female with soft lighting, professional photography style', 'https://seedance-1331490964.cos.ap-guangzhou.myqcloud.com/ai/nude-art.jpg', 11, 1, '艺术裸体模板'), ('时尚都市模板', '时尚都市年轻女性写真,现代潮流风格', 'Fashionable urban young woman portrait, modern trendy style', 'https://seedance-1331490964.cos.ap-guangzhou.myqcloud.com/ai/fashion.jpg', 21, 1, '时尚写真模板'), ('性感写真模板', '性感迷人女性写真,专业灯光和构图', 'Sexy and charming female portrait with professional lighting and composition', 'https://seedance-1331490964.cos.ap-guangzhou.myqcloud.com/ai/sexy.jpg', 11, 1, '性感写真模板'); SET FOREIGN_KEY_CHECKS = 1;