Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
71fc8c17
Commit
71fc8c17
authored
Nov 19, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel
parents
af6e4d07
9952a238
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
17 deletions
+30
-17
center-channel/app/base/api/impl/icp/consultation.js
+3
-0
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
+2
-1
center-channel/app/base/service/impl/common/ncSve.js
+2
-1
center-channel/app/base/service/impl/common/rtSve.js
+2
-1
center-channel/app/base/service/impl/common/signSve.js
+14
-14
center-channel/app/config/settings.js
+7
-0
No files found.
center-channel/app/base/api/impl/icp/consultation.js
View file @
71fc8c17
...
...
@@ -272,6 +272,9 @@ class Consultation extends APIBase {
case
"SHENZHEN"
:
pobj
.
area
=
"深圳"
;
break
;
case
"QUANGUO"
:
pobj
.
area
=
"全国"
;
break
;
default
:
break
;
}
...
...
center-channel/app/base/service/impl/common/baseCenterOrderSve.js
View file @
71fc8c17
...
...
@@ -51,7 +51,8 @@ const cityLetter = {
"外资"
:
"WAIZI"
,
"海南"
:
"HAINAN"
,
"广州"
:
"GUANGZHOU"
,
"深圳"
:
"SHENZHEN"
"深圳"
:
"SHENZHEN"
,
"全国"
:
"QUANGUO"
}
//baidu pinyinzhuanyong 2020-11-6
...
...
center-channel/app/base/service/impl/common/ncSve.js
View file @
71fc8c17
...
...
@@ -43,7 +43,8 @@ const cityLetter = {
"外资"
:
"WAIZI"
,
"海南"
:
"HAINAN"
,
"广州"
:
"GUANGZHOU"
,
"深圳"
:
"SHENZHEN"
"深圳"
:
"SHENZHEN"
,
"全国"
:
"QUANGUO"
}
//百度拼音转义 2020-11-11 laolan
...
...
center-channel/app/base/service/impl/common/rtSve.js
View file @
71fc8c17
...
...
@@ -42,7 +42,8 @@ const cityLetter = {
"外资"
:
"WAIZI"
,
"海南"
:
"HAINAN"
,
"广州"
:
"GUANGZHOU"
,
"深圳"
:
"SHENZHEN"
"深圳"
:
"SHENZHEN"
,
"全国"
:
"QUANGUO"
}
//百度拼音转义 2020-11-11 laolan
...
...
center-channel/app/base/service/impl/common/signSve.js
View file @
71fc8c17
...
...
@@ -134,21 +134,21 @@ module.exports = SignService;
// "status":"16"
// }
// var obj = {
//
"bizId":"OD2020110629779501
",
//
"companyInfo":
{
//
"companyName":"苏州磐荣信息科技
有限公司",
//
"taxpayerTypeEnum":
"NORMAL_TAXPAYER",
//
"acctgSystemId":"10001
",
//
"enterpriseFormEnum":"1
",
//
"taxIndustryId":1,
//
"taxNo":"123456789
",
//
"serviceTypeEnum":
"ACCOUTING",
//
"taxClaimMethodEnum":
"TAX_DECLARATION"
//
"bizId": "OD2020111241779233
",
//
"companyInfo":
{
//
"corpName": "上海王勇商务软件系统
有限公司",
//
"taxpayerTypeEnum":
"NORMAL_TAXPAYER",
//
"acctgSystemId": "10008
",
//
"enterpriseFormEnum": "OTHERS
",
//
"taxIndustryId": 10000,
//
"taxNo": "91310114772112002K
",
//
"serviceTypeEnum":
"ACCOUTING",
//
"taxClaimMethodEnum":
"TAX_DECLARATION"
// },
//
"contactMobile":"1855029562
8",
//
"contactName":"范锋华
",
//
"timeUnit":"year"
,
//
"quantity":1
//
"contactMobile": "1671050088
8",
//
"contactName": "王勇
",
//
"quantity": 1
,
//
"timeUnit": "year"
// }
// }
...
...
center-channel/app/config/settings.js
View file @
71fc8c17
...
...
@@ -381,6 +381,11 @@ var settings = {
}
}
else
{
// 2020 1106 lin 正式环境还未给出
// 2020 1119 lin 正式环境已经给出,鲁班说不变 后期可能换成动态的
return
{
appid
:
"10015683988"
,
appkey
:
"b74b73acf78cc2851aa559e93c84f7888adq23we"
}
}
},
pannongUrl
:
function
()
{
...
...
@@ -388,6 +393,8 @@ var settings = {
return
"http://39.101.172.142:8980/"
}
else
{
// 2020 1106 lin 正式环境还未给出
// 2020 1119 lin 正式环境已经给出,鲁班发的ip
return
"http://139.196.159.202:8980/"
}
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment