dyjh 6 tahun lalu
induk
melakukan
8df79c8dad
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
@@ -1830,7 +1830,7 @@ class AlbumController extends Controller
         $weChatApp = AlbumManufacturerModel::where('store_id', $storeid)->first();//\Log::info('2221');
 
         $res_account = $this->accountMesage($g_open_id,$weChatApp,$name,$content);
-        //   \Log::info($res_account);
+           \Log::info($res_account);
         if($user && $formId && !empty($weChatApp->wxFurniture_template_id) && (!$weChatApp->G_app_id || !$weChatApp->G_app_secret)){
             $config_app = [
                 'app_id' => $weChatApp->app_id,