RQHTTPService+RQGetJsjpSet.h 396 B

123456789101112131415161718192021
  1. //
  2. // RQHTTPService+RQGetJsjpSet.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2022/7/22.
  6. // Copyright © 2022 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. #define RQ_GET_JSJP_SET @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/type/jsjp_set"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface RQHTTPService (RQGetJsjpSet)
  12. - (RACSignal *)getJsjpSet;
  13. @end
  14. NS_ASSUME_NONNULL_END