Commit ebcbef9d authored by hangjun83's avatar hangjun83

openapi

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