// // NetHttpsManager+Store.h // BuguLive // // Created by qitewei on 2025/8/20. // Copyright © 2025 xfg. All rights reserved. // #import "NetHttpsManager.h" NS_ASSUME_NONNULL_BEGIN @interface NetHttpsManager (Store) - (void)storeGETWithPath:(NSString *)path SuccessBlock:(SuccessBlock)GetSuccess FailureBlock:(FailureBlock)GetFailure; - (void)storePOSTWithPath:(NSString *)path paramDict:(NSMutableDictionary *)paramDict SuccessBlock:(SuccessBlock)PostSuccess FailureBlock:(FailureBlock)PostFailure; @end NS_ASSUME_NONNULL_END