ping-qu / core
pingqu core php library
1.0.0
2017-12-06 02:41 UTC
Requires
- php: >=5.3
- ping-qu/exception: 0.0.*
This package is not auto-updated.
Last update: 2024-11-18 08:41:47 UTC
README
###屏趣云核心代码模块 http模块使用方法:
$response = \Pingqu\Http\HttpHelper::curl('10.8.8.99/v4_1/upload_complete','POST',$params,$header);
$body = $response->getBody();