mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 19:20:46 +08:00
1.集成支付宝沙箱支付功能
2.订单下单 3.回调通知(未成功) 4.回查订单支付状态
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package cn.xf.basedemo.service;
|
||||
|
||||
import cn.xf.basedemo.common.model.RetObj;
|
||||
import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
import cn.xf.basedemo.model.req.LoginInfoReq;
|
||||
|
||||
/**
|
||||
* @program: xf-boot-base
|
||||
@@ -12,7 +12,7 @@ import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
**/
|
||||
public interface UserService {
|
||||
|
||||
RetObj login(LoginInfoRes res);
|
||||
RetObj login(LoginInfoReq res);
|
||||
|
||||
RetObj syncEs(Long userId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user