このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
LeeWeiCheng
/
altob.st123
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
upd
station_14109
altob.rd
8年前
親
5c2a681e13
コミット
5b808eeb38
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
coworker/mqtt_service.php
+ 1
- 1
coworker/mqtt_service.php
ファイルの表示
@@ -74,7 +74,7 @@ function procmsg($topic, $msg)
{
$data = array('topic' => $topic, 'msg' => $msg, 'ck' => md5($topic.'altob'.$msg));
if(
$topic == 'altob.888.mqtt'
)
if(
in_array($topic, array('altob.888.mqtt'))
)
{
// dispatch
$ch = curl_init();
書き込み
プレビュー
読み込み中…
キャンセル
保存