Merge remote-tracking branch 'origin/hph' into zs
This commit is contained in:
@@ -46,7 +46,7 @@ public class NotifyController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("fstmemberInCallBack")
|
@RequestMapping("fstmemberInCallBack")
|
||||||
public String fstmemberInCallBack(HttpServletRequest request){
|
public String fstmemberInCallBack(HttpServletRequest request) throws Exception {
|
||||||
Map<String, Object> map= getParameterMap(request);
|
Map<String, Object> map= getParameterMap(request);
|
||||||
log.info("fstmemberInCallBack回调返回信息:{}",JSONUtil.toJsonStr(map));
|
log.info("fstmemberInCallBack回调返回信息:{}",JSONUtil.toJsonStr(map));
|
||||||
if(ObjectUtil.isNotEmpty(map)&&map.containsKey("code")&&"000000".equals(map.get("code")+"")){
|
if(ObjectUtil.isNotEmpty(map)&&map.containsKey("code")&&"000000".equals(map.get("code")+"")){
|
||||||
|
|||||||
@@ -19,6 +19,8 @@ public class RabbitProducer implements RabbitTemplate.ConfirmCallback {
|
|||||||
private RabbitTemplate rabbitTemplate;
|
private RabbitTemplate rabbitTemplate;
|
||||||
@Value("${prod}")
|
@Value("${prod}")
|
||||||
private String prod;
|
private String prod;
|
||||||
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
public RabbitProducer(RabbitTemplate rabbitTemplate) {
|
public RabbitProducer(RabbitTemplate rabbitTemplate) {
|
||||||
this.rabbitTemplate = rabbitTemplate;
|
this.rabbitTemplate = rabbitTemplate;
|
||||||
|
|||||||
Reference in New Issue
Block a user