Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
blind-box-api
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
blind-box-api
Commits
00a7b938
Commit
00a7b938
authored
Mar 20, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e4039343
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
11 deletions
+22
-11
app/Http/Controllers/API/BlindBox/BlindBoxController.php
+0
-1
lang/zh_CN/blind-box-list.php
+3
-3
lang/zh_CN/blind-box-record.php
+12
-0
lang/zh_CN/set-address.php
+3
-3
lang/zh_CN/transfer-record.php
+3
-3
lang/zh_CN/user-wallet.php
+1
-1
No files found.
app/Http/Controllers/API/BlindBox/BlindBoxController.php
View file @
00a7b938
...
@@ -80,7 +80,6 @@ public function getUserPayBlindBox($address, $status, $page, $limit, $request)
...
@@ -80,7 +80,6 @@ public function getUserPayBlindBox($address, $status, $page, $limit, $request)
$obj
->
buy_num
=
count
(
$buy_num
);
$obj
->
buy_num
=
count
(
$buy_num
);
# - 是否中奖
# - 是否中奖
$winner_list
=
json_decode
(
$obj
->
winner_list
);
$winner_list
=
json_decode
(
$obj
->
winner_list
);
Log
::
error
(
$winner_list
);
$obj
->
is_sucess
=
false
;
$obj
->
is_sucess
=
false
;
if
(
$winner_list
&&
count
(
$winner_list
))
{
if
(
$winner_list
&&
count
(
$winner_list
))
{
foreach
(
$winner_list
as
$item
)
{
foreach
(
$winner_list
as
$item
)
{
...
...
lang/zh_CN/blind-box-list.php
View file @
00a7b938
<?php
<?php
return
[
return
[
'labels'
=>
[
'labels'
=>
[
'BlindBoxList'
=>
'
BlindBoxList
'
,
'BlindBoxList'
=>
'
盲盒
'
,
'blind-box-list'
=>
'
BlindBoxList
'
,
'blind-box-list'
=>
'
盲盒
'
,
],
],
'fields'
=>
[
'fields'
=>
[
'projectName'
=>
'项目名称'
,
'projectName'
=>
'项目名称'
,
...
...
lang/zh_CN/blind-box-record.php
0 → 100644
View file @
00a7b938
<?php
return
[
'labels'
=>
[
'BlindBoxRecord'
=>
'开奖记录'
,
'blind-box-record'
=>
'开奖记录'
,
],
'fields'
=>
[
'projectName'
=>
'项目名称'
,
],
'options'
=>
[
],
];
lang/zh_CN/set-address.php
View file @
00a7b938
<?php
<?php
return
[
return
[
'labels'
=>
[
'labels'
=>
[
'SetAddress'
=>
'
SetAddress
'
,
'SetAddress'
=>
'
收款地址
'
,
'set-address'
=>
'
SetAddress
'
,
'set-address'
=>
'
收款地址
'
,
],
],
'fields'
=>
[
'fields'
=>
[
'address'
=>
'收款地址'
,
'address'
=>
'收款地址'
,
...
...
lang/zh_CN/transfer-record.php
View file @
00a7b938
<?php
<?php
return
[
return
[
'labels'
=>
[
'labels'
=>
[
'TransferRecord'
=>
'
TransferRecord
'
,
'TransferRecord'
=>
'
转账记录
'
,
'transfer-record'
=>
'
TransferRecord
'
,
'transfer-record'
=>
'
转账记录
'
,
],
],
'fields'
=>
[
'fields'
=>
[
'to'
=>
'收款地址'
,
'to'
=>
'收款地址'
,
...
...
lang/zh_CN/user-wallet.php
View file @
00a7b938
<?php
<?php
return
[
return
[
'labels'
=>
[
'labels'
=>
[
'UserWallet'
=>
'UserWallet'
,
'UserWallet'
=>
'UserWallet'
,
...
...
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