修改js
This commit is contained in:
parent
7c72e0d98a
commit
0e232f6324
14
api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js
Normal file
14
api/pagesB/threeHundredAndSixty/threeHundredAndSixty.js
Normal file
@ -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'),
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user