Test.php 230 B

1234567891011121314151617
  1. <?php
  2. namespace app\api\controller;
  3. use app\common\model\Orders;
  4. use app\common\service\OrderService;
  5. class Test extends Base
  6. {
  7. public function index(){
  8. return $this->error('apiId有误');
  9. }
  10. }