Files
yinmeng-ios/xplan-ios/Main/Mine/View/Noble/Api/Api+NobleCenter.m

20 lines
471 B
Mathematica
Raw Normal View History

2021-12-28 17:32:27 +08:00
//
// 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