refund(); return $rs; } /** * 商家处理是否同意 */ public function shopRefund(){ $m = new M(); $rs = $m->shopRefund(); return $rs; } }