feat: 本地调试代码
This commit is contained in:
@@ -73,6 +73,8 @@ const Detail = () => {
|
||||
Taro.request({
|
||||
method:'POST',
|
||||
url: "/api/payh5", //仅为示例,并非真实的接口地址
|
||||
// url: "https://pay.hackrobot.cn/api/payh5", //仅为示例,并非真实的接口地址
|
||||
|
||||
data: {
|
||||
callback_url:window.location.href,
|
||||
openid:window.localStorage.getItem('openid')
|
||||
|
||||
Reference in New Issue
Block a user