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:
parent
e56523ab95
commit
56a6b0137b
@ -19,6 +19,13 @@ public class PointAPI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return 获取{@PlayerPointsAPI}
|
||||||
|
*/
|
||||||
|
public static PlayerPointsAPI getAPI() {
|
||||||
|
return api;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 添加点券
|
* 添加点券
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user