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.
|
- <?php
-
- /**
- * Created by PhpStorm.
- * User: Steven
- * Date: 2016/12/2
- * Time: 19:13
- */
- class createService extends commonService
- {
- /**
- *订单相关入口
- */
- public function orderMain($param)
- {
- //TODO:解析xml判断操作类型在进行下一步操作
- }
- }
|