fix
Helius
2024-02-20 8bac6c735a32b2fe4e94795045ea63962f0fb23c
1
2
3
4
5
6
7
8
package cc.mrbird.febs.vip.service;
 
public interface IVipCommonService {
 
    void getScore(Long orderId);
 
    void levelUp(Long orderId);
}