|
|
|
@ -2,6 +2,7 @@ package com.jianshui.invoice.service.impl.api; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil; |
|
|
|
|
import cn.hutool.core.codec.Base64; |
|
|
|
|
import cn.hutool.core.date.DateUtil; |
|
|
|
|
import cn.hutool.core.util.ObjUtil; |
|
|
|
|
import cn.hutool.core.util.StrUtil; |
|
|
|
|
import cn.hutool.json.JSONUtil; |
|
|
|
@ -35,6 +36,7 @@ import com.jianshui.invoice.domain.dto.api.elephant.sd.RedUpload; |
|
|
|
|
import com.jianshui.invoice.domain.ele.EleNewMessage; |
|
|
|
|
import com.jianshui.invoice.domain.ele.EleOuterMessage; |
|
|
|
|
import com.jianshui.invoice.domain.ele.HZSQDMessage; |
|
|
|
|
import com.jianshui.invoice.domain.vo.jcsk.*; |
|
|
|
|
import com.jianshui.invoice.mapper.BillInfoMapper; |
|
|
|
|
import com.jianshui.invoice.mapper.InvoiceMapper; |
|
|
|
|
import com.jianshui.invoice.mapper.RedinfoMapper; |
|
|
|
@ -1912,11 +1914,29 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService { |
|
|
|
|
response.put("data", invoice); |
|
|
|
|
|
|
|
|
|
return response; |
|
|
|
|
}else if (WebServiceConstant.FPEWMXZ.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.ADD_RED_INVOICE.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.KSHC.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.CXHZFPXXQRD.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.SHHZFPXXQRD.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.QDFPWJHQ.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.QRCODE.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
} else if (WebServiceConstant.SQHZFPXXQRD.equals(finalServiceId)) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
|
return new HXResponse("功能升级中~请稍等~"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// return response;
|
|
|
|
|
return new HXResponse("功能升级中~请稍等~"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|