123
This commit is contained in:
@@ -71,8 +71,6 @@ public class RechargeOrderController extends BaseController {
|
||||
@SaCheckPermission("cai:rechargeOrder:list")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo<RechargeOrderAdminVo> list(RechargeOrderAdminVo bo, PageQuery pageQuery) {
|
||||
String string = identifierGenerator.nextId(null).toString();
|
||||
log.info("ID============{}",string);
|
||||
Page<RechargeOrderAdminVo> page = rechargeOrderService.pageAdmin(pageQuery,bo);
|
||||
return TableDataInfo.build(page);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.ruoyi.web.controller.cai.app;
|
||||
|
||||
import cn.hutool.core.util.RandomUtil;
|
||||
import com.ruoyi.cai.domain.User;
|
||||
import com.ruoyi.cai.dto.app.RankIdReq;
|
||||
import com.ruoyi.cai.dto.app.vo.anchor.AnchorStatusDTO;
|
||||
@@ -272,10 +273,12 @@ public class RankAppController {
|
||||
if(StringUtils.isEmpty(nickname)){
|
||||
return "*";
|
||||
}
|
||||
if(containsEmoji(nickname)){
|
||||
return "*密";
|
||||
}
|
||||
return "*"+nickname.substring(nickname.length()-1);
|
||||
char c = RandomUtil.randomChinese();
|
||||
return "*"+c;
|
||||
// if(containsEmoji(nickname)){
|
||||
// return "*密";
|
||||
// }
|
||||
// return "*"+nickname.substring(nickname.length()-1);
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
@@ -120,3 +120,9 @@ cai:
|
||||
proxy-host: 7693
|
||||
home-name: 知予
|
||||
coin-name: 知钻
|
||||
tencent:
|
||||
captcha:
|
||||
app-secret-key: wCmccPiqdW1C8V3t7GdAIYB3Z
|
||||
captcha-app-id: 189992647
|
||||
secret-id: IKID8EXQFxZ2NbjiZHqGZjjaHpEh7OgruoZB
|
||||
secret-key: a3NbjkgTBbzNrFcwRtDORpYezddhgeWc
|
||||
|
||||
Reference in New Issue
Block a user