| | |
| | | import cc.mrbird.febs.pay.model.AliPayPassbackModel; |
| | | import cc.mrbird.febs.pay.properties.AliPayProperties; |
| | | import cc.mrbird.febs.pay.service.IPayService; |
| | | import cc.mrbird.febs.rabbit.producter.AgentProducer; |
| | | import cn.hutool.core.util.StrUtil; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.alipay.api.AlipayApiException; |
| | |
| | | private MallOrderInfoMapper orderInfoMapper; |
| | | @Autowired |
| | | private ClothesTypeMapper clothesTypeMapper; |
| | | @Autowired |
| | | private AgentProducer agentProducer; |
| | | |
| | | @Value("${spring.profiles.active}") |
| | | private String active; |