merge_log
This commit is contained in:
@@ -80,7 +80,7 @@ public class GiftV2Controller extends BaseController {
|
||||
String msg,
|
||||
Integer giftSource) {
|
||||
Long uid = getUid();
|
||||
logger.info("sendV5 param==>>> uid:43883{},targetUids:{},roomUid:{},giftId:{},giftNum:{},sendType:{},giftSource:{}",
|
||||
logger.info("sendV5 param==>>> uid:{},targetUids:{},roomUid:{},giftId:{},giftNum:{},sendType:{},giftSource:{}",
|
||||
uid, targetUids, roomUid, giftId, giftNum, sendType, giftSource);
|
||||
if (giftNum <= 0 || targetUids == null || targetUids.length < 1) {
|
||||
return BusiResult.fail(BusiStatus.PARAMETERILLEGAL);
|
||||
|
Reference in New Issue
Block a user