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

Commit 5925c131 authored by jiangxiulong's avatar jiangxiulong

in2112

parent 832b77c9
......@@ -33,7 +33,7 @@ public interface FeignStoneIntegralClient {
@GetMapping(value = "user/info", headers = {"Inner-Required=1"})
ResponseDto<StoneScoreListDto> stoneUserInfo();
// 增加积分
// 增加积分 积分有上线
@PostMapping(value = "user/logs/in2111")
ResponseDto<String> in2111(
@RequestParam(value = "uid") String uid,
......@@ -41,7 +41,7 @@ public interface FeignStoneIntegralClient {
@RequestParam(value = "content") String content
);
// 增加积分
// 增加积分 积分无上线
@PostMapping(value = "user/logs/in2112")
ResponseDto<String> in2112(
@RequestParam(value = "uid") String uid,
......
......@@ -66,7 +66,7 @@ public class ConsumerSweetStoneIntegralReceiver extends AbstractSqlRedisReceiver
return true;
}
if (param.getType() == 1) {
res = feignStoneIntegralClient.in2111(
res = feignStoneIntegralClient.in2112(
param.getUid(),
param.getScore(),
param.getContent()
......
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