|
@@ -57,7 +57,7 @@ class Merchant
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- public function getYspay($account_id, $project_id, $id, $parent)
|
|
|
+ public function getInfo($account_id, $project_id, $id, $parent)
|
|
|
{
|
|
|
$table = array();
|
|
|
$table['head'] = array('银联商户号', '银联用户号', '平台分账百分比', '操作');
|