记得上下班打卡 | git大法好,push需谨慎

Commit d0cf82d4 authored by 胡佳晨's avatar 胡佳晨

修改 ar 兑换码接口 都返1

parent 1e6c8dac
......@@ -38,7 +38,8 @@ public class KylinArActiveController {
if(null==dataUtils.getUserStatus(uid)){
return ResponseDto.success("0");
}else{
return ResponseDto.success(dataUtils.getUserStatus(uid));
return ResponseDto.success("1");
// return ResponseDto.success(dataUtils.getUserStatus(uid));
}
}
@PostMapping("exchangeCode")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment