Commit a4915921 by guojuxing

提现管理接口

parent 8707ccfd
......@@ -134,7 +134,7 @@ public class CashWithdrawalController {
* @param rejectReason

* @return com.gic.commons.webapi.reponse.RestResponse


 */
@RequestMapping("/approval")
@RequestMapping("/reject")
public RestResponse reject(Integer id, String rejectReason) {
return ResultControllerUtils.commonResult(cashWithdrawalApiService.reject(id, rejectReason));
}
......
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