// // RQHTTPService+RQWrongs.h // NiuBi // // Created by 张嵘 on 2023/3/30. // 合并本机和云端错题 #import "RQHTTPService.h" #define RQ_POST_Wrongs @"/sdjk-admin/student/question/wrong/wrongs" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (RQWrongs) /** 合并本机和云端错题 @param subject 考试科目(1、2、3、4) @return Returns a signal which will send complete, or error. */ - (RACSignal *)postWrongsWithSubject:(RQHomePageSubjectType)subject; @end NS_ASSUME_NONNULL_END