Commit f869a340 by zhiwj

代码结构调整

parent 1d0b3535
......@@ -61,6 +61,6 @@ public class ResourceApiServiceImpl implements ResourceApiService{
@Override
public ServiceResponse<Long> getUserResourceByUserId(Integer userId) {
return ServiceResponse.success();
return ServiceResponse.success(-1L);
}
}
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