[更新]修改微信粉丝信息修改

This commit is contained in:
Anyon 2018-01-04 14:40:07 +08:00
parent 44d14c9f4e
commit 069f8c13d5

View File

@ -256,7 +256,7 @@ class Api extends Controller
}
} else {
$data = ['subscribe' => '0', 'appid' => $this->wechat->appid, 'openid' => $this->openid];
DataService::save('wechat_fans', $data, ['appid', 'openid']);
DataService::save('wechat_fans', $data, 'openid');
}
}