get_org('refill_merchant_profit_ratio'); $counts = json_decode($content,true); $gross = $counts['gross']; $detail = $counts['detail']; return [$gross,$detail]; } public function testRatioCtl() { [$gross,$detail] = $this->getRatios(); $ratio_ctl = new refill\mratio_controlex(); $ratio_ctl->update($gross,$detail); $mchid = 10202; $ratio_ctl->ratio_match($mchid, 14, 4, 50, [1, 2]); } }