build
This commit is contained in:
parent
062c085af2
commit
75cc4b7e8c
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue