Commit ecd3abc1 by v_vjyjiang

Merge branch 'tx-fi-tax' of gitlab.gongsibao.com:jiangyong/zhichan into tx-fi-tax

parents 379d2fb2 2b2b5911
...@@ -76,7 +76,7 @@ const getChannelCompany = async (id) => { ...@@ -76,7 +76,7 @@ const getChannelCompany = async (id) => {
...reqData, ...reqData,
sign sign
}); });
companyData = companyData.data.datas; companyData = companyData.datas;
if (id) { if (id) {
companyData = _.find(companyData, (item) => { companyData = _.find(companyData, (item) => {
return item.id === id return item.id === id
......
...@@ -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",
......
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