@Controller public class WithdrawRecordController extends Object
| Constructor and Description |
|---|
WithdrawRecordController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWithdrawDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id)
show 提现详情
|
String |
getWithdrawRecordIdsByUidAndStatusOrderByCreateAtJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size)
show 提现列表
|
String |
getWithdrawRecordIdsByUidAndStatusOrderByCreateAtJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String payeeName,
String alipayAccount)
show 微信提现
|
@RequestMapping(value="/a/u/wx/withdraw",
method=POST)
public String getWithdrawRecordIdsByUidAndStatusOrderByCreateAtJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
String payeeName,
String alipayAccount)
throws Exception
alipayAccount - 支付宝账号payeeName - 收款人姓名Exception - 异常信息@RequestMapping(value="/a/u/withdraw/list",
method=GET)
public String getWithdrawRecordIdsByUidAndStatusOrderByCreateAtJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size)
throws Exception
Exception - 异常信息@RequestMapping(value="/a/u/withdraw/{id}",
method=GET)
public String getWithdrawDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id)
throws Exception
Exception - 异常信息Copyright © 2018. All rights reserved.