<?php namespace app\api\model\order; interface IOrder { function prePay($args); function rePay($args); function notifyPay($args); }