|
@@ -51,9 +51,11 @@ class TikTokUserCharge implements ShouldQueue
|
|
|
'source' => 'wdy'
|
|
|
];
|
|
|
|
|
|
- if( date('Y-m-d',strtotime( $this->time )) != date('Y-m-d')){
|
|
|
- return ;
|
|
|
- }
|
|
|
+ \Log::info('TikTokUserCharge:'.json_encode($params));
|
|
|
+
|
|
|
+// if( date('Y-m-d',strtotime( $this->time )) != date('Y-m-d')){
|
|
|
+// return ;
|
|
|
+// }
|
|
|
|
|
|
$user = User::find($this->uid);
|
|
|
$order = Order::where('uid', $this->uid)->where('status', 'PAID')->orderBy('id', 'desc')->first();
|