Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
goods
Commits
a069cbae
Commit
a069cbae
authored
Jul 19, 2021
by
jianghaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:Set
parent
58953256
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GetImage.php
vendor/api/php_services/src/ShopImage/GetImage.php
+1
-1
No files found.
vendor/api/php_services/src/ShopImage/GetImage.php
View file @
a069cbae
...
@@ -173,7 +173,7 @@ class GetImage
...
@@ -173,7 +173,7 @@ class GetImage
// 底部二维码
// 底部二维码
$qr
=
new
QR
(
$qr_string
);
$qr
=
new
QR
(
$qr_string
);
$qr_size
=
1
1
0
;
$qr_size
=
1
0
0
;
$qr
->
setSize
(
$qr_size
);
$qr
->
setSize
(
$qr_size
);
$qr
->
setRoundBlockSize
(
QrCode
::
ROUND_BLOCK_SIZE_MODE_MARGIN
);
$qr
->
setRoundBlockSize
(
QrCode
::
ROUND_BLOCK_SIZE_MODE_MARGIN
);
$qr_string
=
$qr
->
get
();
$qr_string
=
$qr
->
get
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment