|
@@ -154,7 +154,6 @@ public class PaymentController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("平台_提现按钮")
|
|
|
- @Code
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
@RequestMapping(value = "account/withdrawalsPlatform", method = RequestMethod.POST)
|
|
|
public ResultContent withdrawalsPlatformApplication(@RequestBody com.zhongshu.payment.client.model.Code code) {
|