pull/1/head
wanghousheng 12 months ago
parent 3cdca2d3c0
commit a99fd85257
  1. 1
      app/api/model/user/IdentityOrder.php

@ -103,6 +103,7 @@ class IdentityOrder extends BaseIdentityOrder
'start_time' => date("Y-m-d", $value['pay_time']),
'end_time' => date("Y-m-d", strtotime("+{$value['month']} months", $value['pay_time'])),
'name' => $value['identity_name'],
'month' => $value['month'],
];
}
}

Loading…
Cancel
Save