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

Commit 7964866d authored by jiangxiulong's avatar jiangxiulong

token

parent d8ee8257
...@@ -50,6 +50,6 @@ public interface FeignAdamBaseClient { ...@@ -50,6 +50,6 @@ public interface FeignAdamBaseClient {
@NotBlank(message = "临时票据不能为空") @NotBlank(message = "临时票据不能为空")
@RequestParam(value = "otp") String otp); @RequestParam(value = "otp") String otp);
@GetMapping("check/depth") @GetMapping(value = "check/depth", headers = {"Inner-Required=1"})
ResponseDto<Boolean> isMember(@NotBlank(message = "用户ID不能为空") @RequestParam(value = "uid") String uid); ResponseDto<Boolean> isMember(@NotBlank(message = "用户ID不能为空") @RequestParam(value = "uid") String uid);
} }
...@@ -433,7 +433,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg ...@@ -433,7 +433,7 @@ public class SweetIntegralActivityDrawServiceImpl extends ServiceImpl<SweetInteg
diffEstimatedNum = diffEstimatedNum.divide(BigDecimal.valueOf(2), 2, BigDecimal.ROUND_HALF_UP); diffEstimatedNum = diffEstimatedNum.divide(BigDecimal.valueOf(2), 2, BigDecimal.ROUND_HALF_UP);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("获取用户是否是会员失败 [uid:{], e:{}]", uid, e); log.error("获取用户是否是会员失败 [uid:{}, e:{}]", uid, e);
} }
BigDecimal multiply = prizeNumBig.divide(diffEstimatedNum, 2, BigDecimal.ROUND_HALF_UP).multiply(BigDecimal.valueOf(100)); BigDecimal multiply = prizeNumBig.divide(diffEstimatedNum, 2, BigDecimal.ROUND_HALF_UP).multiply(BigDecimal.valueOf(100));
// 对比大小 // 对比大小
......
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