dyjh 6 tahun lalu
induk
melakukan
70d53d2d19
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();