|
@@ -1690,8 +1690,8 @@ class AlbumController extends Controller
|
|
'response_type' => 'array',
|
|
'response_type' => 'array',
|
|
];\Log::info('2224');
|
|
];\Log::info('2224');
|
|
$app = Factory::officialAccount($config);
|
|
$app = Factory::officialAccount($config);
|
|
- $text = new Text('111');dd($text);
|
|
|
|
- $res_msg = $app->customer_service->message($text)->to('o_O0HuA4ugJG0npjLSL_Cd33FN8c')->send();\Log::info($res_msg);
|
|
|
|
|
|
+ $text = new Text('111');//dd($text);
|
|
|
|
+ $res_msg = $app->customer_service->message($text)->to('o_O0HuA4ugJG0npjLSL_Cd33FN8c')->send();dd($res_msg);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|