|
|
|
@ -37,6 +37,7 @@ import com.dxhy.core.rabbitmq.Sender; |
|
|
|
|
import cn.hutool.core.codec.Base64; |
|
|
|
|
import cn.hutool.http.HttpUtil; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 功能描述 |
|
|
|
@ -516,6 +517,7 @@ public class InvoiceInterfaceServiceImpl implements InvoiceInterfaceService { |
|
|
|
|
* @Desc 勾选发票获取接口 |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public void sendSelectRequest(String taxno, String db, String aceId, String aceKey) { |
|
|
|
|
// 请求通用头
|
|
|
|
|
GlobalInfo globalInfo = new GlobalInfo(); |
|
|
|
|