|
@@ -113,8 +113,8 @@ while (1) {
|
|
$config_json=json_encode($config);
|
|
$config_json=json_encode($config);
|
|
var_dump($config_json);
|
|
var_dump($config_json);
|
|
$res=sendConfig($topic,$config_json);
|
|
$res=sendConfig($topic,$config_json);
|
|
- if($res){
|
|
|
|
|
|
+ // if($res){
|
|
Db::table('send_config_log')->where('id',$data['msgid'])->update(['result'=>'1']);
|
|
Db::table('send_config_log')->where('id',$data['msgid'])->update(['result'=>'1']);
|
|
- }
|
|
|
|
- var_dump($res);
|
|
|
|
|
|
+ // }
|
|
|
|
+ // var_dump($res);
|
|
}
|
|
}
|