前端**:
bootstrap框架:
×提交注意: 在執行過程中請勿重新整理瀏覽器
需提交條
開始關閉
js**
var running = false;
function push(count,all),function(res)else
}else
});}function execpush()else
}
後台**:
public function fa()
// 處理host
$host = strstr($next_url['linkurl'], "/", true);
if(!$host)
// 網域名稱
// 推送token
$token='####';
// 推送api位址
// 初始化
$ch = curl_init();
// 引數
);// 設定引數
curl_setopt_array($ch, $options);
// 傳送請求
$result = (array)json_decode(curl_exec($ch));
// 更新資料庫
// 返回資料
return array(
'code' => $result['success'],
'remain' => $result['remain'],
'push_url' => $next_url['linkurl']
);}else
}
資料表設計
drop table if exists `fa_bai`;
create table `fa_bai` (
`id` int(11) not null auto_increment,
`linkurl` varchar(100) collate utf8_unicode_ci not null comment '推送鏈結',
primary key (`id`)
drop table if exists `fa_bai_status`;
create table `fa_bai_status` (
`id` int(11) not null auto_increment,
`bid` int(11) default null comment '上次傳送id',
`bnum` int(11) default null comment '上次傳送條數',
`btime` int(11) default null comment '上次傳送時間',
primary key (`id`)
) engine=innodb auto_increment=2 default charset=utf8 collate=utf8_unicode_ci comment='傳送記錄';
TP5 百度AI身份證識別
身份證認證 public function code 給予錯誤資訊if res image status normal if res idcard number type 1 如果沒有該使用者存到資料庫 data user id this uid,realname res words result ...
百度雲推送
主要功能是 推送通知 推送訊息 推送富 特點 1 增強使用者粘性 保持與使用者的溝通,提高使用者活躍率。2 節約成本 省點 省流量。3 穩定 可靠。應用場景 單播訊息推送 1 向特定的終端推送訊息 通過客戶端api,先獲取終端的channel id,再向channel id推送訊息。2 向可定的使用...
iOS 百度推送
一 生成pem證書 2.然後配置一下,使其成為開發和生成狀態下都能使用。4.通過雙擊.cer檔案將你的 aps developer identity.cer 引入keychain中。8.需要通過終端命令將這些檔案轉換為pem格式 openssl pkcs12 clcerts nokeys out a...