dyjh 6 년 전
부모
커밋
410b85ec7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumController.php

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

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