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