修改直到curl 成功.

This commit is contained in:
eson
2020-07-13 18:10:48 +08:00
parent a305700a69
commit d034647b93
10 changed files with 400 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS `source_openrec` (
`target_type` varchar(64) NOT NULL,
`source` longtext DEFAULT NULL,
`ext` json DEFAULT NULL,
`pass_gob` blob DEFAULT NULL,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`operator` int DEFAULT 0,
`error_msg` text DEFAULT NULL,