OssNetApi.h 331 B

12345678910111213141516171819
  1. //
  2. // OssNetApi.h
  3. // Pods
  4. //
  5. // Created by gan on 2025/3/24.
  6. //
  7. #ifndef ChatNetApi_h
  8. #define ChatNetApi_h
  9. #endif /* OssNetApi_h */
  10. #import "GBaseNetApi.h"
  11. @interface OssNetApi : NSObject
  12. //获取OSS配置信息
  13. +(void)getOSSInfo:(NSDictionary *_Nullable)parameters succ:(nullable GSucc)succ fail:(nullable GFail)fail;
  14. @end