@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,
List<Long> ids,
Long withdrawId)
show 提现核验
|
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,
String mobile,
Integer status,
Long createAtStart,
Long createAtEnd,
Long updateAtStart,
Long updateAtEnd)
show 提现列表
|
void |
se() |
String |
updateWithdrawRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Long id,
Integer status)
show 提现审批
|
@RequestMapping(value="/a/u/withdraw/search",
method=GET)
public String getWithdrawRecordIdsByUidAndStatusOrderByCreateAtJsonList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
Integer page,
Integer size,
String mobile,
Integer status,
Long createAtStart,
Long createAtEnd,
Long updateAtStart,
Long updateAtEnd)
throws Exception
mobile - 手机号status - 提现状态createAtStart - 申请时间开始createAtEnd - 申请时间结束updateAtStart - 处理时间开始updateAtEnd - 处理时间结束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
id - 提现单号Exception - 异常信息@RequestMapping(value="/a/u/withdraw/{withdrawId}/verify",
method=PUT)
public String getWithdrawDetail(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@RequestBody
List<Long> ids,
@PathVariable
Long withdrawId)
throws Exception
ids - 通过记录idwithdrawId - 提现申请单idException - 异常信息public void se()
@RequestMapping(value="/a/u/withdraw/{id}/status",
method=PUT)
public String updateWithdrawRecordJson(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model,
@PathVariable
Long id,
Integer status)
throws Exception
id - 申请idstatus - 状态 2通过 3拒绝Exception - 异常信息Copyright © 2018. All rights reserved.