@@ -78,8 +78,11 @@ class AliPay implements PayMerchantInterface
{
return $this->app->rsaCheckV1($data, $this->rsaPublicKeyFilePath, self::SIGN_TYPE);
}
+
public function query(string $trade_no)
- { }
+ {
+ }
public function refund(array $data)
{ }
@@ -18,6 +18,7 @@
return(false);
var wx_url = getQueryVariable('wx_url');
+ console.log(wx_url);
if(wx_url)
window.location.href = wx_url;