Commit 932dd1f5 authored by Xuguangxing's avatar Xuguangxing

feat: 查询金融开关参数调整

parent 4d90ee88
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
getFinanceSetting() { getFinanceSetting() {
// return http.post(`http://yapi.quantgroups.com/mock/351/api/kdsp/api/kdsp/vcc_switch`, { // return http.post(`http://yapi.quantgroups.com/mock/351/api/kdsp/api/kdsp/vcc_switch`, {
return http.post(`${config.kdspHost}/api/kdsp/vcc_switch/get-vcc-status`, { return http.post(`${config.kdspHost}/api/kdsp/vcc_switch/get-vcc-status`, {
areaType: 11 areaType: 6
}); });
} }
}; };
\ No newline at end of file
{ {
"api": { "api": {
"apiHost": "https://quantum-blocks-sc.liangkebang.net", "apiHost": "https://quantum-blocks-yxm.liangkebang.net",
"h5Host": "https://quantum-h5-sc.liangkebang.net", "h5Host": "https://quantum-h5-yxm.liangkebang.net",
"opapiHost": "https://opapi-sc.liangkebang.net", "opapiHost": "https://opapi-yxm.liangkebang.net",
"passportHost": "https://passportapi-sc.liangkebang.net", "passportHost": "https://passportapi-yxm.liangkebang.net",
"talosHost": "https://talos-sc.liangkebang.net", "talosHost": "https://talos-yxm.liangkebang.net",
"kdspHost": "https://kdsp-api-sc.liangkebang.net", "kdspHost": "https://kdsp-api-yxm.liangkebang.net",
"loginUrl": "", "loginUrl": "",
"newApolloFlag": true, "newApolloFlag": true,
"h5ShopHost": "https://tenet-sc.liangkebang.net/#", "h5ShopHost": "https://tenet-yxm.liangkebang.net/#",
"mallHost": "https://mall-sc.liangkebang.net", "mallHost": "https://mall-yxm.liangkebang.net",
"xyqbH5Host": "https://mapi-sc.liangkebang.net", "xyqbH5Host": "https://mapi-yxm.liangkebang.net",
"yxmTenantId": 560761, "yxmTenantId": 560761,
"appIdMap": { "appIdMap": {
"560761": "wxe16bf9293671506c", "560761": "wxe16bf9293671506c",
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
} }
}, },
"redis": { "redis": {
"port": "31513", "port": "30835",
"host": "172.16.4.7", "host": "172.16.4.6",
"password": "", "password": "",
"db": 0 "db": 0
}, },
......
{"apiHost":"https://quantum-blocks-sc.liangkebang.net","h5Host":"https://quantum-h5-sc.liangkebang.net","opapiHost":"https://opapi-sc.liangkebang.net","passportHost":"https://passportapi-sc.liangkebang.net","talosHost":"https://talos-sc.liangkebang.net","kdspHost":"https://kdsp-api-sc.liangkebang.net","loginUrl":"","newApolloFlag":true,"h5ShopHost":"https://tenet-sc.liangkebang.net/#","mallHost":"https://mall-sc.liangkebang.net","xyqbH5Host":"https://mapi-sc.liangkebang.net","yxmTenantId":560761,"appIdMap":{"560761":"wxe16bf9293671506c","560867":"wxccb8435d68e8c7d6"},"qiniuUpHost":"https://up-z0.qiniup.com","qiniuHost":"https://appsync.lkbang.net"} {"apiHost":"https://quantum-blocks-yxm.liangkebang.net","h5Host":"https://quantum-h5-yxm.liangkebang.net","opapiHost":"https://opapi-yxm.liangkebang.net","passportHost":"https://passportapi-yxm.liangkebang.net","talosHost":"https://talos-yxm.liangkebang.net","kdspHost":"https://kdsp-api-yxm.liangkebang.net","loginUrl":"","newApolloFlag":true,"h5ShopHost":"https://tenet-yxm.liangkebang.net/#","mallHost":"https://mall-yxm.liangkebang.net","xyqbH5Host":"https://mapi-yxm.liangkebang.net","yxmTenantId":560761,"appIdMap":{"560761":"wxe16bf9293671506c","560867":"wxccb8435d68e8c7d6"},"qiniuUpHost":"https://up-z0.qiniup.com","qiniuHost":"https://appsync.lkbang.net"}
\ No newline at end of file \ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit egg-scripts start --port 80 --workers 1", "test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit egg-scripts start --port 80 --workers 1",
"stop": "egg-scripts stop", "stop": "egg-scripts stop",
"backend": "nohup egg-scripts start --port 7001 --workers 4", "backend": "nohup egg-scripts start --port 7001 --workers 4",
"dev": "cross-env NODE_ENV=test APOLLO_CLUSTER=k8s NAMESPACE=sc npm run apollo && egg-bin dev -r egg-ts-helper/register", "dev": "cross-env NODE_ENV=test APOLLO_CLUSTER=k8s NAMESPACE=yxm npm run apollo && egg-bin dev -r egg-ts-helper/register",
"debug": "egg-bin debug -r egg-ts-helper/register", "debug": "egg-bin debug -r egg-ts-helper/register",
"apollo": "node bin/apollo.js", "apollo": "node bin/apollo.js",
"build": "cross-env NODE_ENV=production APOLLO_CLUSTER=3C npm run apollo && cross-env COS_ENV=production easy build --devtool", "build": "cross-env NODE_ENV=production APOLLO_CLUSTER=3C npm run apollo && cross-env COS_ENV=production easy build --devtool",
......
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