mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 修改提现方式
This commit is contained in:
@@ -151,7 +151,7 @@ public class PileMerchantInfoController extends BaseController {
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('pile:merchant:edit')")
|
||||
@Log(title = "修改提现方式", businessType = BusinessType.UPDATE)
|
||||
@PutMapping("/updateWithdrawalType")
|
||||
@PostMapping("/updateWithdrawalType")
|
||||
public AjaxResult updateWithdrawalType(@RequestBody MerchantWithdrawalTypeVO dto) {
|
||||
return toAjax(pileMerchantInfoService.updateWithdrawalType(dto));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user