Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yf committed Dec 25, 2018
1 parent aa96e80 commit de1690c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ class HttpClient
];
protected $clientSetting = [];
protected $swooleHttpClient;
protected $postData;
/*
* 默认数组,以form-data提交
*/
protected $postData = [];
protected $isPost = false;
/*
* addFile 方法
Expand Down

0 comments on commit de1690c

Please sign in to comment.