103 lines
4.6 KiB
C
103 lines
4.6 KiB
C
|
|
//
|
||
|
|
// NoitceAndKey.h
|
||
|
|
// QXLive
|
||
|
|
//
|
||
|
|
// Created by 启星 on 2025/5/8.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef NoitceAndKey_h
|
||
|
|
#define NoitceAndKey_h
|
||
|
|
// 三方平台
|
||
|
|
#if DEVELOPENT == 1
|
||
|
|
static NSString *const WechatAppId = @"wx9b6db036ca1073a2";
|
||
|
|
static NSString *const WechatAppSecret = @"c07c5f21fc8bf655617f1468ab95419f";
|
||
|
|
static NSString *const WechatUniversalLink = @"https://chat.qxmier.com/";
|
||
|
|
|
||
|
|
/// 人脸核身
|
||
|
|
static NSString *const FaceAuthId = @"TIDAxpO9";
|
||
|
|
static NSString *const FaceAuthSecret = @"DcnCE33XLLfSYPTWU21lCjn9Tw14L8DtBPypZQZAdGeRKe3vHswNDLP5CSBfcOw5";
|
||
|
|
static NSString *const FaceAuthLicense = @"Af9QYHMCQ+OeFGTY+2sAST8E4CGao8Ytj74vPaFIM7wMclK/Bm2Zf9DIT6ke0kpeTLORUxE++QRJJ1HZYNYlmA802cQvga/C0HouDiUTul7KBT9LkMUfYp53D1nTiYcIQ6Jh9YEraH1zlJnEqmzeKBfY6TqsX5e1j6K0pMOZShVlGUhL0DgM+lrrpYPeds3E1/rerH1tARtRmCCD8LrpLDTBP84AqCpg2PtzVWJrDwm7rMeyZm0yeed9pN3LH9D2FiFju+yhtj930D1CEk3n4WZwLvjO8c/lPmycze6jAKE+XfAEa7jK8twUe3YHweNfAzzN55mVpK0K4gTEsbGzHg==";
|
||
|
|
static NSInteger const TencentIMID = 1600096890;
|
||
|
|
static NSString *const TencentIMSecret = @"d9a5b8088ed39113d0c92ae434bc37528c4715c1f1d2eaedb172134eacd06103";
|
||
|
|
|
||
|
|
static NSString *const AddressOfMQTTServer = @"81.70.45.221";
|
||
|
|
static NSInteger const AddressOfMQTTPort = 1883;
|
||
|
|
static NSInteger const AppPushId = 46164;
|
||
|
|
|
||
|
|
#else
|
||
|
|
|
||
|
|
static NSString *const WechatAppId = @"wxc7681513be9f926b";
|
||
|
|
static NSString *const WechatAppSecret = @"37afd7c6b9135b642bd01190305868fe";
|
||
|
|
static NSString *const WechatUniversalLink = @"https://chat.qxmier.com/";
|
||
|
|
|
||
|
|
/// 人脸核身
|
||
|
|
static NSString *const FaceAuthId = @"IDAxzBMV";
|
||
|
|
static NSString *const FaceAuthSecret = @"lrFr0W6U88JEoXIP0Cdk1Bc1c3EoiQgSr4LqPATKoeHofde6tGudnLApr3JGq3jC";
|
||
|
|
static NSString *const FaceAuthLicense = @"mjOBs0dOQXvt2Mwnenv0KYr2FbI8vl/sQmTH5Y33YiLFPnrZkJtyuSw/aYDW3lFU8Dd/bxBn2ymlqW32wpiUM6anJw7tyoNg2XeY3scvChHUGC271eu+qVWXVCon5LeWtfy9NiTKqobvN++c5GbcE3uKxOAqAGeeibt1/kSkIVJlGUhL0DgM+lrrpYPeds3E1/rerH1tARtRmCCD8LrpLDTBP84AqCpg2PtzVWJrDwm7rMeyZm0yeed9pN3LH9D2FiFju+yhtj930D1CEk3n4WZwLvjO8c/lPmycze6jAKE+XfAEa7jK8twUe3YHweNfAzzN55mVpK0K4gTEsbGzHg==";
|
||
|
|
|
||
|
|
static NSInteger const TencentIMID = 1600096860;
|
||
|
|
static NSString *const TencentIMSecret = @"448a3259085924f89957c1884c761974e8fded64b9ab1c67b8e0a5a1c4b68f3f";
|
||
|
|
|
||
|
|
static NSString *const AddressOfMQTTServer = @"81.70.45.221";
|
||
|
|
static NSInteger const AddressOfMQTTPort = 1883;
|
||
|
|
|
||
|
|
static NSInteger const AppPushId = 46163;
|
||
|
|
#endif
|
||
|
|
|
||
|
|
/// 声网
|
||
|
|
static NSString *const AgoraAuthId = @"4a521d6f1c6343998b1c8fd425dea02a";
|
||
|
|
|
||
|
|
|
||
|
|
// userdeafult
|
||
|
|
static NSString *const kUserLoginData = @"LoginData";
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
//阿里云文件上传
|
||
|
|
static NSString *const OSS_BUCKET_NAME = @"qx-yusheng";
|
||
|
|
static NSString *const OSSAccessKeyId = @"LTAI5tJ2UYfFNF7K3F4e1siv";
|
||
|
|
static NSString *const OSSAccessKeySecret = @"DhpCS82gaigZljYqsWsUWUAZ20dREz";
|
||
|
|
static NSString *const OSSEndPoint = @"oss-cn-hangzhou.aliyuncs.com";
|
||
|
|
|
||
|
|
|
||
|
|
//文件路径
|
||
|
|
static NSString *const IMG_FILE_BASE_PATH = @"ios_images/";
|
||
|
|
static NSString *const VIDEO_FILE_BASE_PATH = @"ios/videos/";
|
||
|
|
static NSString *const AUDIO_FILE_BASE_PATH = @"ios_audio/";
|
||
|
|
static NSString *const CHAT_IMG_FILE_BASE_PATH = @"emchat/image/ios/";
|
||
|
|
static NSString *const CHAT_VIDEO_FILE_BASE_PATH = @"emchat/videos/ios";
|
||
|
|
static NSString *const CHAT_AUDIO_FILE_BASE_PATH = @"emchat/audio/ios/";
|
||
|
|
|
||
|
|
//一键登录AuthSDKInfo
|
||
|
|
static NSString *const AuthSDKKey = @"hKYFcoI6vIdz9/yOCs3XJ/fUQ0u3DHGa5UPONdSJfSccjVtn3sHBRecwepn5iNIgOYWq8xgUc4LtWqSjpveHIYzJx0YcQm/j5IXdVKe74RI+4vT00UwP8oQSZ2w0a18Sbbd8uKgFys8CUyQZWfMZXHIVuHmNBHRHZ1xoX2sCCCl56U3vQ11ZSpJdeZW4wvQ8qeQ56Q4wyW5hyo/yFU1sxohn1ApS6FbbXXwroWV57aK1R9+zaBOqn41NCKlvKsSD";
|
||
|
|
|
||
|
|
|
||
|
|
/// 本地存储
|
||
|
|
static NSString *const kEffectsCLose = @"kEffectsCLose";
|
||
|
|
/// 是否打开充值
|
||
|
|
static NSString *const kIsOpenRecharge = @"kIsOpenRecharge";
|
||
|
|
|
||
|
|
// 微信登录
|
||
|
|
static NSString *const noticeWeChatLogin = @"noticeWeChatLogin";
|
||
|
|
/// 支付宝支付成功
|
||
|
|
static NSString *const noticeAlipayResult = @"noticeAlipayResult";
|
||
|
|
/// 修改密码成功
|
||
|
|
static NSString *const noticeChangePassword = @"noticeChangePassword";
|
||
|
|
/// 相册删除成功
|
||
|
|
static NSString *const noticePhotosStatusChange = @"noticePhotosStatusChange";
|
||
|
|
|
||
|
|
/// 声网说话
|
||
|
|
static NSString *const noticeUserSpeak = @"noticeUserSpeak";
|
||
|
|
/// 苹果登录授权
|
||
|
|
static NSString *const noticeAppleLogin = @"noticeAppleLogin";
|
||
|
|
/// 在线|离线状态发生变化
|
||
|
|
static NSString *const noticeRoomUserOnlineStatusDidChanged = @"noticeRoomUserOnlineStatusDidChanged";
|
||
|
|
/// 消息数量发生变化
|
||
|
|
static NSString *const noticeUnreadNumberDidChanged = @"noticeUnreadNumberDidChanged";
|
||
|
|
|
||
|
|
/// 腾讯登录成功
|
||
|
|
static NSString *const noticeTencentLogin = @"noticeTencentLogin";
|
||
|
|
|
||
|
|
static NSString *const noticeUserLogin = @"noticeUserLogin";
|
||
|
|
#endif /* NoitceAndKey_h */
|