RQHTTPService+UserVipByUser.h 442 B

123456789101112131415161718192021
  1. //
  2. // RQHTTPService+UserVipByUser.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/3/12.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. #define RQ_GET_JSJP_UserVipByUserId @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/getUserVipByUserId"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQHTTPService (UserVipByUser)
  12. - (RACSignal *)getUserVipByUserId:(NSString*)userId;
  13. @end
  14. NS_ASSUME_NONNULL_END