新增 UnifiedResponses #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "1.x.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
将 UnifiedResponse 中的 SUCCESS_CODE、DEFAULT_SUCCESS_MSG 和工厂方法提取到工厂 UnifiedResponses 中,用户可继承 UnifiedResponses,自定义 SUCCESS_CODE 和 DEFAULT_SUCCESS_MSG,也可以按需实现创建 UnifiedResponse 的工厂方法。
see: plusone/plusone-commons#22