You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 line
235 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: fuhc
  5. * Date: 2018-03-09
  6. * Time: 13:45
  7. */
  8. namespace common\util;
  9. class InsuranceUtil
  10. {
  11. public function Sunshine($param)
  12. {
  13. $order_id = $param['order_id'];
  14. }
  15. }