|
|
@@ -83,7 +83,7 @@ public class CourseTransferController {
|
|
|
@PostMapping( "/v3TransferNotifyWithCompanyId/{companyId}")
|
|
|
public String v3TransferNotifyWithCompanyId(@PathVariable("companyId") Long companyId,@RequestBody String notifyData,HttpServletRequest request, HttpServletResponse response) throws Exception {
|
|
|
|
|
|
- return paymentService.TransferNotifyWithCompanyId(companyId,notifyData,request);
|
|
|
+ return paymentService.v3TransferNotifyWithCompanyId(companyId,notifyData,request);
|
|
|
}
|
|
|
|
|
|
@Autowired
|