From c6aed7b39a4e95a25e5bcac47a55ac98cb222b49 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 29 六月 2023 14:34:32 +0800 Subject: [PATCH] Merge branch 'release/v1.1.3api发布' --- public/html/xianbao.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/public/html/xianbao.html b/public/html/xianbao.html index 919fdc7..9c250e2 100644 --- a/public/html/xianbao.html +++ b/public/html/xianbao.html @@ -875,7 +875,9 @@ // if(_this.sort==sort&&page==1&&sort!==5&&sort!==6){return;} let newsort = sort ?? 1 _this.sort = newsort - let url = 'http://dfgapp.ushopvip.com/api/taoke/friends_circle_list' + //let url = 'http://dfgapp.ushopvip.com/api/taoke/friends_circle_list' + //let url = 'http://dfg.shop.com/api/taoke/friends_circle_list' + let url = 'http://appapitest.ushopvip.com/api/taoke/friends_circle_list' $.ajax({ headers:{ "token":this.getUrlPar("token") -- Gitblit v1.9.3