Commit ac5eebe9 authored by unset's avatar unset

添加通知信息

parent 14307d41
...@@ -98,6 +98,11 @@ public class OrderPayController extends BaseController<OrderPayBiz,OrderPay> { ...@@ -98,6 +98,11 @@ public class OrderPayController extends BaseController<OrderPayBiz,OrderPay> {
} }
} }
@GetMapping(value = "app/unauth/test")
public ObjectRestResponse test(String orderNo, String serialNumber) {
baseBiz.notice(orderNo, serialNumber);
return ObjectRestResponse.succ();
}
@PostMapping(value = "/app/unauth/notify/alipay") @PostMapping(value = "/app/unauth/notify/alipay")
@IgnoreUserToken @IgnoreUserToken
......
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