|
@@ -379,7 +379,7 @@ class Index extends Api
|
|
|
* @param (name="id",description='解锁用户id')
|
|
|
*/
|
|
|
public function unlockWx(){
|
|
|
- $this->auth->id==input('id')?$this->error('违规操作'):'';
|
|
|
+ $this->auth->id==input('id')?$this->error('不可认识自己'):'';
|
|
|
$cost = config('site.expenditure_grain')['申请认识支出'];
|
|
|
if($cost>$this->auth->money)$this->error('余额不足');
|
|
|
$apply_=Apply::where(['nid'=>input('id'),'status'=>0])->find();
|