@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | * @param int $industryOne |
81 | 81 | * @param int $industryTwo |
82 | 82 | * |
83 | - * @return bool |
|
83 | + * @return \EasyWeChat\Support\Collection |
|
84 | 84 | */ |
85 | 85 | public function setIndustry($industryOne, $industryTwo) |
86 | 86 | { |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | /** |
96 | 96 | * Get industry. |
97 | 97 | * |
98 | - * @return array |
|
98 | + * @return \EasyWeChat\Support\Collection |
|
99 | 99 | */ |
100 | 100 | public function getIndustry() |
101 | 101 | { |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * |
109 | 109 | * @param string $shortId |
110 | 110 | * |
111 | - * @return string |
|
111 | + * @return \EasyWeChat\Support\Collection |
|
112 | 112 | */ |
113 | 113 | public function addTemplate($shortId) |
114 | 114 | { |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * Get all private template. |
122 | 122 | * |
123 | - * @return array |
|
123 | + * @return \EasyWeChat\Support\Collection |
|
124 | 124 | */ |
125 | 125 | public function getAllPrivateTemplate() |
126 | 126 | { |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | * |
134 | 134 | * @param int $templateId |
135 | 135 | * |
136 | - * @return array |
|
136 | + * @return \EasyWeChat\Support\Collection |
|
137 | 137 | */ |
138 | 138 | public function delPrivateTemplate($templateId) |
139 | 139 | { |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | * |
147 | 147 | * @param $data |
148 | 148 | * |
149 | - * @return mixed |
|
149 | + * @return \EasyWeChat\Support\Collection |
|
150 | 150 | * |
151 | 151 | * @throws \EasyWeChat\Core\Exceptions\InvalidArgumentException |
152 | 152 | */ |