Browse Source

暂时关闭话费充值

sunxbiao 6 months ago
parent
commit
1e659d2613
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/controller/api/store/service/Huafei.php

+ 1 - 0
app/controller/api/store/service/Huafei.php

@@ -162,6 +162,7 @@ class Huafei extends BaseController
162 162
 
163 163
     //充值话费推送
164 164
     public function recharge(){
165
+        return app('json')->fail('系统维护中');
165 166
 		$uid = $this->request->uid();
166 167
 		$params = $this->request->params(['phone', 'money']);
167 168
 		if(!$params['phone']) return app('json')->fail('请提交电话号码');