1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2024-11-22 01:48:50 +00:00

refactor: 重构点券代理方法

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2016-11-10 20:33:25 +08:00
parent e56523ab95
commit 56a6b0137b

View File

@ -19,6 +19,13 @@ public class PointAPI {
} }
} }
/**
* @return 获取{@PlayerPointsAPI}
*/
public static PlayerPointsAPI getAPI() {
return api;
}
/** /**
* 添加点券 * 添加点券
* *