feat 云闪付对接调试, 重写SDK中一份调用逻辑

This commit is contained in:
bootx
2024-03-10 22:45:57 +08:00
parent aee7c18ebb
commit 8404e17086
15 changed files with 1097 additions and 81 deletions

View File

@@ -36,4 +36,10 @@ public class PayReturnController {
public ModelAndView wechat(){
return null;
}
@Operation(summary = "云闪付同步通知")
@GetMapping("/union")
public ModelAndView union(){
return null;
}
}