Commit 7e3975f0 authored by hangjun83's avatar hangjun83

优化

parent 97745018
...@@ -59,7 +59,7 @@ class ThirdPlatformJobCommand extends Command ...@@ -59,7 +59,7 @@ class ThirdPlatformJobCommand extends Command
$service = app(ThirdPlatformService::class); $service = app(ThirdPlatformService::class);
switch($action_type){ switch($action_type){
case 'createPlatformToken' : case 'createPlatformToken' :
$token = $service->createPlatformToken(); $token = $service->createPlatformToken($params);
var_dump($token); var_dump($token);
break; break;
default: default:
......
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