Commit 96e29370 authored by hezhen's avatar hezhen

123

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