zz há 4 anos atrás
pai
commit
8b0c03df70

+ 1 - 1
app/Console/Commands/Channel/ReportUserAndOrderToChannel.php

@@ -29,7 +29,7 @@ class ReportUserAndOrderToChannel extends Command
      *
      * @var string
      */
-    protected $description = '检测渠道账号状态';
+    protected $description = '渠道订单推送异常重试';
 
     /**
      * Execute the console command.

+ 1 - 1
app/Modules/Channel/Services/ReportToChannelUserAndOrderService.php

@@ -16,7 +16,7 @@ use App\Modules\Channel\Models\ReportToChannelUsers;
 class ReportToChannelUserAndOrderService
 {
     public static $user_type = 'user';
-    public static $order_type = 'user';
+    public static $order_type = 'order';
 
     const SUCCESS = 'success';