Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
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
chenchuanwen
my-yaf-project
Commits
3bcc9d15
Commit
3bcc9d15
authored
Dec 04, 2018
by
christ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
share
parent
b5783495
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
20 deletions
+19
-20
Index.php
application/controllers/Index.php
+19
-19
ShareService.php
application/models/Business/User/ShareService.php
+0
-1
No files found.
application/controllers/Index.php
View file @
3bcc9d15
...
...
@@ -38,25 +38,25 @@ class IndexController extends \Our\Controller_Abstract {
$this
->
memberDb0Redis
=
\Redis\Db0\MemberRedisModel
::
getInstance
();
$paramsStr
=
$this
->
memberDb0Redis
->
tablelpop
(
$this
->
key
);
$paramsStr
=
'{
"desc": "最优质的产品,最实惠的价格,最好的服务质量,欢迎选购",
"deviceWidth": "828",
"id": "1050000",
"imgUrl": "http://qmoss-01.oss-cn-hangzhou.aliyuncs.com/mall/store/05960231407828374.jpg?x-oss-process=image/resize,m_fill,h_186,w_186",
"key": "bda203557fcc08150fc997360d432bfa",
"shareType": "1",
"storeName": "LQ日化用品",
"timestamp": "1543913056",
"type": "2",
"driverType": 2,
"qrCode": "http://share.shenbd.com/share.html?type=store&id=1050000",
"address": "鑫雄盛快捷酒店仓山紫番林幼儿园",
"storeWorkingtime": "",
"buyerDistribution": 1,
"sellerDistribution": 1,
"startShippingPrice": 2000,
"freeShippingPrice": 0
}'
;
//
$paramsStr='{
//
"desc": "最优质的产品,最实惠的价格,最好的服务质量,欢迎选购",
//
"deviceWidth": "828",
//
"id": "1050000",
//
"imgUrl": "http://qmoss-01.oss-cn-hangzhou.aliyuncs.com/mall/store/05960231407828374.jpg?x-oss-process=image/resize,m_fill,h_186,w_186",
//
"key": "bda203557fcc08150fc997360d432bfa",
//
"shareType": "1",
//
"storeName": "LQ日化用品",
//
"timestamp": "1543913056",
//
"type": "2",
//
"driverType": 2,
//
"qrCode": "http://share.shenbd.com/share.html?type=store&id=1050000",
//
"address": "鑫雄盛快捷酒店仓山紫番林幼儿园",
//
"storeWorkingtime": "",
//
"buyerDistribution": 1,
//
"sellerDistribution": 1,
//
"startShippingPrice": 2000,
//
"freeShippingPrice": 0
//
}';
$paramsStr
=
json_decode
(
$paramsStr
,
true
);
$this
->
_view
->
assign
(
"params"
,
$paramsStr
);
...
...
application/models/Business/User/ShareService.php
View file @
3bcc9d15
...
...
@@ -198,7 +198,6 @@ class ShareServiceModel extends \Business\AbstractModel
$saveImageName
=
ImageUtil
::
getFileName
()
.
\Our\NameConst
::
jpgSuffix
;
$saveFile
=
$savePath
.
$saveImageName
;
$shell
=
\Our\Common
::
format
(
"
{
0
}
--crop-w 750 --width 750
{
1
}
{
2
}
"
,
$command
,
$convertUrl
,
$saveFile
);
echo
$shell
;
exit
;
system
(
$shell
,
$status
);
if
(
$status
){
\Error\ErrorModel
::
throwException
(
\Error\CodeConfigModel
::
shareGrowImageError
);
...
...
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