1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2025-09-02 11:36:59 +00:00

refactor: 重构点券代理方法

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
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;
}
/**
* 添加点券
*