feat: 修改 UserSignLogic 类以处理订单价格类型转换
This commit is contained in:
parent
25e85e7cbd
commit
e65d201039
@ -21,7 +21,8 @@ class UserSignLogic extends BaseLogic
|
||||
*/
|
||||
public static function dealRechargeFrozen($user, $order, $user_ship = 0)
|
||||
{
|
||||
switch ($order['price']) {
|
||||
$price=(int)$order['price'];
|
||||
switch ($price) {
|
||||
case 1:
|
||||
$total_vip = 249;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user