正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -144,7 +144,7 @@ class KafkaSend extends BaseController | @@ -144,7 +144,7 @@ class KafkaSend extends BaseController | ||
| 144 | 'msg_platform' => $res['msg_platform'], | 144 | 'msg_platform' => $res['msg_platform'], |
| 145 | 'softname' => $res['softname'] | 145 | 'softname' => $res['softname'] |
| 146 | ]; | 146 | ]; |
| 147 | - // trace('postdata 数组 end: '.json_encode($postdata, JSON_UNESCAPED_UNICODE),'test_consumer'); | 147 | + // trace('postdata 数组 end: '.json_encode($postdata, JSON_UNESCAPED_UNICODE),'consumer'); |
| 148 | $code = $this->postCurl($url, json_encode($postdata)); | 148 | $code = $this->postCurl($url, json_encode($postdata)); |
| 149 | 149 | ||
| 150 | if ($code == 200) { | 150 | if ($code == 200) { |
-
请 注册 或 登录 后发表评论