1
This commit is contained in:
parent
d124924beb
commit
ad8aefc276
@ -223,7 +223,7 @@ class KefuController {
|
|||||||
|
|
||||||
private function sendOneDBInfo($conn)
|
private function sendOneDBInfo($conn)
|
||||||
{
|
{
|
||||||
$mediaId = $this->getMediaId(3003);
|
$mediaId = $this->getMediaId(2001);
|
||||||
$last_idx = 0;
|
$last_idx = 0;
|
||||||
while (true) {
|
while (true) {
|
||||||
$rows = $conn->execQuery('SELECT idx, accountid, openid, awardtime ' .
|
$rows = $conn->execQuery('SELECT idx, accountid, openid, awardtime ' .
|
||||||
@ -236,7 +236,7 @@ class KefuController {
|
|||||||
}
|
}
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
$shareInfo = require('../config/kefu.share.config.php');
|
$shareInfo = require('../config/kefu.share.config.php');
|
||||||
$shareInfo[3003]['thumb_media_id'] = $mediaId;
|
$shareInfo[2001]['thumb_media_id'] = $mediaId;
|
||||||
$gameid = phpcommon\extractGameId($row['accountid']);
|
$gameid = phpcommon\extractGameId($row['accountid']);
|
||||||
$this->sendKefuMsg($row['accountid'],
|
$this->sendKefuMsg($row['accountid'],
|
||||||
array (
|
array (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user