mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
合并鼎诚919
This commit is contained in:
@@ -3,7 +3,6 @@ import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// 登录
|
||||
export function login(data) {
|
||||
console.log('--login', getUrl('/user/login', 0), 'param:', JSON.stringify(data))
|
||||
return request({
|
||||
url: getUrl('/user/login', 0),
|
||||
method: 'post',
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
@@ -37,4 +36,3 @@ export function deleteCustomerInfo(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -65,12 +65,13 @@ export function getAuthCode(data) {
|
||||
// 上传图片
|
||||
export function uploadImg(data) {
|
||||
return request({
|
||||
url: getUrl('/app/uploadImage', 1, 2),
|
||||
url: getUrl('/uploadImage', 1, 2),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 139.9.27.13:7002/updown/uploadImage
|
||||
// 核保接口
|
||||
export function underWrite(data) {
|
||||
return request({
|
||||
@@ -92,7 +93,7 @@ export function acceptInsurance(data) {
|
||||
// 获取银行卡接口
|
||||
export function getBankList(data) {
|
||||
return request({
|
||||
url: getUrl('/app/code/getCodeValue', 1, 2),
|
||||
url: getUrl('/app/code/getCodeValue', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
@@ -133,3 +134,30 @@ export function getDetail(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// http://47.96.143.111:7000/api/v1/sale/record/check
|
||||
export function check(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/record/check', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 微信分享获取校验值
|
||||
export function getSignInvalid(data) {
|
||||
return request({
|
||||
url: getUrl('/ppf/sign', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 微信分享校验失效
|
||||
export function checkSignInvalid(data) {
|
||||
return request({
|
||||
url: getUrl('/ppf/check', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user