RQHTTPService+ExistFreeSch.h 421 B

12345678910111213141516171819
  1. //
  2. // RQHTTPService+ExistFreeSch.h
  3. // jiaPei
  4. //
  5. // Created by Ning.ge on 2025/3/11.
  6. // Copyright © 2025 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. #define RQ_GET_JSJP_ExistFreeSch @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/free/vip/isExistFreeSch"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQHTTPService (ExistFreeSch)
  12. - (RACSignal *)getExistFreeSch:(NSString*)jxbh;
  13. @end
  14. NS_ASSUME_NONNULL_END