Commit 25159658 authored by hj's avatar hj

更新提交

parent 3d9c0248
...@@ -51,7 +51,7 @@ class ChemSrcService ...@@ -51,7 +51,7 @@ class ChemSrcService
'mol_id' => $molId, 'mol_id' => $molId,
'content' => json_encode($wuhuaList, JSON_UNESCAPED_UNICODE) 'content' => json_encode($wuhuaList, JSON_UNESCAPED_UNICODE)
]); ]);
SimpleLogs::writeLog(['cas' => $cas, 'content' => json_encode($wuhuaList, JSON_UNESCAPED_UNICODE)], 'api_response'); SimpleLogs::writeLog(['cas' => $cas, 'content' => json_encode($wuhuaList, JSON_UNESCAPED_UNICODE)], 'mysql_data_insert');
} }
} }
sleep(5); sleep(5);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment