RQHTTPService+SelectTestK14QuestionInfoList.h 577 B

1234567891011121314151617181920212223
  1. //
  2. // RQHTTPService+SelectTestK14QuestionInfoList.h
  3. // SDJK
  4. //
  5. // Created by Ning.ge on 2023/12/21.
  6. //
  7. #import "RQHTTPService.h"
  8. #define RQ_GET_SelectTestK14QuestionInfoList @"https://jpcj.zzxcx.net/jpcj-admin/open-api/question2/info/selectTestK14QuestionInfoList"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHTTPService (SelectTestK14QuestionInfoList)
  11. /**
  12. 取模拟考试题库
  13. @return Returns a signal which will send complete, or error.
  14. */
  15. - (RACSignal *)getSelectTestK14QuestionInfoList:(NSString*)model subject:(NSString *)subject;
  16. @end
  17. NS_ASSUME_NONNULL_END