处理校验
This commit is contained in:
parent
f319a4e60b
commit
9d30b7d87c
@ -108,7 +108,7 @@ class WeChatMnpService
|
||||
}
|
||||
$dateTime = new DateTime(date('Y-m-d H:i:s'));
|
||||
$formattedDateTime = $dateTime->format('Y-m-d\TH:i:s.uP');
|
||||
if(is_array($logistics_type,[1,2,4])){
|
||||
if(in_array($logistics_type,[1,2,4])){
|
||||
$item_desc='商品';
|
||||
}else{
|
||||
$item_desc='充值';
|
||||
|
Loading…
x
Reference in New Issue
Block a user