*
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -175,7 +175,7 @@ class WorkController extends BaseController | ... | @@ -175,7 +175,7 @@ class WorkController extends BaseController |
| 175 | */ | 175 | */ |
| 176 | public function tackList(Request $request) | 176 | public function tackList(Request $request) |
| 177 | { | 177 | { |
| 178 | list($code, $msg, $data) = $this->doApi('/invests/track/tacklist',$request->all(), 'GET'); | 178 | list($code, $msg, $data) = $this->doApi('/invests/track/tacklist',$request->all(), 'POST'); |
| 179 | return $code === 0 ? Response::success($data) : Response::error($code,$msg,$data); | 179 | return $code === 0 ? Response::success($data) : Response::error($code,$msg,$data); |
| 180 | } | 180 | } |
| 181 | 181 | ... | ... |
-
Please register or sign in to post a comment