解决了语音上传到问题,接下来要解决下载播放问题

This commit is contained in:
joywayer
2025-06-15 12:36:47 +08:00
parent bba3ed1cb4
commit c11fc62bf1
513 changed files with 31197 additions and 2969 deletions

View File

@@ -0,0 +1,25 @@
//
// QiniuConfig.h
// msext
//
// Created on June 15, 2025.
//
#ifndef QiniuConfig_h
#define QiniuConfig_h
/* 七牛云相关配置常量 */
// AccessKey 和 SecretKey从七牛云控制台获取
extern NSString *const kQiniuAccessKey;
extern NSString *const kQiniuSecretKey;
// 存储空间名称
extern NSString *const kQiniuBucketName;
// 七牛云默认域名
extern NSString *const kQiniuDomain;
// 录音文件目录
extern NSString *const kQiniuRecordingDirectory;
#endif /* QiniuConfig_h */