Commit 7e3975f0 authored by hangjun83's avatar hangjun83

优化

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