1
This commit is contained in:
parent
9669cf6020
commit
9f0f297fa5
14
webapp/controller/OutAppPlanetController.class.php
Normal file
14
webapp/controller/OutAppPlanetController.class.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
use phpcommon\SqlHelper;
|
||||
|
||||
class OutAppPlanetController extends BaseController {
|
||||
|
||||
public function buy()
|
||||
{
|
||||
$netId = getReqVal('net_id', '');
|
||||
$address = getReqVal('address', '');
|
||||
$num = getReqVal('num', '');
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user