fix(alinpay): 网关域名 fallback 由 fantianchuangshi.com 迁至 hypayment.net

第三方支付网关改版迁移域名。DB配置已补 domain 字段, 同步更新代码回退默认值。
appid/secret/product_id/请求格式不变, 经账户查询验证新网关可用。
This commit is contained in:
2026-05-29 21:35:01 +08:00
parent ca2513bb7a
commit 750a5472fa
+2 -2
View File
@@ -64,8 +64,8 @@ class AlinPay
$config = json_decode($config, true); $config = json_decode($config, true);
$this->config = $config; $this->config = $config;
// 域名从配置读取,回退默认值 // 域名从配置读取,回退默认值2026-05 第三方网关由 fantianchuangshi.com 迁至 hypayment.net
$this->domain = $config['domain'] ?? 'https://alinintermon-api.fantianchuangshi.com'; $this->domain = $config['domain'] ?? 'https://alinintermon-api.hypayment.net';
} }
/** /**