作者 黎建湛

云控台的底层代码修复与完善

@@ -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) {