ping-qu/core

pingqu core php library

1.0.0 2017-12-06 02:41 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:57:27 UTC


README

###屏趣云核心代码模块 http模块使用方法:

$response = \Pingqu\Http\HttpHelper::curl('10.8.8.99/v4_1/upload_complete','POST',$params,$header);
$body = $response->getBody();