resError()
resError(\cn\gz53\framework\core\IError $error)
Parameters
\cn\gz53\framework\core\IError | $error |
resError(\cn\gz53\framework\core\IError $error)
\cn\gz53\framework\core\IError | $error |
<?php
namespace cn\gz53\framework\sdk\curl;
use cn\gz53\framework\sdk\SdkI;
interface CurlPostSdkI extends SdkI
{
public function getUrl();
public function getData();
public function setResult($result);
}