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

Commit

Permalink
Fix typo. close w7corp/easywechat#561
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Dec 31, 2016
1 parent f946847 commit 68fc97c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ $buttons = [
// ...
];
$matchRule = [
"group_id" => "2",
"sex" => "1",
"country" => "中国",
"province" => "广东",
"city" => "广州",
"client_platform_type" => "2"
"tag_id":"2",
"sex":"1",
"country":"中国",
"province":"广东",
"city":"广州",
"client_platform_type":"2",
"language":"zh_CN"
];
$menu->add($buttons, $matchRule);
```
Expand Down

0 comments on commit 68fc97c

Please sign in to comment.