1234567891011121314151617181920 |
- //
- // RQHTTPService+NYAppleUserInfo.h
- // jiaPei
- //
- // Created by Ning.ge on 2023/10/24.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import "RQHTTPService.h"
- #define RQ_GET_AppleUserInfo @"https://jsjp-admin.zzxcx.net/jsjp-admin/open-api/applepay/getAppleUserInfo"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (NYAppleUserInfo)
- - (RACSignal *)getAppleUserInfo:(NSString *)loginCode;
- @end
- NS_ASSUME_NONNULL_END
|