作者 王智

1111

... ... @@ -444,7 +444,7 @@ class Index extends Api
'createtime' => time(),
'updatetime' => time()])->order('id desc')->value('id');
//生成二维码
$this->scerweima($Id, $Params['url']);
$this->scerweima($Id, $Params['url'] . '?ob_id=' . $Id);
Db::name('ob')->where('id', $Id)->update([
'qrcode_image' => '/images/' . $Id . '.png'
]);
... ... @@ -515,11 +515,11 @@ class Index extends Api
];
Db::name('message')->insert($MessageData);
} else {
//生成二维码
$this->scerweima($Id, $Params['url']);
Db::name('ob')->where('id', $Params['id'])->update([
'qrcode_image' => '/images/' . $Params['id'] . '.png'
]);
// //生成二维码
// $this->scerweima($Id, $Params['url']);
// Db::name('ob')->where('id', $Params['id'])->update([
// 'qrcode_image' => '/images/' . $Params['id'] . '.png'
// ]);
$data = [
'moban_id' => $Params['moban_id'],
'updatetime' => time(),
... ...