Parcourir la source

青爻公众号

cqp il y a 10 mois
Parent
commit
979186e34c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/Service/Weixin/WeixinService.php

+ 1 - 0
app/Service/Weixin/WeixinService.php

@@ -407,6 +407,7 @@ class WeixinService extends Service
                 }
 
                 DB::commit();
+                return [true, ''];
             }catch (\Throwable $exception){
                 DB::rollBack();
                 return [false, $exception->getMessage()];