<?php namespace app\common\library\coupon; interface calculateInterface { public function calculate($result_data,$money); }