Browse Source

一些功能

Kirin 3 năm trước cách đây
mục cha
commit
2e072b982b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      crmeb/services/YLYService.php

+ 1 - 0
crmeb/services/YLYService.php

@@ -145,6 +145,7 @@ class YLYService extends HttpService implements ProviderInterface
             'id' => $this->createUuid(),
             'timestamp' => time()
         ]);
+        var_dump($request);
         if ($request === false) return false;
         $request = json_decode($request, true);
         var_dump($request);