This website works better with JavaScript.
Home
Explore
Help
Sign In
ai
/
drink_thinkphp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
fix(R10): 拒单禁聊 + 号码牌惰性释放
dev
cursor
1 day ago
parent
07760a04ba
commit
280eb705ca
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/controller/Message.php
+2
-1
app/service/CardService.php
+ 2
- 1
app/controller/Message.php
View File
@ -1,4 +1,4 @@
<
?
php
<
?
php
namespace
app\controller
;
use
app\BaseController
;
@ -67,3 +67,4 @@ class Message extends BaseController
return
json
([
'code'
=>
0
,
'data'
=>
[
'id'
=>
$msg
->
id
],
'msg'
=>
'ok'
]);
}
}
+ 2
- 1
app/service/CardService.php
View File
@ -1,4 +1,4 @@
<
?
php
<
?
php
namespace
app\service
;
use
app\model\Order
;
@ -39,3 +39,4 @@ class CardService
return
$count
===
0
;
// true=已释放,false=仍占用
}
}
Write
Preview
Loading…
Cancel
Save