Selaa lähdekoodia

增加企微参数

zqwang 2 vuotta sitten
vanhempi
commit
7b2a4c4444
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      app/Http/Controllers/QuickApp/Book/ChapterController.php

+ 2 - 0
app/Http/Controllers/QuickApp/Book/ChapterController.php

@@ -1172,10 +1172,12 @@ class ChapterController extends BaseController
                 $info['force_add_work_wechat_url'] = $send_order_info['force_add_work_wechat_url'];
                 $info['force_add_work_wechat_seq'] = $send_order_info['force_add_work_wechat_seq'];
             }else{
+
                 return  $info;
             }
 
         }
+
         return $info;
     }
 }