@@ -7,19 +7,19 @@ |
||
7 | 7 | class TopDownloadRecordDo |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 文件创建时间 |
|
12 | - **/ |
|
13 | - public $created; |
|
10 | + /** |
|
11 | + * 文件创建时间 |
|
12 | + **/ |
|
13 | + public $created; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 下载链接状态。1:未下载。2:已下载 |
|
17 | - **/ |
|
18 | - public $status; |
|
15 | + /** |
|
16 | + * 下载链接状态。1:未下载。2:已下载 |
|
17 | + **/ |
|
18 | + public $status; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 下载链接 |
|
22 | - **/ |
|
23 | - public $url; |
|
20 | + /** |
|
21 | + * 下载链接 |
|
22 | + **/ |
|
23 | + public $url; |
|
24 | 24 | } |
25 | 25 | ?> |
26 | 26 | \ No newline at end of file |
@@ -7,14 +7,14 @@ |
||
7 | 7 | class FavoritesDetail |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 选品库id |
|
12 | - **/ |
|
13 | - public $favorites_id; |
|
10 | + /** |
|
11 | + * 选品库id |
|
12 | + **/ |
|
13 | + public $favorites_id; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 选品库标题 |
|
17 | - **/ |
|
18 | - public $favorites_title; |
|
15 | + /** |
|
16 | + * 选品库标题 |
|
17 | + **/ |
|
18 | + public $favorites_title; |
|
19 | 19 | } |
20 | 20 | ?> |
21 | 21 | \ No newline at end of file |
@@ -7,14 +7,14 @@ |
||
7 | 7 | class Youjiacouponinfo |
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,64 +7,64 @@ |
||
7 | 7 | class TljInstanceReportDto |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 引导成交金额 |
|
12 | - **/ |
|
13 | - public $alipay_amount; |
|
10 | + /** |
|
11 | + * 引导成交金额 |
|
12 | + **/ |
|
13 | + public $alipay_amount; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 退款红包金额 |
|
17 | - **/ |
|
18 | - public $fp_refund_amount; |
|
15 | + /** |
|
16 | + * 退款红包金额 |
|
17 | + **/ |
|
18 | + public $fp_refund_amount; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 退款红包个数 |
|
22 | - **/ |
|
23 | - public $fp_refund_num; |
|
20 | + /** |
|
21 | + * 退款红包个数 |
|
22 | + **/ |
|
23 | + public $fp_refund_num; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 引导预估佣金金额 |
|
27 | - **/ |
|
28 | - public $pre_commission_amount; |
|
25 | + /** |
|
26 | + * 引导预估佣金金额 |
|
27 | + **/ |
|
28 | + public $pre_commission_amount; |
|
29 | 29 | |
30 | - /** |
|
31 | - * 失效回退金额 |
|
32 | - **/ |
|
33 | - public $refund_amount; |
|
30 | + /** |
|
31 | + * 失效回退金额 |
|
32 | + **/ |
|
33 | + public $refund_amount; |
|
34 | 34 | |
35 | - /** |
|
36 | - * 失效回退红包个数 |
|
37 | - **/ |
|
38 | - public $refund_num; |
|
35 | + /** |
|
36 | + * 失效回退红包个数 |
|
37 | + **/ |
|
38 | + public $refund_num; |
|
39 | 39 | |
40 | - /** |
|
41 | - * 解冻金额 |
|
42 | - **/ |
|
43 | - public $unfreeze_amount; |
|
40 | + /** |
|
41 | + * 解冻金额 |
|
42 | + **/ |
|
43 | + public $unfreeze_amount; |
|
44 | 44 | |
45 | - /** |
|
46 | - * 解冻红包个数 |
|
47 | - **/ |
|
48 | - public $unfreeze_num; |
|
45 | + /** |
|
46 | + * 解冻红包个数 |
|
47 | + **/ |
|
48 | + public $unfreeze_num; |
|
49 | 49 | |
50 | - /** |
|
51 | - * 红包核销金额 |
|
52 | - **/ |
|
53 | - public $use_amount; |
|
50 | + /** |
|
51 | + * 红包核销金额 |
|
52 | + **/ |
|
53 | + public $use_amount; |
|
54 | 54 | |
55 | - /** |
|
56 | - * 红包核销个数 |
|
57 | - **/ |
|
58 | - public $use_num; |
|
55 | + /** |
|
56 | + * 红包核销个数 |
|
57 | + **/ |
|
58 | + public $use_num; |
|
59 | 59 | |
60 | - /** |
|
61 | - * 红包领取金额 |
|
62 | - **/ |
|
63 | - public $win_amount; |
|
60 | + /** |
|
61 | + * 红包领取金额 |
|
62 | + **/ |
|
63 | + public $win_amount; |
|
64 | 64 | |
65 | - /** |
|
66 | - * 红包领取个数 |
|
67 | - **/ |
|
68 | - public $win_num; |
|
65 | + /** |
|
66 | + * 红包领取个数 |
|
67 | + **/ |
|
68 | + public $win_num; |
|
69 | 69 | } |
70 | 70 | ?> |
71 | 71 | \ No newline at end of file |
@@ -7,19 +7,19 @@ |
||
7 | 7 | class Data |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 共享字段 - 渠道或会员列表 |
|
12 | - **/ |
|
13 | - public $inviter_list; |
|
10 | + /** |
|
11 | + * 共享字段 - 渠道或会员列表 |
|
12 | + **/ |
|
13 | + public $inviter_list; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 渠道专属pidList |
|
17 | - **/ |
|
18 | - public $root_pid_channel_list; |
|
15 | + /** |
|
16 | + * 渠道专属pidList |
|
17 | + **/ |
|
18 | + public $root_pid_channel_list; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 共享字段 - 总记录数 |
|
22 | - **/ |
|
23 | - public $total_count; |
|
20 | + /** |
|
21 | + * 共享字段 - 总记录数 |
|
22 | + **/ |
|
23 | + public $total_count; |
|
24 | 24 | } |
25 | 25 | ?> |
26 | 26 | \ No newline at end of file |
@@ -7,64 +7,64 @@ |
||
7 | 7 | class TopApiAfOrderOption |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * pid中的第三段,adzoneId |
|
12 | - **/ |
|
13 | - public $adzone_id; |
|
10 | + /** |
|
11 | + * pid中的第三段,adzoneId |
|
12 | + **/ |
|
13 | + public $adzone_id; |
|
14 | 14 | |
15 | - /** |
|
16 | - * pageNo |
|
17 | - **/ |
|
18 | - public $page_no; |
|
15 | + /** |
|
16 | + * pageNo |
|
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 | - * 此参数不再使用,请勿入参 |
|
27 | - **/ |
|
28 | - public $punish_status; |
|
25 | + /** |
|
26 | + * 此参数不再使用,请勿入参 |
|
27 | + **/ |
|
28 | + public $punish_status; |
|
29 | 29 | |
30 | - /** |
|
31 | - * 渠道关系id |
|
32 | - **/ |
|
33 | - public $relation_id; |
|
30 | + /** |
|
31 | + * 渠道关系id |
|
32 | + **/ |
|
33 | + public $relation_id; |
|
34 | 34 | |
35 | - /** |
|
36 | - * pid中的第二段,siteId |
|
37 | - **/ |
|
38 | - public $site_id; |
|
35 | + /** |
|
36 | + * pid中的第二段,siteId |
|
37 | + **/ |
|
38 | + public $site_id; |
|
39 | 39 | |
40 | - /** |
|
41 | - * 查询时间跨度,不超过30天,单位是天 |
|
42 | - **/ |
|
43 | - public $span; |
|
40 | + /** |
|
41 | + * 查询时间跨度,不超过30天,单位是天 |
|
42 | + **/ |
|
43 | + public $span; |
|
44 | 44 | |
45 | - /** |
|
46 | - * 此参数不再使用,请勿入参 |
|
47 | - **/ |
|
48 | - public $special_id; |
|
45 | + /** |
|
46 | + * 此参数不再使用,请勿入参 |
|
47 | + **/ |
|
48 | + public $special_id; |
|
49 | 49 | |
50 | - /** |
|
51 | - * 查询开始时间,以taoke订单创建时间开始 |
|
52 | - **/ |
|
53 | - public $start_time; |
|
50 | + /** |
|
51 | + * 查询开始时间,以taoke订单创建时间开始 |
|
52 | + **/ |
|
53 | + public $start_time; |
|
54 | 54 | |
55 | - /** |
|
56 | - * 子订单号 |
|
57 | - **/ |
|
58 | - public $tb_trade_id; |
|
55 | + /** |
|
56 | + * 子订单号 |
|
57 | + **/ |
|
58 | + public $tb_trade_id; |
|
59 | 59 | |
60 | - /** |
|
61 | - * 此参数不再使用,请勿入参 |
|
62 | - **/ |
|
63 | - public $tb_trade_parent_id; |
|
60 | + /** |
|
61 | + * 此参数不再使用,请勿入参 |
|
62 | + **/ |
|
63 | + public $tb_trade_parent_id; |
|
64 | 64 | |
65 | - /** |
|
66 | - * 此参数不再使用,请勿入参 |
|
67 | - **/ |
|
68 | - public $violation_type; |
|
65 | + /** |
|
66 | + * 此参数不再使用,请勿入参 |
|
67 | + **/ |
|
68 | + public $violation_type; |
|
69 | 69 | } |
70 | 70 | ?> |
71 | 71 | \ No newline at end of file |
@@ -7,24 +7,24 @@ |
||
7 | 7 | class PromotionList |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 权益起用门槛,满X元可用,券场景为满元,精确到分,如满100元可用 |
|
12 | - **/ |
|
13 | - public $entry_condition; |
|
10 | + /** |
|
11 | + * 权益起用门槛,满X元可用,券场景为满元,精确到分,如满100元可用 |
|
12 | + **/ |
|
13 | + public $entry_condition; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 权益面额,券场景为减钱,精确到分 |
|
17 | - **/ |
|
18 | - public $entry_discount; |
|
15 | + /** |
|
16 | + * 权益面额,券场景为减钱,精确到分 |
|
17 | + **/ |
|
18 | + public $entry_discount; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 权益结束时间,精确到毫秒时间戳 |
|
22 | - **/ |
|
23 | - public $entry_used_end_time; |
|
20 | + /** |
|
21 | + * 权益结束时间,精确到毫秒时间戳 |
|
22 | + **/ |
|
23 | + public $entry_used_end_time; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 权益开始时间,精确到毫秒时间戳 |
|
27 | - **/ |
|
28 | - public $entry_used_start_time; |
|
25 | + /** |
|
26 | + * 权益开始时间,精确到毫秒时间戳 |
|
27 | + **/ |
|
28 | + public $entry_used_start_time; |
|
29 | 29 | } |
30 | 30 | ?> |
31 | 31 | \ No newline at end of file |
@@ -7,39 +7,39 @@ |
||
7 | 7 | class NTbkShop |
8 | 8 | { |
9 | 9 | |
10 | - /** |
|
11 | - * 淘客地址 |
|
12 | - **/ |
|
13 | - public $click_url; |
|
10 | + /** |
|
11 | + * 淘客地址 |
|
12 | + **/ |
|
13 | + public $click_url; |
|
14 | 14 | |
15 | - /** |
|
16 | - * 店标图片 |
|
17 | - **/ |
|
18 | - public $pict_url; |
|
15 | + /** |
|
16 | + * 店标图片 |
|
17 | + **/ |
|
18 | + public $pict_url; |
|
19 | 19 | |
20 | - /** |
|
21 | - * 卖家昵称 |
|
22 | - **/ |
|
23 | - public $seller_nick; |
|
20 | + /** |
|
21 | + * 卖家昵称 |
|
22 | + **/ |
|
23 | + public $seller_nick; |
|
24 | 24 | |
25 | - /** |
|
26 | - * 店铺名称 |
|
27 | - **/ |
|
28 | - public $shop_title; |
|
25 | + /** |
|
26 | + * 店铺名称 |
|
27 | + **/ |
|
28 | + public $shop_title; |
|
29 | 29 | |
30 | - /** |
|
31 | - * 店铺类型,B:天猫,C:淘宝 |
|
32 | - **/ |
|
33 | - public $shop_type; |
|
30 | + /** |
|
31 | + * 店铺类型,B:天猫,C:淘宝 |
|
32 | + **/ |
|
33 | + public $shop_type; |
|
34 | 34 | |
35 | - /** |
|
36 | - * 店铺地址 |
|
37 | - **/ |
|
38 | - public $shop_url; |
|
35 | + /** |
|
36 | + * 店铺地址 |
|
37 | + **/ |
|
38 | + public $shop_url; |
|
39 | 39 | |
40 | - /** |
|
41 | - * 卖家ID |
|
42 | - **/ |
|
43 | - public $user_id; |
|
40 | + /** |
|
41 | + * 卖家ID |
|
42 | + **/ |
|
43 | + public $user_id; |
|
44 | 44 | } |
45 | 45 | ?> |
46 | 46 | \ No newline at end of file |
@@ -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 |