Commit 3d9c0248 authored by hj's avatar hj

更新提交

parent a3ef3a50
...@@ -51,6 +51,7 @@ class ChemSrcService ...@@ -51,6 +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');
} }
} }
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