// // RQHTTPService+MotivateAdTime.h // jiaPei // // Created by Ning.ge on 2025/3/13. // Copyright © 2025 JCZ. All rights reserved. // #import "RQHTTPService.h" #define RQ_GET_JSAD_TIME @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/gzpt/userInfo/type/motivate_ad_time" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (MotivateAdTime) - (RACSignal *)getMotivateAdTime; @end NS_ASSUME_NONNULL_END