dashboard
repositories
filestore
activity
search
login
main
/
companyProjecet
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、完成升级赠送价值400元(共40张)平台消费券,每张10元,每次消费只能用一张,消费金额满200元抵一张10元消费券 1、修复分享名片第一次进入是...
quanwei
2025-11-24
599abed702db9fa5dec90b5660ff039acb6eace7
[companyProjecet.git]
/
admin
/
app
/
agent
/
common.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
// 应用公共文件
function is_expire_status($end_date){
$new = date('Y-m-d H:i:s');
if($end_date < $new){
return '已过期';
}
return '未过期';
}
function status($s){
if($s == 1){
return '正常使用';
}
return '已关闭';
}