20 lines
471 B
Mathematica
20 lines
471 B
Mathematica
![]() |
//
|
||
|
// Api+NobleCenter.m
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by GreenLand on 2021/12/28.
|
||
|
//
|
||
|
|
||
|
#import "Api+NobleCenter.h"
|
||
|
|
||
|
@implementation Api (NobleCenter)
|
||
|
|
||
|
/// 贵族中心等级列表
|
||
|
/// @param completion 完成
|
||
|
+ (void)nobleCenterLevelList:(HttpRequestHelperCompletion)completion ticket:(NSString *)ticket uid:(NSString *)uid {
|
||
|
// [self makeRequest:@"car/carport/v2/list" method:HttpRequestHelperMethodGET completion:completion, __FUNCTION__, ticket, uid, nil];
|
||
|
}
|
||
|
|
||
|
|
||
|
@end
|