From 741672790a5dc06e2e078b29451458f779985c59 Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期一, 03 七月 2023 15:32:38 +0800 Subject: [PATCH] 新增京东,抖音0元购商品列表接口 --- public/html/xianbao.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/public/html/xianbao.html b/public/html/xianbao.html index 919fdc7..e2a9740 100644 --- a/public/html/xianbao.html +++ b/public/html/xianbao.html @@ -876,6 +876,8 @@ let newsort = sort ?? 1 _this.sort = newsort 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