| 12345678910111213141516171819 |
- //
- // OssNetApi.h
- // Pods
- //
- // Created by gan on 2025/3/24.
- //
- #ifndef ChatNetApi_h
- #define ChatNetApi_h
- #endif /* OssNetApi_h */
- #import "GBaseNetApi.h"
- @interface OssNetApi : NSObject
- //获取OSS配置信息
- +(void)getOSSInfo:(NSDictionary *_Nullable)parameters succ:(nullable GSucc)succ fail:(nullable GFail)fail;
- @end
|