no message

This commit is contained in:
hellcat 2025-06-24 16:15:58 +08:00
parent a2abbe9f12
commit cc6a2ee77a

View File

@ -110,8 +110,8 @@ final class Epay extends Base
$data['sign'] = $epaySubmit->buildRequestMysign(EpayTool::argSort($data));
$data['sign_type'] = $this->epay['sign_type'];
$client = new Client();
// var_dump($this->epay['apiurl']);
// exit;
var_dump($this->epay['apiurl']);
exit;
try {
$res = $client->request('POST', $this->epay['apiurl'] . 'mapi.php', ['form_params' => $data]);