Commit d2c4018b authored by kang.nie@inzymeits.com's avatar kang.nie@inzymeits.com
Browse files

初始化代码

parent de8a8ae5
Pipeline #3105 failed with stages
in 0 seconds
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
VUE_APP_STATIC: '"/"',
VUE_APP_ROUTER: '"/"',
VUE_APP_BASIC_API: '"http://10.166.0.37:8083/"',
VUE_APP_OSS_BASE: '"http://172.171.0.42:19000/"'
})
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
VUE_APP_STATIC: '"/local-realname-pc/"',
VUE_APP_ROUTER: '"/local-realname-pc/"',
VUE_APP_BASIC_API: '"http://10.166.0.37:8083/"',
VUE_APP_OSS_BASE: '"http://172.171.0.42:19000/"'
})
'use strict'
// Template version: 1.3.1
// see http://vuejs-templates.github.io/webpack for documentation.
const path = require('path')
module.exports = {
dev: {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: {},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,
notifyOnErrors: true,
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
// Use Eslint Loader?
// If true, your code will be linted during bundling and
// linting errors and warnings will be shown in the console.
useEslint: true,
// If true, eslint errors and warnings will also be shown in the error overlay
// in the browser.
showEslintErrorsInOverlay: false,
/**
* Source Maps
*/
// https://webpack.js.org/configuration/devtool/#development
devtool: 'cheap-module-eval-source-map',
// If you have problems debugging vue-files in devtools,
// set this to false - it *may* help
// https://vue-loader.vuejs.org/en/options.html#cachebusting
cacheBusting: true,
cssSourceMap: true
},
build: {
// Template for index.html
index: path.resolve(__dirname, '../dist/index.html'),
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
/**
* Source Maps
*/
productionSourceMap: true,
// https://webpack.js.org/configuration/devtool/#production
devtool: 'source-map',
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
// Before setting to `true`, make sure to:
// npm install --save-dev compression-webpack-plugin
productionGzip: false,
productionGzipExtensions: ['js', 'css'],
// Run the build command with an extra argument to
// View the bundle analyzer report after build finishes:
// `npm run build --report`
// Set to `true` or `false` to always turn it on or off
bundleAnalyzerReport: process.env.npm_config_report
}
}
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"production"',
VUE_APP_STATIC: '"http://172.171.0.42:18087/"',
VUE_APP_ROUTER: '"/"',
VUE_APP_BASIC_API: '"https://pre-comgr.cu-sc.com:19098/proxy/user-rnr-enterprise-public/"'
})
'use strict'
module.exports = {
NODE_ENV: '"production"',
VUE_APP_STATIC: '"http://172.171.0.42:18087/"',
VUE_APP_ROUTER: '"/"',
VUE_APP_BASIC_API: '"https://comgr.cu-sc.com:19098/proxy/user-rnr-enterprise-public/"'
}
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"production"',
VUE_APP_BASIC_API: '"/stage-api"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/"',
VUE_APP_BASIC_API: '"http://10.166.2.221:19099/proxy/user-rnr-enterprise/"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/test1/"',
VUE_APP_BASIC_API: '"http://10.166.2.23:3000/mock/28/"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/test2/"',
VUE_APP_BASIC_API: '"http://10.166.2.23:3000/mock/28/"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/test3/"',
VUE_APP_BASIC_API: '"http://10.166.2.23:3000/mock/28/"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/test4/"',
VUE_APP_BASIC_API: '"http://10.166.2.23:3000/mock/28/"'
})
'use strict'
const merge = require('webpack-merge')
const devEnv = require('./dev.env')
module.exports = merge(devEnv, {
NODE_ENV: '"test"',
VUE_APP_STATIC: '"http://10.166.2.221:9090/"',
VUE_APP_ROUTER: '"/test5/"',
VUE_APP_BASIC_API: '"http://10.166.2.221:19099/proxy/user-rnr-enterprise/"'
})
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>实名认证</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<% if (['development', 'test'].includes(process.env.NODE_ENV)) { %>
<script src="https://vncdn.mobi88.cn/public/vconsole.min.js"></script>
<script type="text/javascript">
// 初始化vConsole
window.vConsole = new window.VConsole()
</script>
<% } %>
<script src="<%= process.env.VUE_APP_ROUTER %>static/lib/vue.min.js"></script>
<script src="<%= process.env.VUE_APP_ROUTER %>static/lib/element-ui.js"></script>
<script src="<%= process.env.VUE_APP_ROUTER %>static/lib/axios.min.js"></script>
<script src="<%= process.env.VUE_APP_ROUTER %>static/lib/jquery.min.js"></script>
</body>
</html>
{
"name": "cusc-realname-pc",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "shuhao <shuh15@chinaunicom.cn>",
"private": true,
"scripts": {
"serve": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"debug": "npm run dev --mode debug",
"dev": "npm run build --mode dev",
"test": "npm run build --mode test",
"test1": "npm run build --mode test1",
"test2": "npm run build --mode test2",
"test3": "npm run build --mode test3",
"test4": "npm run build --mode test4",
"test5": "npm run build --mode test5",
"production": "npm run build --mode prod",
"cu-pre": "npm run build --mode cu-pre",
"cu-prod": "npm run build --mode cu-prod",
"build:prod": "npm run build",
"build:stage": "npm run build --mode staging",
"start": "npm run dev",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"e2e": "node test/e2e/runner.js",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js",
"prepare": "husky install",
"create:api": "node build/createApi.js"
},
"dependencies": {
"async-validator": "4.0.7",
"element-ui": "2.15.6",
"gm-crypt": "0.0.2",
"html2canvas": "1.4.1",
"husky": "7.0.4",
"lint-staged": "12.3.7",
"vue": "2.6.14",
"vue-router": "3.0.1",
"vuedraggable": "2.24.3",
"vuex": "3.0.0"
},
"devDependencies": {
"autoprefixer": "7.1.2",
"axios": "0.26.1",
"axios-retry": "3.3.1",
"babel-core": "6.22.1",
"babel-eslint": "8.2.1",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-jest": "21.0.2",
"babel-loader": "7.1.1",
"babel-plugin-dynamic-import-node": "1.2.0",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-runtime": "6.22.0",
"babel-plugin-transform-vue-jsx": "3.5.0",
"babel-preset-env": "1.3.2",
"babel-preset-stage-2": "6.22.0",
"babel-register": "6.22.0",
"big.js": "6.1.1",
"chalk": "2.0.1",
"chromedriver": "2.27.2",
"content-disposition": "0.5.3",
"copy-webpack-plugin": "4.0.1",
"cross-spawn": "5.0.1",
"css-loader": "0.28.0",
"dayjs": "^1.11.2",
"eslint": "4.15.0",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-vue": "4.0.0",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "1.1.4",
"friendly-errors-webpack-plugin": "1.6.1",
"html-webpack-plugin": "2.30.1",
"html2canvas": "1.4.1",
"husky": "7.0.0",
"inquirer": "8.2.2",
"jest": "22.0.4",
"jest-serializer-vue": "0.3.0",
"js-cookie": "3.0.1",
"jspdf": "2.5.1",
"lodash": "4.17.21",
"nightwatch": "0.9.12",
"node-notifier": "5.1.2",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.2.0",
"portfinder": "1.0.13",
"postcss-import": "11.0.0",
"postcss-loader": "2.0.8",
"postcss-url": "7.2.1",
"preload-webpack-plugin": "2.3.0",
"rimraf": "2.6.0",
"sass": "1.26.5",
"sass-loader": "7.3.1",
"selenium-server": "3.0.1",
"semver": "5.3.0",
"shelljs": "0.7.6",
"sign-canvas": "1.1.4",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "1.1.1",
"url-loader": "0.5.8",
"video.js": "^7.20.1",
"vue-jest": "1.0.2",
"vue-loader": "13.3.0",
"vue-style-loader": "3.0.1",
"vue-template-compiler": "2.6.14",
"webpack": "3.6.0",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dev-server": "2.9.1",
"webpack-merge": "4.1.0"
},
"lint-staged": {
"src/**/*.{js,vue,jsx,ts,tsx}": "eslint"
},
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"chore"
],
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "请输入message信息!",
"helpMessage": "Commit message 格式错误, http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html"
}
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
import management from './management'
import rnr from './rnr'
import specialBusiness from './special-business'
export default {
HomePage: {
api: [
'/protocolManage/noLogin',
'/card/unbind/checkOrderStatus',
'/message/checkSmsCaptcha',
'/file/getBase64ByIds',
'/protocolManage/query',
'/resource/queryCurrUserResourceList',
'/baseconfig/getDicData',
'/file/upload',
'/cuscImage/upload',
'/file/download',
'/cuscImage/viewBase64',
'/userEnterprise/auth/logout',
'/ocr/idCard',
'/file/queryTop50VinCardFromExcel'
]
},
...management,
...rnr,
...specialBusiness
}
export default {
// 自然人实名认证: 车卡信息录入
OrganizationManagement: {
api: ['/organ/pageList'],
resource: [
{ id: 'OrganizationManagement-Create', name: '新建', api: ['/organ/create'] },
{ id: 'OrganizationManagement-Update', name: '编辑', api: ['/organ/update'] },
{ id: 'OrganizationManagement-Account', name: '查询账户', api: ['/organ/queryUserAccount'] },
{ id: 'OrganizationManagement-ChangeAdmin', name: '变更管理员', api: ['/organ/changeAdmin'] }
]
},
UserManagement: {
api: ['/userEnterprise/account/pageList', '/userEnterprise/role/getRoListByOrganId'],
resource: [
{ id: 'UserManagement-Add', name: '新增', api: ['/userEnterprise/account/add'] },
{ id: 'UserManagement-Update', name: '编辑', api: ['/userEnterprise/account/update'] }
]
},
CarCardManagement: {
api: ['/simvehicle/querySimVehicleByPage', '/simvehicle/download/template', '/simvehicle/queryImportHistory', '/simvehicle/queryOrgByList'],
resource: [
{ id: 'CarCardManagement-QueryTag', name: '查询标签', api: ['/simvehicle/queryTags'] },
{ id: 'CarCardManagement-Unbind', name: '禁用', api: ['/simvehicle/unbind'] },
{ id: 'CarCardManagement-Bind', name: '启用', api: ['/simvehicle/bind'] },
{ id: 'CarCardManagement-Import', name: '车卡关系导入', api: ['/simvehicle/import'] },
{ id: 'CarCardManagement-Export', name: '导出', api: ['/simvehicle/download/errorfile'] },
{ id: 'CarCardManagement-Download', name: '下载', api: ['/simvehicle/download/file'] }
]
},
AgreementManagement: {
api: ['/protocolManage/queryFileMould', '/protocolManage/queryOrgByList'],
resource: [
{ id: 'AgreementManagement-Create', name: '创建', api: ['/protocolManage/create'] },
{ id: 'AgreementManagement-Update', name: '更新', api: ['/protocolManage/update'] }
]
},
AuditList: {
api: ['/localverify/list'],
resource: [
{ id: 'AuditList-Detail', name: '详情接口', api: ['/localverify/getEnterpriseDetail'] },
{ id: 'AuditList-PersonDetail', name: '审核详情', api: ['/localverify/personDetail'] },
{ id: 'AuditList-EnterpriseRnrPersonDetail', name: '企业审核详情', api: ['/localverify/personDetail'] },
{ id: 'AuditList-Submit', name: '提交', api: ['/localverify/submit'] }
]
},
// 工单列表
WorkOrderRnrList: {
api: ['/rnrOrder/queryTenantList', '/rnrOrder/pageListQuery'],
resource: [
{ id: 'WorkOrderRnrList-Detail', name: '查看详情', api: ['/rnrOrder/queryCardPageByOrderId', '/queryCardPageByOrderId', '/rnrOrder/queryOrderDetail', '/orderMgr/queryOrderDetail', '/cuscImage/viewBase64'] }
]
},
CarAuth1: {
api: ['/search/carProgress']
},
CarAuth2: {
api: ['/search/queryCheckStatistics', '/search/checkProgress']
},
CarInfoManagement: {
api: ['/car/info/queryCarInfo', '/simvehicle/queryImportHistory', '/simvehicle/queryOrgByList', '/car/info/download/template'],
resource: [
{ id: 'CarInfoManagement-Import', name: '导入', api: ['/car/info/import'] }
]
},
SystemLog: {
api: ['/log/category', '/log/list', '/organ/queryCurrentSubOrgList']
}
}
export default {
// 自然人实名认证: 车卡信息录入
PersonRealnameStep1: {
api: ['/newVinCard/queryUnBindCardByVin'],
resource: [
{ id: 'PersonRealnameStep1-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
// 自然人实名:填写客户信息
PersonRealnameStep2: {
api: [],
resource: [
{ id: 'PersonRealnameStep2-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] },
{ id: 'PersonRealnameStep2-SendSms', name: '发送短信', api: ['/sms/sendSmsRnr'] },
{ id: 'PersonRealnameStep2-Submit', name: '提交', api: ['/personalRnr/h5/submitRnr'] }
]
},
// 自然人实名:完成人脸识别
PersonRealnameStep3: {
api: ['/personalRnr/getLivenessCode'],
resource: [
{ id: 'PersonRealnameStep3-Submit', name: '提交', api: ['/personalRnr/submitRnr'] }
]
},
PersonRealnameResult: {
api: ['/personalRnr/h5/livenessCallback']
},
EnterpriseRealnameStepPad1: {
api: [],
resource: [
{ id: 'EnterpriseRealnameStepPad1-Next', name: '下一步', api: ['/newVinCard/checkVin'] }
]
},
// 企业实名:车卡信息录入
EnterpriseRealnameStep1: {
api: [],
resource: [
{ id: 'EnterpriseRealnameStep1-Validate', name: '校验数据', api: ['/enterpriseRnr/verifyVinCards'] },
{ id: 'EnterpriseRealnameStep1-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
// 企业实名:填写责任人信息
EnterpriseRealnameStep3: {
api: [],
resource: [
{ id: 'EnterpriseRealnameStep3-SendSms', name: '发送短信', api: ['/sms/sendSmsRnr'] },
{ id: 'EnterpriseRealnameStep3-Submit', name: '提交', api: ['/enterpriseRnr/h5/submitRnr', '/enterpriseRnr/h5/submitRnrWithFile'] }
]
},
// 企业实名:完成人脸识别
EnterpriseRealnameStep4: {
api: ['/personalRnr/getLivenessCode'],
resource: [
{ id: 'EnterpriseRealnameStep4-Submit', name: '提交', api: ['/enterpriseRnr/submitRnr'] }
]
},
EnterpriseRealnameResult: {
api: ['/enterpriseRnr/h5/livenessCallback']
},
// 车企实名认证:车卡信息录入
CarEnterpriseRealnameStep1: {
api: [],
resource: [
{ id: 'CarEnterpriseRealnameStep1-Validate', name: '校验数据', api: ['/enterpriseRnr/verifyVinCards'] },
{ id: 'CarEnterpriseRealnameStep1-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
// 车企实名认证:填写责任人信息
CarEnterpriseRealnameStep3: {
api: ['/manufacturerRnr/submitRnrFollowUp'],
resource: [
{ id: 'CarEnterpriseRealnameStep3-SendSms', name: '发送短信', api: ['/sms/sendSmsRnr'] }
]
},
// 车企实名认证:完成人脸识别
CarEnterpriseRealnameStep4: {
api: ['/personalRnr/getLivenessCode'],
resource: [
{ id: 'CarEnterpriseRealnameStep4-Submit', name: '提交', api: ['/manufacturerRnr/submitRnr'] }
]
},
CarEnterpriseRealnameFlow1: {
api: [],
resource: [
{ id: 'CarEnterpriseRealnameFlow1-Validate', name: '校验数据', api: ['/enterpriseRnr/verifyVinCards'] },
{ id: 'CarEnterpriseRealnameFlow1-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
CarEnterpriseRealnameFlow2: {
api: ['/manufacturerRnr/getDetail']
},
CarEnterpriseRealnameFlow3: {
api: ['/manufacturerRnr/getDetail'],
resource: [
{ id: 'CarEnterpriseRealnameFlow3-Submit', name: '提交', api: ['/manufacturerRnr/submitRnr'] }
]
},
PersonChangeStep1: {
api: [],
resource: [
{ id: 'PersonChangeStep1-Enterprise', name: '查询企业名称', api: ['/enterprise/corporation/change/queryEnterprise'] },
{ id: 'PersonChangeStep1-SendSms', name: '发送短信', api: ['/sms/sendSmsRnr'] }
]
},
PersonChangeStep2: {
api: ['/personalRnr/getLivenessCode'],
resource: [
{ id: 'PersonChangeStep2-Submit', name: '提交', api: ['/enterprise/corporation/change/submit'] }
]
}
}
export default {
CardBindingStepOne: {
api: ['/newVinCard/queryUnBindCardByVin'],
resource: [
{ id: 'CardBindingStepOne-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
CardBindingStepTwo: {
api: ['/vehicleCard/getUnBindIccidList'],
resource: [
{ id: 'CardBindingStepTwo-Result', name: '结果查询', api: ['/surplus/card/bind/queryResult'] },
{ id: 'CardBindingStepTwo-Submit', name: '提交', api: ['/surplus/card/bind/submit'] }
]
},
CardUnbindingStepOne: {
api: ['/newVinCard/queryBindCardByVin'],
resource: [
{ id: 'CardUnbindingStepOne-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
CardUnbindingStepTwo: {
api: [],
resource: [
{ id: 'CardUnbindingStepTwo-Next', name: '发送确认短信', api: ['/card/unbind/originalOwner'] }
]
},
CardUnbindingStepTwoSnd: {
api: [],
resource: [
{ id: 'CardUnbindingStepTwoSnd-Submit', name: '发送确认短信', api: ['/card/unbind/originalOwner'] },
{ id: 'CardUnbindingStepTwoSnd-SendSms', name: '发送短信', api: ['/sms/sendSmsRnr'] }
]
},
CardUnbindingStepThree: {
api: ['/personalRnr/getLivenessCode'],
resource: [
{ id: 'CardUnbindingStepThree-Submit', name: '提交', api: ['/card/unbind/secondHandPersonal'] }
]
},
ReplacementStepOne: {
api: ['/newVinCard/queryBindCardByVin'],
resource: [
{ id: 'ReplacementStepOne-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
ReplacementStepTwo: {
api: ['/card/unbind/getIccidsByVin'],
resource: [
{ id: 'ReplacementStepTwo-Submit', name: '发送确认短信', api: ['/change/tbox/submit'] }
]
},
CarUnbindingStepOne: {
api: [],
resource: [
{ id: 'CarUnbindingStepOne-Validate', name: '校验数据', api: ['/vehicle/unbound/verifyVinCards'] },
{ id: 'CarUnbindingStepOne-Next', name: '下一步', api: ['/newVinCard/checkVinCard'] }
]
},
CarUnbindingStepTwo: {
api: ['/manufacturerRnr/getDetail'],
resource: [
{ id: 'CarUnbindingStepOne-Submit', name: '提交', api: ['/vehicle/unbound/submit'] }
]
},
EnterpriseUnbindingStepOne: {
api: [],
resource: [
{ id: 'EnterpriseUnbindingStepOne-Validate', name: '数据校验', api: ['/enterprise/unBindCheck'] }
]
},
EnterpriseUnbindingStepTwo: {
api: [],
resource: [
{ id: 'EnterpriseUnbindingStepTwo-Submit', name: '提交', api: ['/enterprise/submitUnBind'] }
]
}
}
import request from '@/utils/request'
// process.env.VUE_APP_BASIC_API
const BASE_API = process.env.VUE_APP_BASIC_API
// 待审核列表
export function auditList(data) {
return request({
url: `${BASE_API}localverify/list`,
data
})
}
/**
* 查询企业实名认证详情
*/
export function queryEnterpriseAuditDetail(data) {
return request({
url: `${BASE_API}localverify/getEnterpriseDetail`,
data
})
}
/**
* 查询自然人审核详情
*/
export function queryPersonDetailAuditDetail(data) {
return request({
url: `${BASE_API}localverify/personDetail`,
data
})
}
/**
* 查询企业负责人变更审核详情
*/
export function queryEnterprisePersonAuditDetail(data) {
return request({
url: `${BASE_API}localverify/enterpriseRnrPersonDetail`,
data
})
}
/**
* 审核提交
*/
export function queryAuditsubmit(data) {
return request({
url: `${BASE_API}localverify/submit`,
data
})
}
/**
*获取base64图片
*/
export function queryBase64List(data) {
return request({
url: `${BASE_API}file/getBase64ByIds`,
data
})
}
/**
* 查询实名租户列表
* @yai http://10.166.2.23:3000/project/32/interface/api/19884
*/
export function queryTenantList(data) {
return request({
url: `${BASE_API}rnrOrder/queryTenantList`,
data,
method: 'GET'
})
}
/**
* 查询工单列表
* @yapi http://10.166.2.23:3000/project/32/interface/api/19886
*/
export function pageListQuery(data) {
return request({
url: `${BASE_API}rnrOrder/pageListQuery`,
data
})
}
/**
* 根据工单查询卡列表分页
* @yapi http://10.166.2.23:3000/project/32/interface/api/19887
*/
export function queryCardPageByOrderId(data) {
return request({
url: `${BASE_API}rnrOrder/queryCardPageByOrderId`,
data
})
}
/**
* 查询工单详情
* @yapi http://10.166.2.23:3000/project/32/interface/api/19888
*/
export function queryOrderDetail(data) {
return request({
url: `${BASE_API}rnrOrder/queryOrderDetail?orderId=${data.orderId}`,
data,
method: 'GET'
})
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment