java110
2023-08-15 20001a775126c1be95a2b84cebb8813a54608712
java110-interface/src/main/java/com/java110/intf/acct/INotifyPaymentV1InnerServiceSMO.java
@@ -44,5 +44,14 @@
     * @return 小区下的小区楼记录数
     */
    @RequestMapping(value = "/notifyPayment", method = RequestMethod.POST)
    public ResponseEntity<String> notifyPayment(@RequestBody NotifyPaymentOrderDto notifyPaymentOrderDto);
    ResponseEntity<String> notifyPayment(@RequestBody NotifyPaymentOrderDto notifyPaymentOrderDto);
    /**
     * native 支付回调
     *
     * @param notifyPaymentOrderDto 数据对象分享
     * @return 小区下的小区楼记录数
     */
    @RequestMapping(value = "/nativeNotifyPayment", method = RequestMethod.POST)
    ResponseEntity<String> nativeNotifyPayment(@RequestBody NotifyPaymentOrderDto notifyPaymentOrderDto);
}