mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 13:10:44 +00:00
feat 云闪付对接调试, 重写SDK中一份调用逻辑
This commit is contained in:
@@ -36,4 +36,10 @@ public class PayReturnController {
|
||||
public ModelAndView wechat(){
|
||||
return null;
|
||||
}
|
||||
|
||||
@Operation(summary = "云闪付同步通知")
|
||||
@GetMapping("/union")
|
||||
public ModelAndView union(){
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user