Commit b848949b by 杨树贤

fix

parent a728b486
...@@ -55,6 +55,9 @@ class SupplierRecallMailRemind extends Command ...@@ -55,6 +55,9 @@ class SupplierRecallMailRemind extends Command
]; ];
$client = new \GuzzleHttp\Client(); $client = new \GuzzleHttp\Client();
$response = $client->request('POST', 'https://files.ichunt.net/uploadFile?sys_type=5&create_uid=1000', [ $response = $client->request('POST', 'https://files.ichunt.net/uploadFile?sys_type=5&create_uid=1000', [
'headers' => [
'Referer' => 'supplier-liexin2026'
],
'multipart' => $post, 'multipart' => $post,
]); ]);
// 检查是否有错误 // 检查是否有错误
......
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 sign in to comment