记得上下班打卡 | git大法好,push需谨慎

Commit 49d0403c authored by zhengfuxin's avatar zhengfuxin

增加注释

parent e43810e6
...@@ -8,6 +8,11 @@ import com.liquidnet.service.dragon.dto.DragonPayOrderQueryRespDto; ...@@ -8,6 +8,11 @@ import com.liquidnet.service.dragon.dto.DragonPayOrderQueryRespDto;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
public interface IDragonOrdersService { public interface IDragonOrdersService {
/**
* 如果直接调用service层方法,boolean 传true
* 如果controller调用,boolean传false
* @return
*/
ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto,boolean function); ResponseDto<DragonPayBaseRespDto> dragonPay(DragonPayBaseReqDto dragonPayBaseReqDto,boolean function);
String dragonNotify(HttpServletRequest request,String payType,String deviceFrom); String dragonNotify(HttpServletRequest request,String payType,String deviceFrom);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment