// // RQHTTPService+RQPostEamilInfo.h // SDJK // // Created by 张嵘 on 2022/7/1. // #import "RQHTTPService.h" #define RQ_POST_EmailInfo @"student/email/info" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (RQPostEamilInfo) /** 发送邮件 @return Returns a signal which will send complete, or error. */ - (RACSignal *)postEmailInfoWithAddress:(NSString *)address dictCode:(NSInteger)dictCode; @end NS_ASSUME_NONNULL_END