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
ecd3abc1
Commit
ecd3abc1
authored
Oct 12, 2020
by
v_vjyjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax
parents
379d2fb2
2b2b5911
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tx-fi-tax/app/base/utils/toFtClient.js
+1
-1
tx-fi-tax/app/config/routes/api.js
+1
-1
No files found.
tx-fi-tax/app/base/utils/toFtClient.js
View file @
ecd3abc1
...
@@ -76,7 +76,7 @@ const getChannelCompany = async (id) => {
...
@@ -76,7 +76,7 @@ const getChannelCompany = async (id) => {
...
reqData
,
...
reqData
,
sign
sign
});
});
companyData
=
companyData
.
data
.
data
s
;
companyData
=
companyData
.
datas
;
if
(
id
)
{
if
(
id
)
{
companyData
=
_
.
find
(
companyData
,
(
item
)
=>
{
companyData
=
_
.
find
(
companyData
,
(
item
)
=>
{
return
item
.
id
===
id
return
item
.
id
===
id
...
...
tx-fi-tax/app/config/routes/api.js
View file @
ecd3abc1
...
@@ -59,7 +59,7 @@ module.exports = function (app) {
...
@@ -59,7 +59,7 @@ module.exports = function (app) {
console
.
log
(
"-------------- 财税 acceptFtCallback ------------"
);
console
.
log
(
"-------------- 财税 acceptFtCallback ------------"
);
try
{
try
{
console
.
log
(
JSON
.
stringify
(
req
.
body
));
console
.
log
(
JSON
.
stringify
(
req
.
body
));
await
deliverService
.
fromFtToRys
(
JSON
.
parse
(
req
.
body
.
info
)
);
await
deliverService
.
fromFtToRys
(
req
.
body
);
res
.
json
({
res
.
json
({
code
:
1
,
code
:
1
,
msg
:
"SUCCESS"
,
msg
:
"SUCCESS"
,
...
...
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