http 原后台数据
This commit is contained in:
@@ -130,7 +130,7 @@ class Admin extends Controller
|
||||
];
|
||||
foreach ($data->d->items as &$info) {
|
||||
$info->orderType = HttpOrderEnum::$package_type[$info->orderType];
|
||||
$info->subtype = $subtype[$info->shareType];
|
||||
$info->subtype = $subtype[$info->subtype];
|
||||
}
|
||||
|
||||
$admin_url = "https://merchant.sgxz.cn/admin/get/coin";
|
||||
|
||||
Reference in New Issue
Block a user