QCloudSMHBaseRequest Class Reference

Inherits from QCloudHTTPRequest
Declared in QCloudSMHBaseRequest.h
QCloudSMHBaseRequest.m

+ setTargetType:

当前项目targettype 默认发布模式;

+ (void)setTargetType:(QCloudECDTargetType)targetType

Declared In

QCloudSMHBaseRequest.h

+ setBaseRequestHost:targetType:

根据targettype 设置请求域名,仅支持设置开发测试模式;发布模式已内定;若不指定统一使用发布模式域名

+ (void)setBaseRequestHost:(NSString *)host targetType:(QCloudECDTargetType)targetType

Declared In

QCloudSMHBaseRequest.h

+ setBaseRequestHost:targetType:apiType:

根据targettype 设置请求域名,仅支持设置开发测试模式;发布模式已内定;若不指定统一使用发布模式域名 , 后台接口分为api 以及 user 两个模块,若两个模块host不一致,可以分别指定

+ (void)setBaseRequestHost:(NSString *)host targetType:(QCloudECDTargetType)targetType apiType:(QCloudECDAPIType)apiType

Declared In

QCloudSMHBaseRequest.h