edit-api-wxqrcode

This commit is contained in:
lccsw
2023-02-08 17:16:05 +08:00
parent 635eb315fc
commit 2c1528fc7c
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ class Home extends Wxapp
if (!$ret) {
throw new Hd_Exception('生成失败,稍后重试', API_CODE_FAIL);
}
$data = array('url' => $ret['url']);
$data = array('url' => $ret['url'].'?v=1');
return $data;
}