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
89a5e27e
Commit
89a5e27e
authored
Jul 13, 2021
by
jianghaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:set
parent
64ce71fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Marketinggoods.php
application/modules/Marketing/controllers/Marketinggoods.php
+8
-2
No files found.
application/modules/Marketing/controllers/Marketinggoods.php
View file @
89a5e27e
...
@@ -7,6 +7,7 @@ use App\Models\goods\mysql\GoodsSku;
...
@@ -7,6 +7,7 @@ use App\Models\goods\mysql\GoodsSku;
use
Helpers\Aes
;
use
Helpers\Aes
;
use
Api\PhpServices\JwUser\JwUser
;
use
Api\PhpServices\JwUser\JwUser
;
use
Api\PhpServices\Ksy\Ksyun
;
use
Api\PhpServices\Ksy\Ksyun
;
use
Api\PhpServices\ShopImage\GetImage
;
class
MarketinggoodsController
extends
Base
class
MarketinggoodsController
extends
Base
{
{
const
KS3_BASE_URL
=
'ks3-cn-beijing.ksyun.com'
;
const
KS3_BASE_URL
=
'ks3-cn-beijing.ksyun.com'
;
...
@@ -84,8 +85,13 @@ class MarketinggoodsController extends Base
...
@@ -84,8 +85,13 @@ class MarketinggoodsController extends Base
'nick_name'
=>
$nickName
,
'nick_name'
=>
$nickName
,
'avatar'
=>
$avatar
,
'avatar'
=>
$avatar
,
];
];
$result
=
[
'result'
=>
$data
];
$this
->
success
(
$result
);
$getImage
=
new
GetImage
();
$buyCount
=
1
;
$getImage
->
getGoods
(
$avatar
,
$goodsImg
,
$nickName
,
$goodsName
,
$goods_share_url
,
$price
,
$oldPrice
,
$buyCount
);
//$result = ['result' => $data];
//$this->success($result);
}
}
public
function
get_marketing_goods_listAction
()
public
function
get_marketing_goods_listAction
()
...
...
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