This commit is contained in:
wkj 2025-06-16 09:55:37 +08:00
parent 062c085af2
commit 75cc4b7e8c
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ export default class AliPay {
}
case 'native': {
// post请求返回html get请求返回url 现在默认使用get请求
const htmlUrl = Math.random().toString();
const htmlUrl = 'https://www.baidu.com';
data.externalId = htmlUrl;
data.meta = {
htmlUrl,

View File

@ -111,7 +111,7 @@ class AliPay {
}
case 'native': {
// post请求返回html get请求返回url 现在默认使用get请求
const htmlUrl = Math.random().toString();
const htmlUrl = 'https://www.baidu.com';
data.externalId = htmlUrl;
data.meta = {
htmlUrl,

View File

@ -121,7 +121,7 @@ export default class AliPay implements PayClazz {
}
case 'native': {
// post请求返回html get请求返回url 现在默认使用get请求
const htmlUrl = Math.random().toString();
const htmlUrl = 'https://www.baidu.com';
data.externalId = htmlUrl;
data.meta = {
htmlUrl,