From 0e232f6324f9cf878692a8226630d066f989a40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 7 May 2024 15:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../threeHundredAndSixty/threeHundredAndSixty.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js diff --git a/api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js b/api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js new file mode 100644 index 0000000..7c1b682 --- /dev/null +++ b/api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js @@ -0,0 +1,14 @@ +import request from "../../request.js" + +export function riskWarning(identity) { + return request({ + url: '/applet/360/portrait/riskWarning/'+identity, + method: 'GET', + // header: { + // Authorization: 'Bearer' + ' ' + uni.getStorageSync('token') + // }, + header: { + region: uni.getStorageSync('region'), + } + }) +}