feat:openid
This commit is contained in:
@@ -74,7 +74,8 @@ const Detail = () => {
|
||||
method:'POST',
|
||||
url: "/api/payh5", //仅为示例,并非真实的接口地址
|
||||
data: {
|
||||
callback_url:window.location.href
|
||||
callback_url:window.location.href,
|
||||
openid:window.localStorage.getItem('openid')
|
||||
},
|
||||
header: {
|
||||
"content-type": "application/json", // 默认值
|
||||
|
||||
Reference in New Issue
Block a user