@@ -7,104 +7,104 @@ |
||
7 | 7 | class Items |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 聚划算价格,单位分 |
|
12 | - **/ |
|
13 | - public $act_price; |
|
14 | - |
|
15 | - /** |
|
16 | - * 类目名称 |
|
17 | - **/ |
|
18 | - public $category_name; |
|
19 | - |
|
20 | - /** |
|
21 | - * itemId |
|
22 | - **/ |
|
23 | - public $item_id; |
|
24 | - |
|
25 | - /** |
|
26 | - * 商品卖点 |
|
27 | - **/ |
|
28 | - public $item_usp_list; |
|
29 | - |
|
30 | - /** |
|
31 | - * 聚划算id |
|
32 | - **/ |
|
33 | - public $ju_id; |
|
34 | - |
|
35 | - /** |
|
36 | - * 开团结束时间 |
|
37 | - **/ |
|
38 | - public $online_end_time; |
|
39 | - |
|
40 | - /** |
|
41 | - * 开团时间 |
|
42 | - **/ |
|
43 | - public $online_start_time; |
|
44 | - |
|
45 | - /** |
|
46 | - * 原价 |
|
47 | - **/ |
|
48 | - public $orig_price; |
|
49 | - |
|
50 | - /** |
|
51 | - * 是否包邮 |
|
52 | - **/ |
|
53 | - public $pay_postage; |
|
54 | - |
|
55 | - /** |
|
56 | - * pc链接 |
|
57 | - **/ |
|
58 | - public $pc_url; |
|
59 | - |
|
60 | - /** |
|
61 | - * pc主图 |
|
62 | - **/ |
|
63 | - public $pic_url_for_p_c; |
|
64 | - |
|
65 | - /** |
|
66 | - * 无线主图 |
|
67 | - **/ |
|
68 | - public $pic_url_for_w_l; |
|
69 | - |
|
70 | - /** |
|
71 | - * 频道id |
|
72 | - **/ |
|
73 | - public $platform_id; |
|
74 | - |
|
75 | - /** |
|
76 | - * 价格卖点 |
|
77 | - **/ |
|
78 | - public $price_usp_list; |
|
79 | - |
|
80 | - /** |
|
81 | - * 展示结束时间 |
|
82 | - **/ |
|
83 | - public $show_end_time; |
|
84 | - |
|
85 | - /** |
|
86 | - * 开始展示时间 |
|
87 | - **/ |
|
88 | - public $show_start_time; |
|
89 | - |
|
90 | - /** |
|
91 | - * 淘宝类目id |
|
92 | - **/ |
|
93 | - public $tb_first_cat_id; |
|
94 | - |
|
95 | - /** |
|
96 | - * 商品标题 |
|
97 | - **/ |
|
98 | - public $title; |
|
99 | - |
|
100 | - /** |
|
101 | - * 卖点描述 |
|
102 | - **/ |
|
103 | - public $usp_desc_list; |
|
104 | - |
|
105 | - /** |
|
106 | - * 无线链接 |
|
107 | - **/ |
|
108 | - public $wap_url; |
|
10 | + /** |
|
11 | + * 聚划算价格,单位分 |
|
12 | + **/ |
|
13 | + public $act_price; |
|
14 | + |
|
15 | + /** |
|
16 | + * 类目名称 |
|
17 | + **/ |
|
18 | + public $category_name; |
|
19 | + |
|
20 | + /** |
|
21 | + * itemId |
|
22 | + **/ |
|
23 | + public $item_id; |
|
24 | + |
|
25 | + /** |
|
26 | + * 商品卖点 |
|
27 | + **/ |
|
28 | + public $item_usp_list; |
|
29 | + |
|
30 | + /** |
|
31 | + * 聚划算id |
|
32 | + **/ |
|
33 | + public $ju_id; |
|
34 | + |
|
35 | + /** |
|
36 | + * 开团结束时间 |
|
37 | + **/ |
|
38 | + public $online_end_time; |
|
39 | + |
|
40 | + /** |
|
41 | + * 开团时间 |
|
42 | + **/ |
|
43 | + public $online_start_time; |
|
44 | + |
|
45 | + /** |
|
46 | + * 原价 |
|
47 | + **/ |
|
48 | + public $orig_price; |
|
49 | + |
|
50 | + /** |
|
51 | + * 是否包邮 |
|
52 | + **/ |
|
53 | + public $pay_postage; |
|
54 | + |
|
55 | + /** |
|
56 | + * pc链接 |
|
57 | + **/ |
|
58 | + public $pc_url; |
|
59 | + |
|
60 | + /** |
|
61 | + * pc主图 |
|
62 | + **/ |
|
63 | + public $pic_url_for_p_c; |
|
64 | + |
|
65 | + /** |
|
66 | + * 无线主图 |
|
67 | + **/ |
|
68 | + public $pic_url_for_w_l; |
|
69 | + |
|
70 | + /** |
|
71 | + * 频道id |
|
72 | + **/ |
|
73 | + public $platform_id; |
|
74 | + |
|
75 | + /** |
|
76 | + * 价格卖点 |
|
77 | + **/ |
|
78 | + public $price_usp_list; |
|
79 | + |
|
80 | + /** |
|
81 | + * 展示结束时间 |
|
82 | + **/ |
|
83 | + public $show_end_time; |
|
84 | + |
|
85 | + /** |
|
86 | + * 开始展示时间 |
|
87 | + **/ |
|
88 | + public $show_start_time; |
|
89 | + |
|
90 | + /** |
|
91 | + * 淘宝类目id |
|
92 | + **/ |
|
93 | + public $tb_first_cat_id; |
|
94 | + |
|
95 | + /** |
|
96 | + * 商品标题 |
|
97 | + **/ |
|
98 | + public $title; |
|
99 | + |
|
100 | + /** |
|
101 | + * 卖点描述 |
|
102 | + **/ |
|
103 | + public $usp_desc_list; |
|
104 | + |
|
105 | + /** |
|
106 | + * 无线链接 |
|
107 | + **/ |
|
108 | + public $wap_url; |
|
109 | 109 | } |
110 | 110 | ?> |
111 | 111 | \ No newline at end of file |
@@ -7,34 +7,34 @@ |
||
7 | 7 | class TopApiRefundRptOption |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 1代表渠道关系id,2代表会员关系id |
|
12 | - **/ |
|
13 | - public $biz_type; |
|
10 | + /** |
|
11 | + * 1代表渠道关系id,2代表会员关系id |
|
12 | + **/ |
|
13 | + public $biz_type; |
|
14 | 14 | |
15 | - /** |
|
16 | - * pagenumber |
|
17 | - **/ |
|
18 | - public $page_no; |
|
15 | + /** |
|
16 | + * pagenumber |
|
17 | + **/ |
|
18 | + public $page_no; |
|
19 | 19 | |
20 | - /** |
|
21 | - * pagesize |
|
22 | - **/ |
|
23 | - public $page_size; |
|
20 | + /** |
|
21 | + * pagesize |
|
22 | + **/ |
|
23 | + public $page_size; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 1 表示2方,2表示3方,0表示不限 |
|
27 | - **/ |
|
28 | - public $refund_type; |
|
25 | + /** |
|
26 | + * 1 表示2方,2表示3方,0表示不限 |
|
27 | + **/ |
|
28 | + public $refund_type; |
|
29 | 29 | |
30 | - /** |
|
31 | - * 1-维权发起时间,2-订单结算时间(正向订单),3-维权完成时间,4-订单创建时间 |
|
32 | - **/ |
|
33 | - public $search_type; |
|
30 | + /** |
|
31 | + * 1-维权发起时间,2-订单结算时间(正向订单),3-维权完成时间,4-订单创建时间 |
|
32 | + **/ |
|
33 | + public $search_type; |
|
34 | 34 | |
35 | - /** |
|
36 | - * 开始时间 |
|
37 | - **/ |
|
38 | - public $start_time; |
|
35 | + /** |
|
36 | + * 开始时间 |
|
37 | + **/ |
|
38 | + public $start_time; |
|
39 | 39 | } |
40 | 40 | ?> |
41 | 41 | \ No newline at end of file |
@@ -7,9 +7,9 @@ |
||
7 | 7 | class Trackparams |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * empty |
|
12 | - **/ |
|
13 | - public $empty; |
|
10 | + /** |
|
11 | + * empty |
|
12 | + **/ |
|
13 | + public $empty; |
|
14 | 14 | } |
15 | 15 | ?> |
16 | 16 | \ No newline at end of file |
@@ -7,14 +7,14 @@ |
||
7 | 7 | class RecommendItemList |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 权益推荐商品id |
|
12 | - **/ |
|
13 | - public $item_id; |
|
10 | + /** |
|
11 | + * 权益推荐商品id |
|
12 | + **/ |
|
13 | + public $item_id; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 商品链接 |
|
17 | - **/ |
|
18 | - public $url; |
|
15 | + /** |
|
16 | + * 商品链接 |
|
17 | + **/ |
|
18 | + public $url; |
|
19 | 19 | } |
20 | 20 | ?> |
21 | 21 | \ No newline at end of file |
@@ -7,24 +7,24 @@ |
||
7 | 7 | class OrderData |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 预估佣金 |
|
12 | - **/ |
|
13 | - public $commission; |
|
10 | + /** |
|
11 | + * 预估佣金 |
|
12 | + **/ |
|
13 | + public $commission; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 收货时间 |
|
17 | - **/ |
|
18 | - public $confirm_receive_time; |
|
15 | + /** |
|
16 | + * 收货时间 |
|
17 | + **/ |
|
18 | + public $confirm_receive_time; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 订单号 |
|
22 | - **/ |
|
23 | - public $order_no; |
|
20 | + /** |
|
21 | + * 订单号 |
|
22 | + **/ |
|
23 | + public $order_no; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 支付时间 |
|
27 | - **/ |
|
28 | - public $pay_time; |
|
25 | + /** |
|
26 | + * 支付时间 |
|
27 | + **/ |
|
28 | + public $pay_time; |
|
29 | 29 | } |
30 | 30 | ?> |
31 | 31 | \ No newline at end of file |
@@ -7,119 +7,119 @@ |
||
7 | 7 | class Result |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * (口碑订单)口碑子订单号 |
|
12 | - **/ |
|
13 | - public $alsc_id; |
|
14 | - |
|
15 | - /** |
|
16 | - * (口碑订单)口碑父订单号 |
|
17 | - **/ |
|
18 | - public $alsc_pid; |
|
19 | - |
|
20 | - /** |
|
21 | - * 订单结算时间 |
|
22 | - **/ |
|
23 | - public $earning_time; |
|
24 | - |
|
25 | - /** |
|
26 | - * 维权金额 |
|
27 | - **/ |
|
28 | - public $refund_fee; |
|
29 | - |
|
30 | - /** |
|
31 | - * 维权创建(淘客结算回执) 4,维权成功(淘客结算回执) 2,维权失败(淘客结算回执) 3,发生多次维权,待处理 11,从淘客处补扣(钱已结给淘客) 等待扣款 12,从淘客处补扣(钱已结给淘客) 扣款成功 13,从卖家处补扣(钱已结给卖家) 等待扣款 14,从卖家处补扣(钱已结给卖家) 扣款成功 15 |
|
32 | - **/ |
|
33 | - public $refund_status; |
|
34 | - |
|
35 | - /** |
|
36 | - * 1 表示2方,2表示3方 |
|
37 | - **/ |
|
38 | - public $refund_type; |
|
39 | - |
|
40 | - /** |
|
41 | - * 渠道关系id |
|
42 | - **/ |
|
43 | - public $relation_id; |
|
44 | - |
|
45 | - /** |
|
46 | - * 会员关系id |
|
47 | - **/ |
|
48 | - public $special_id; |
|
49 | - |
|
50 | - /** |
|
51 | - * 宝贝标题 |
|
52 | - **/ |
|
53 | - public $tb_auction_title; |
|
54 | - |
|
55 | - /** |
|
56 | - * 订单创建时间 |
|
57 | - **/ |
|
58 | - public $tb_trade_create_time; |
|
59 | - |
|
60 | - /** |
|
61 | - * 结算金额 |
|
62 | - **/ |
|
63 | - public $tb_trade_finish_price; |
|
64 | - |
|
65 | - /** |
|
66 | - * 淘宝子订单编号 |
|
67 | - **/ |
|
68 | - public $tb_trade_id; |
|
69 | - |
|
70 | - /** |
|
71 | - * 淘宝订单编号 |
|
72 | - **/ |
|
73 | - public $tb_trade_parent_id; |
|
74 | - |
|
75 | - /** |
|
76 | - * 第三方推广者memberid |
|
77 | - **/ |
|
78 | - public $tk3rd_pub_id; |
|
79 | - |
|
80 | - /** |
|
81 | - * 应返商家金额(三方) |
|
82 | - **/ |
|
83 | - public $tk3rd_pub_show_return_fee; |
|
84 | - |
|
85 | - /** |
|
86 | - * 第三方应该返还的佣金 |
|
87 | - **/ |
|
88 | - public $tk_commission_fee_refund3rd_pub; |
|
89 | - |
|
90 | - /** |
|
91 | - * 第二方应该返还的佣金(不包括技术服务费) |
|
92 | - **/ |
|
93 | - public $tk_commission_fee_refund_pub; |
|
94 | - |
|
95 | - /** |
|
96 | - * 推广者memberid |
|
97 | - **/ |
|
98 | - public $tk_pub_id; |
|
99 | - |
|
100 | - /** |
|
101 | - * 应返商家金额(二方) |
|
102 | - **/ |
|
103 | - public $tk_pub_show_return_fee; |
|
104 | - |
|
105 | - /** |
|
106 | - * 维权完成时间 |
|
107 | - **/ |
|
108 | - public $tk_refund_suit_time; |
|
109 | - |
|
110 | - /** |
|
111 | - * 维权创建时间 |
|
112 | - **/ |
|
113 | - public $tk_refund_time; |
|
114 | - |
|
115 | - /** |
|
116 | - * 第三方应该返还的补贴 |
|
117 | - **/ |
|
118 | - public $tk_subsidy_fee_refund3rd_pub; |
|
119 | - |
|
120 | - /** |
|
121 | - * 第二方应该返还的补贴(不包括技术服务费) |
|
122 | - **/ |
|
123 | - public $tk_subsidy_fee_refund_pub; |
|
10 | + /** |
|
11 | + * (口碑订单)口碑子订单号 |
|
12 | + **/ |
|
13 | + public $alsc_id; |
|
14 | + |
|
15 | + /** |
|
16 | + * (口碑订单)口碑父订单号 |
|
17 | + **/ |
|
18 | + public $alsc_pid; |
|
19 | + |
|
20 | + /** |
|
21 | + * 订单结算时间 |
|
22 | + **/ |
|
23 | + public $earning_time; |
|
24 | + |
|
25 | + /** |
|
26 | + * 维权金额 |
|
27 | + **/ |
|
28 | + public $refund_fee; |
|
29 | + |
|
30 | + /** |
|
31 | + * 维权创建(淘客结算回执) 4,维权成功(淘客结算回执) 2,维权失败(淘客结算回执) 3,发生多次维权,待处理 11,从淘客处补扣(钱已结给淘客) 等待扣款 12,从淘客处补扣(钱已结给淘客) 扣款成功 13,从卖家处补扣(钱已结给卖家) 等待扣款 14,从卖家处补扣(钱已结给卖家) 扣款成功 15 |
|
32 | + **/ |
|
33 | + public $refund_status; |
|
34 | + |
|
35 | + /** |
|
36 | + * 1 表示2方,2表示3方 |
|
37 | + **/ |
|
38 | + public $refund_type; |
|
39 | + |
|
40 | + /** |
|
41 | + * 渠道关系id |
|
42 | + **/ |
|
43 | + public $relation_id; |
|
44 | + |
|
45 | + /** |
|
46 | + * 会员关系id |
|
47 | + **/ |
|
48 | + public $special_id; |
|
49 | + |
|
50 | + /** |
|
51 | + * 宝贝标题 |
|
52 | + **/ |
|
53 | + public $tb_auction_title; |
|
54 | + |
|
55 | + /** |
|
56 | + * 订单创建时间 |
|
57 | + **/ |
|
58 | + public $tb_trade_create_time; |
|
59 | + |
|
60 | + /** |
|
61 | + * 结算金额 |
|
62 | + **/ |
|
63 | + public $tb_trade_finish_price; |
|
64 | + |
|
65 | + /** |
|
66 | + * 淘宝子订单编号 |
|
67 | + **/ |
|
68 | + public $tb_trade_id; |
|
69 | + |
|
70 | + /** |
|
71 | + * 淘宝订单编号 |
|
72 | + **/ |
|
73 | + public $tb_trade_parent_id; |
|
74 | + |
|
75 | + /** |
|
76 | + * 第三方推广者memberid |
|
77 | + **/ |
|
78 | + public $tk3rd_pub_id; |
|
79 | + |
|
80 | + /** |
|
81 | + * 应返商家金额(三方) |
|
82 | + **/ |
|
83 | + public $tk3rd_pub_show_return_fee; |
|
84 | + |
|
85 | + /** |
|
86 | + * 第三方应该返还的佣金 |
|
87 | + **/ |
|
88 | + public $tk_commission_fee_refund3rd_pub; |
|
89 | + |
|
90 | + /** |
|
91 | + * 第二方应该返还的佣金(不包括技术服务费) |
|
92 | + **/ |
|
93 | + public $tk_commission_fee_refund_pub; |
|
94 | + |
|
95 | + /** |
|
96 | + * 推广者memberid |
|
97 | + **/ |
|
98 | + public $tk_pub_id; |
|
99 | + |
|
100 | + /** |
|
101 | + * 应返商家金额(二方) |
|
102 | + **/ |
|
103 | + public $tk_pub_show_return_fee; |
|
104 | + |
|
105 | + /** |
|
106 | + * 维权完成时间 |
|
107 | + **/ |
|
108 | + public $tk_refund_suit_time; |
|
109 | + |
|
110 | + /** |
|
111 | + * 维权创建时间 |
|
112 | + **/ |
|
113 | + public $tk_refund_time; |
|
114 | + |
|
115 | + /** |
|
116 | + * 第三方应该返还的补贴 |
|
117 | + **/ |
|
118 | + public $tk_subsidy_fee_refund3rd_pub; |
|
119 | + |
|
120 | + /** |
|
121 | + * 第二方应该返还的补贴(不包括技术服务费) |
|
122 | + **/ |
|
123 | + public $tk_subsidy_fee_refund_pub; |
|
124 | 124 | } |
125 | 125 | ?> |
126 | 126 | \ No newline at end of file |
@@ -7,19 +7,19 @@ |
||
7 | 7 | class PromotionExtend |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 权益链接 |
|
12 | - **/ |
|
13 | - public $promotion_url; |
|
10 | + /** |
|
11 | + * 权益链接 |
|
12 | + **/ |
|
13 | + public $promotion_url; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 权益推荐商品 |
|
17 | - **/ |
|
18 | - public $recommend_item_list; |
|
15 | + /** |
|
16 | + * 权益推荐商品 |
|
17 | + **/ |
|
18 | + public $recommend_item_list; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 有价券信息 |
|
22 | - **/ |
|
23 | - public $youjia_coupon_info; |
|
20 | + /** |
|
21 | + * 有价券信息 |
|
22 | + **/ |
|
23 | + public $youjia_coupon_info; |
|
24 | 24 | } |
25 | 25 | ?> |
26 | 26 | \ No newline at end of file |
@@ -7,23 +7,23 @@ |
||
7 | 7 | class KfcSearchResult |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 过滤后的文本: |
|
10 | + /** |
|
11 | + * 过滤后的文本: |
|
12 | 12 | 当匹配到B等级的词时,文本中的关键词被替换为*号,content即为关键词替换后的文本; |
13 | 13 | 其他情况,content始终为null |
14 | - **/ |
|
15 | - public $content; |
|
14 | + **/ |
|
15 | + public $content; |
|
16 | 16 | |
17 | - /** |
|
18 | - * 匹配到的关键词的等级,值为null,或为A、B、C、D。 |
|
17 | + /** |
|
18 | + * 匹配到的关键词的等级,值为null,或为A、B、C、D。 |
|
19 | 19 | 当匹配不到关键词时,值为null,否则值为A、B、C、D中的一个。 |
20 | 20 | A、B、C、D等级按严重程度从高至低排列。 |
21 | - **/ |
|
22 | - public $level; |
|
21 | + **/ |
|
22 | + public $level; |
|
23 | 23 | |
24 | - /** |
|
25 | - * 是否匹配到关键词,匹配到则为true. |
|
26 | - **/ |
|
27 | - public $matched; |
|
24 | + /** |
|
25 | + * 是否匹配到关键词,匹配到则为true. |
|
26 | + **/ |
|
27 | + public $matched; |
|
28 | 28 | } |
29 | 29 | ?> |
30 | 30 | \ No newline at end of file |
@@ -7,24 +7,24 @@ |
||
7 | 7 | class PageResult |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * pageNo |
|
12 | - **/ |
|
13 | - public $page_no; |
|
10 | + /** |
|
11 | + * pageNo |
|
12 | + **/ |
|
13 | + public $page_no; |
|
14 | 14 | |
15 | - /** |
|
16 | - * pageSize |
|
17 | - **/ |
|
18 | - public $page_size; |
|
15 | + /** |
|
16 | + * pageSize |
|
17 | + **/ |
|
18 | + public $page_size; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 订单列表 |
|
22 | - **/ |
|
23 | - public $results; |
|
20 | + /** |
|
21 | + * 订单列表 |
|
22 | + **/ |
|
23 | + public $results; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 总值 |
|
27 | - **/ |
|
28 | - public $total_count; |
|
25 | + /** |
|
26 | + * 总值 |
|
27 | + **/ |
|
28 | + public $total_count; |
|
29 | 29 | } |
30 | 30 | ?> |
31 | 31 | \ No newline at end of file |