// // RQHTTPService+UserVipByUser.h // jiaPei // // Created by Ning.ge on 2025/3/12. // Copyright © 2025 JCZ. All rights reserved. // #import "RQHTTPService.h" #define RQ_GET_JSJP_UserVipByUserId @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/getUserVipByUserId" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (UserVipByUser) - (RACSignal *)getUserVipByUserId:(NSString*)userId; @end NS_ASSUME_NONNULL_END