Commit 4ba4873c by 周晓航

Merge branch 'KA-技术优化-支付成功回调处理订单已取消的场景' into qa

parents 2cbefd74 9cd6175c
......@@ -140,12 +140,6 @@ public class OrderController {
@ApiAnnotation(logMessage = "newPaySuccessCallback")
@PostMapping({"/newPaySuccessCallback","/openStoreQueryPaymentCallback"})
public String newPaySuccessCallback(@LogParams @RequestBody NewPaysuccessNoticeMessage message) {
try {
// 方便测试 技术优化需求,后续需要删除
Thread.sleep(3000);
}catch (Exception e){
}
return orderservice.newPaySuccessCallback(message);
}
......
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