Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

发送工作消息有bug #81

Open
anwelblue opened this issue Aug 11, 2020 · 0 comments
Open

发送工作消息有bug #81

anwelblue opened this issue Aug 11, 2020 · 0 comments

Comments

@anwelblue
Copy link

/** * 发送工作通知消息 * * @param array $params * * @return mixed */ public function sendCorporationMessage($params) { return $this->client->post('topapi/message/corpconversation/asyncsend_v2', $params); }
应该更改为
/** * 发送工作通知消息 * * @param array $params * * @return mixed */ public function sendCorporationMessage($params) { return $this->client->postJson('topapi/message/corpconversation/asyncsend_v2', $params); }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant