Browse Source

青爻公众号

cqp 10 tháng trước cách đây
mục cha
commit
979186e34c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()];