正在显示
1 个修改的文件
包含
0 行增加
和
3 行删除
| @@ -96,10 +96,7 @@ class RecommendedSuppliers extends Command | @@ -96,10 +96,7 @@ class RecommendedSuppliers extends Command | ||
| 96 | 'token'=>md5($token), | 96 | 'token'=>md5($token), |
| 97 | 'total'=>$this->param['row'] ?? 10, | 97 | 'total'=>$this->param['row'] ?? 10, |
| 98 | ]; | 98 | ]; |
| 99 | - echo date('Y-m-d H:i:s') . '参数:'.json_encode($param) . PHP_EOL; | ||
| 100 | $res = http_post($url,json_encode($param)); | 99 | $res = http_post($url,json_encode($param)); |
| 101 | - dd($res); | ||
| 102 | - echo date('Y-m-d H:i:s') . '返回数据:'.json_encode($res) . PHP_EOL; | ||
| 103 | if(!empty($res) && $res['code'] == 200){ | 100 | if(!empty($res) && $res['code'] == 200){ |
| 104 | $saveData = [ | 101 | $saveData = [ |
| 105 | 'project_id'=>$project_id, | 102 | 'project_id'=>$project_id, |
-
请 注册 或 登录 后发表评论