Completed
Push — master ( 9d3278...3478e0 )
by Tian
02:12
created
src/ComponentApi.php 2 patches
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -613,6 +613,10 @@  discard block
 block discarded – undo
613 613
     }
614 614
 
615 615
     //token 刷新后重试 post
616
+
617
+    /**
618
+     * @param string $apiUrl
619
+     */
616 620
     public static function post_retry($apiUrl, $data)
617 621
     {
618 622
         $urlarr = parse_url($apiUrl);
@@ -662,6 +666,10 @@  discard block
 block discarded – undo
662 666
     }
663 667
 
664 668
     //token 刷新后重试 get
669
+
670
+    /**
671
+     * @param string $apiUrl
672
+     */
665 673
     public static function get_retry($apiUrl)
666 674
     {
667 675
         $urlarr = parse_url($apiUrl);
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Wechat;
3 3
 
4
-use Wechat\API\BaseApi;
5
-use Wechat\CacheDriver\BaseDriver;
4
+use Wechat\API\BaseApi;
5
+use Wechat\CacheDriver\BaseDriver;
6 6
 use Wechat\Api;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.