dyjh hace 6 años
padre
commit
70d53d2d19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumController.php

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -1725,7 +1725,7 @@ class AlbumController extends Controller
             'response_type' => 'array',
         ];\Log::info('2224');
         $app = Factory::officialAccount($config);
-        $text = new Text($content);\Log::info('2223');
+        $text = new Text($content);\Log::info($text);
         $res_msg = $app->customer_service->message($text)->to($g_open_id)->send();\Log::info($res_msg);
         if($user&&$formId){
             $this->wechat_app = AlbumManufacturerModel::where('store_id',$storeid)->first();