Browse Source

测试ios支付问题

RuHu.Xu 9 months ago
parent
commit
17226c785a

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/chat/speechtotext.js

@@ -113,7 +113,7 @@ const _sfc_main = {
       const formData = new FormData();
       formData.append("audio_file", audioBlob);
       try {
-        const response = await fetch("https://letcgo.com/voice2text/", {
+        const response = await fetch("https://zxgz.newfeifan.cn/voice2text/", {
           method: "POST",
           body: formData
         });

+ 66 - 0
unpackage/dist/dev/mp-weixin/pages/public/richtext2.js

@@ -0,0 +1,66 @@
+"use strict";
+const richtext = require("../../richtext.js");
+require("../../common/vendor.js");
+require("../../sheep/api/promotion/article.js");
+require("../../sheep/request/index.js");
+require("../../sheep/config/index.js");
+require("../../sheep/store/index.js");
+require("../../sheep/store/app.js");
+require("../../sheep/api/promotion/diy.js");
+require("../../sheep/platform/index.js");
+require("../../sheep/platform/provider/wechat/index.js");
+require("../../sheep/platform/provider/wechat/miniProgram.js");
+require("../../sheep/api/member/auth.js");
+require("../../sheep/api/member/social.js");
+require("../../sheep/api/member/user.js");
+require("../../sheep/platform/provider/apple/index.js");
+require("../../sheep/platform/share.js");
+require("../../sheep/router/index.js");
+require("../../sheep/hooks/useModal.js");
+require("../../sheep/helper/index.js");
+require("../../sheep/helper/test.js");
+require("../../sheep/helper/digit.js");
+require("../../sheep/index.js");
+require("../../sheep/api/index.js");
+require("../../sheep/api/distri/score.js");
+require("../../sheep/api/distri/share.js");
+require("../../sheep/api/distri/team.js");
+require("../../sheep/api/infra/file.js");
+require("../../sheep/api/member/address.js");
+require("../../sheep/api/member/point.js");
+require("../../sheep/api/member/signin.js");
+require("../../sheep/api/migration/app.js");
+require("../../sheep/api/migration/chat.js");
+require("../../sheep/api/migration/index.js");
+require("../../sheep/api/migration/third.js");
+require("../../sheep/api/pay/channel.js");
+require("../../sheep/api/pay/order.js");
+require("../../sheep/api/pay/wallet.js");
+require("../../sheep/api/product/category.js");
+require("../../sheep/api/product/comment.js");
+require("../../sheep/api/product/favorite.js");
+require("../../sheep/api/product/history.js");
+require("../../sheep/api/product/spu.js");
+require("../../sheep/api/promotion/activity.js");
+require("../../sheep/api/promotion/bargain.js");
+require("../../sheep/api/promotion/combination.js");
+require("../../sheep/api/promotion/coupon.js");
+require("../../sheep/api/promotion/rewardActivity.js");
+require("../../sheep/api/promotion/seckill.js");
+require("../../sheep/api/system/area.js");
+require("../../sheep/api/system/voice.js");
+require("../../sheep/api/trade/afterSale.js");
+require("../../sheep/api/trade/brokerage.js");
+require("../../sheep/api/trade/cart.js");
+require("../../sheep/api/trade/config.js");
+require("../../sheep/api/trade/delivery.js");
+require("../../sheep/api/trade/order.js");
+require("../../sheep/url/index.js");
+require("../../sheep/config/zIndex.js");
+require("../../sheep/helper/throttle.js");
+require("../../sheep/platform/pay.js");
+require("../../sheep/store/user.js");
+require("../../sheep/store/cart.js");
+require("../../sheep/store/sys.js");
+require("../../sheep/store/modal.js");
+wx.createPage(richtext.MiniProgramPage);

+ 1 - 1
unpackage/dist/dev/mp-weixin/pages/user/qrcode-share.js

@@ -95,7 +95,7 @@ const _sfc_main = {
         "desc": "",
         "image": "",
         "path": "",
-        "link": "https://letcgo.com/#/pages/index/user?linkId=" + state.linkId,
+        "link": "https://zxgz.newfeifan.cn/#/pages/index/user?linkId=" + state.linkId,
         "poster": {
           "type": "user"
         }

+ 1 - 1
unpackage/dist/dev/mp-weixin/sheep/api/infra/file.js

@@ -45,7 +45,7 @@ const FileApi = {
   getFileIO: async (fileUrl) => {
     return new Promise((resolve, reject) => {
       common_vendor.wx$1.request({
-        url: `${"https://letcgo.com"}/app-api/infra/file/downloadByUrl`,
+        url: `${"https://zxgz.newfeifan.cn"}/app-api/infra/file/downloadByUrl`,
         method: "GET",
         data: {
           fileUrl

+ 1 - 1
unpackage/dist/dev/mp-weixin/sheep/config/index.js

@@ -1,7 +1,7 @@
 "use strict";
 exports.baseUrl = void 0;
 {
-  exports.baseUrl = "https://letcgo.com";
+  exports.baseUrl = "https://zxgz.newfeifan.cn";
 }
 const apiPath = "/app-api";
 const staticUrl = "https://letcgo.com";

+ 1 - 1
unpackage/dist/dev/mp-weixin/sheep/store/app.js

@@ -84,7 +84,7 @@ const app = common_vendor.defineStore({
           share: {
             methods: ["poster", "link"],
             // linkAddress: "http://localhost/#/", //跳转链接 
-            linkAddress: "https://letcgo.com/#/",
+            linkAddress: "https://zxgz.newfeifan.cn/#/",
             //跳转链接 
             posterInfo: {
               "user_bg": "/static/user-poster-bg.jpg",

BIN
unpackage/dist/dev/mp-weixin/static/icon/setting.png