|
@@ -94,7 +94,7 @@ public class AppUserCountDividendController extends BaseController
|
|
|
@ApiOperation(value = "发放分红", notes = "发放分红")
|
|
|
// @Transactional
|
|
|
@RepeatSubmit(message = "频繁操作")
|
|
|
- public HttpRet<Boolean> send(AppUserDividendSendDto dto) throws Exception
|
|
|
+ public HttpRet<Boolean> send(@RequestBody AppUserDividendSendDto dto) throws Exception
|
|
|
{
|
|
|
try {
|
|
|
logger.info("分红发放{}", JSONObject.toJSONString(dto));
|