|
@@ -5,7 +5,6 @@ namespace app\api\controller;
|
|
|
use app\common\controller\Api;
|
|
|
use app\common\model\Feedback;
|
|
|
use app\api\validate\Feedback as FeedbackValidate;
|
|
|
-use app\common\Service\Pay\PayOperService;
|
|
|
/**
|
|
|
* 首页接口
|
|
|
*/
|
|
@@ -20,11 +19,6 @@ class Index extends Api
|
|
|
*/
|
|
|
public function index()
|
|
|
{
|
|
|
- // $result = PayOperService::settle('20250628031925000000028802', '0.05','czdcd');
|
|
|
- // echo "<pre>";
|
|
|
- // print_r($result);
|
|
|
- // echo "</pre>";
|
|
|
- // exit;
|
|
|
$this->success(__('User Center'));
|
|
|
}
|
|
|
|