game2006api/webapp/controller/OutAppPlanetController.class.php
aozhiwei 9f0f297fa5 1
2023-08-31 10:43:49 +08:00

15 lines
253 B
PHP

<?php
use phpcommon\SqlHelper;
class OutAppPlanetController extends BaseController {
public function buy()
{
$netId = getReqVal('net_id', '');
$address = getReqVal('address', '');
$num = getReqVal('num', '');
}
}