|
@@ -243,7 +243,7 @@ class User extends Api
|
|
|
UserModel::money($grain,$apply['uid'],'拒绝认识申请,退还狗粮');
|
|
|
$apply->save(['status'=>2,'refund_grain'=>$grain]);
|
|
|
//发送微信模板消息
|
|
|
- Apply::wxApplyMessage($this->auth->id,input('nid'),Date('Y-m-d H:i:s'),'拒绝认识申请');
|
|
|
+ Apply::wxApplyMessage($this->auth->id,$apply['uid'],Date('Y-m-d H:i:s'),'拒绝认识申请');
|
|
|
$this->success('已拒绝',$apply);
|
|
|
}
|
|
|
|