RQHTTPService+MotivateAdTime.h 415 B

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