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.
 
 
 
 
 
 

18 lines
292 B

  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Steven
  5. * Date: 2016/12/2
  6. * Time: 19:13
  7. */
  8. class createService extends commonService
  9. {
  10. /**
  11. *订单相关入口
  12. */
  13. public function orderMain($param)
  14. {
  15. //TODO:解析xml判断操作类型在进行下一步操作
  16. }
  17. }