|
@@ -75,7 +75,7 @@ class Payment extends BaseService
|
|
|
$orderModel = new PaySuccess($order['order_no']);
|
|
|
$transId = 'VP' . date('YmdHis') . $userInfo['user_id'];
|
|
|
|
|
|
- $describe = "用户消费:{$order['order_no']}";
|
|
|
+ $describe = "User consumption:{$order['order_no']}";
|
|
|
UserModel::setIncPoints($userInfo['user_id'], -$payPoints, $describe);
|
|
|
$status = $orderModel->onPaySuccess(OrderPayTypeEnum::POINTS, ['transaction_id' => $transId]);
|
|
|
if ($status) {
|