91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

聚合數據iOS SDK 快遞查詢演示示例

發布時間:2020-07-06 18:08:12 來源:網絡 閱讀:632 作者:SorosW 欄目:移動開發

1,將聚合數據SDK(JuheApis.framework)添加到你的程序中來,SDK依賴的包包括:


聚合數據iOS SDK 快遞查詢演示示例


2,在聚合SDK Framework的JHSDKAPIPath.h文件中找到快遞查詢接口宏,以及字典參數

/*** 常用快遞 ***/
/**
@brief 常用快遞 -> 常用快遞查詢API
@param com string 是 需要查詢的快遞公司編號
@param no string 是 需要查詢的訂單號
@param dtype string 否 返回數據的格式,xml或json,默認json
*/
#define kJHAPIS_LIFE_EXP_INDEX @"juhe.apis.exp.index" //1、常用快遞查詢API

/**
@brief 常用快遞 -> 快遞公司編號對照表
*/
#define kJHAPIS_LIFE_EXP_COM @"juhe.apis.exp.com" //2、快遞公司編號對照表


3,快遞查詢接口在程序中調用方法(將ViewController.m改為.mm)

#import "ViewController.h"

#import <JuheApis/JuheAPI.h>
#import <JuheApis/JHOpenidSupplier.h>
#import <JuheApis/JHSDKAPIPath.h>

@interface ViewController ()
@end

@implementation ViewController

- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
[[JHOpenidSupplier shareSupplier] registerJuheAPIByOpenId:@"申請到的OpenId“];

UIButton* beginBtn=[UIButton buttonWithType:UIButtonTypeSystem];
beginBtn.frame=CGRectMake(20, 111, 280, 40);
[beginBtn setTitle:@"開始" forState:UIControlStateNormal];
[beginBtn setTitleColor:[UIColor darkGrayColor] forState:UIControlStateNormal];
[beginBtn addTarget:self action:@selector(doTestAction) forControlEvents:UIControlEventTouchUpInside];
[beginBtn setBackgroundImage:[UIImage p_w_picpathNamed:@"button5"] forState:UIControlStateNormal];
[self.view addSubview:beginBtn];
}

- (void)doTestAction
{
// /* 常用快遞 */
[self test:kJHAPIS_LIFE_EXP_INDEX parameters:@{@"com":@"sf" , @"no":@"575677355677"}];
[self test:kJHAPIS_LIFE_EXP_COM parameters:@{}];
}

- (void)test:(NSString *)path parameters:(NSDictionary *)parameters{

JuheAPI *juheapi = [JuheAPI shareJuheApi];
[juheapi executeWorkWithAPI:path
parameters:parameters
success:^(id responseObject){
if ([[parameters objectForKey:@"dtype"] isEqualToString:@"xml"]) {
NSLog(@"***xml*** \n %@", responseObject);
}else{
int error_code = [[responseObject objectForKey:@"error_code"] intValue];
if (!error_code) {
NSLog(@" %@", responseObject);
}else{
NSLog(@" %@", responseObject);
}
}

} failure:^(NSError *error) {
NSLog(@"error: %@",error.description);
}];
}

- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}

@end


4,快遞查詢接口返回數據說明以及錯誤碼說明


4.1 API :juhe.apis.exp.index (宏:kJHAPIS_LIFE_EXP_INDEX)


返回字段:

聚合數據iOS SDK 快遞查詢演示示例

4.2 API :juhe.apis.exp.com(宏:kJHAPIS_LIFE_EXP_COM)

返回字段:

聚合數據iOS SDK 快遞查詢演示示例

4.3 常用快遞錯誤碼

聚合數據iOS SDK 快遞查詢演示示例

5, 更多聚合數據SDK接口,訪問這里: http://www.juhe.cn/juhesdk/idocs


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

德惠市| 荆门市| 金山区| 寻乌县| 怀宁县| 山西省| 江华| 洛隆县| 新化县| 兴化市| 磐石市| 滨州市| 丰原市| 上高县| 日喀则市| 婺源县| 江北区| 商水县| 岑溪市| 子长县| 哈巴河县| 神农架林区| 牟定县| 斗六市| 石屏县| 永福县| 进贤县| 孙吴县| 拜城县| 南华县| 含山县| 永宁县| 屯昌县| 克山县| 竹北市| 诸城市| 天镇县| 聂荣县| 图木舒克市| 岳普湖县| 济宁市|