feat: 本地调试代码

This commit is contained in:
hackrobot
2024-04-06 18:28:40 +08:00
parent bb4a4373b7
commit 984fa6f990
24 changed files with 13 additions and 226 deletions

View File

@@ -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')