1234567891011121314151617181920212223 |
- //
- // RQHTTPService+SelectTestK14QuestionInfoList.h
- // SDJK
- //
- // Created by Ning.ge on 2023/12/21.
- //
- #import "RQHTTPService.h"
- #define RQ_GET_SelectTestK14QuestionInfoList @"https://jpcj.zzxcx.net/jpcj-admin/open-api/question2/info/selectTestK14QuestionInfoList"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (SelectTestK14QuestionInfoList)
- /**
- 取模拟考试题库
- @return Returns a signal which will send complete, or error.
- */
- - (RACSignal *)getSelectTestK14QuestionInfoList:(NSString*)model subject:(NSString *)subject;
- @end
- NS_ASSUME_NONNULL_END
|