增加docke部署
This commit is contained in:
19
codes/agent/game-docker/api/payment/ipay/Test.php
Normal file
19
codes/agent/game-docker/api/payment/ipay/Test.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
header("Content-type: text/html; charset=utf-8");
|
||||
/*
|
||||
* Created on 2015-9-1
|
||||
*
|
||||
* To change the template for this generated file go to
|
||||
* Window - Preferences - PHPeclipse - PHP - Code Templates
|
||||
*/
|
||||
|
||||
function test() {
|
||||
|
||||
echo "充值成功";
|
||||
|
||||
|
||||
}
|
||||
test();
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user