Commit ebcbef9d authored by hangjun83's avatar hangjun83

openapi

parent fe5ae872
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
namespace App\Jobs; namespace App\Jobs;
use App\Services\ZhenKhService; use App\Services\ThirdPlatform\ZhenKhService;
class ZhenkhJob extends Job class ZhenkhJob extends Job
{ {
...@@ -31,7 +31,7 @@ class ZhenkhJob extends Job ...@@ -31,7 +31,7 @@ class ZhenkhJob extends Job
$service = app(ZhenKhService::class); $service = app(ZhenKhService::class);
switch($this->actionType){ switch($this->actionType){
case 'test' : case 'test' :
$service->getToken(); $service->test();
break; break;
case 'getUpdateGoods' : case 'getUpdateGoods' :
$service->getUpdateSupplierGoods(); $service->getUpdateSupplierGoods();
......
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