Commit 96e29370 authored by hezhen's avatar hezhen

123

parent 185554d6
...@@ -713,7 +713,12 @@ public class AppPermissionService { ...@@ -713,7 +713,12 @@ public class AppPermissionService {
} }
//自动领取新人优惠卷 //自动领取新人优惠卷
public String authCoupn(Integer userId){ public String authCoupn(Integer userId){
try {
return activityFeign.led(userId); return activityFeign.led(userId);
}catch (Exception e){
e.printStackTrace();
return null;
}
} }
......
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