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) => {
...reqData,
sign
});
companyData = companyData.data.datas;
companyData = companyData.datas;
if (id) {
companyData = _.find(companyData, (item) => {
return item.id === id
......
......@@ -59,7 +59,7 @@ module.exports = function (app) {
console.log("-------------- 财税 acceptFtCallback ------------");
try {
console.log(JSON.stringify(req.body));
await deliverService.fromFtToRys(JSON.parse(req.body.info));
await deliverService.fromFtToRys(req.body);
res.json({
code: 1,
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