Skip to content

Commit

Permalink
Update client.md (#2768)
Browse files Browse the repository at this point in the history
在小程序api调用中,遇到query相关关键字的建议
  • Loading branch information
mwz747512353 committed Dec 7, 2023
1 parent 24f65bf commit e0fba6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/6.x/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $response = $api->post('/cgi-bin/user/info/updateremark', [
]);

// or
// 如果参数中存在query之类的关键字建议使用上面的方法,不建议以下调用方式
$response = $api->postJson('/cgi-bin/user/info/updateremark', [
"openid" => "oDF3iY9ffA-hqb2vVvbr7qxf6A0Q",
"remark" => "pangzi"
Expand Down

1 comment on commit e0fba6c

@vercel
Copy link

@vercel vercel bot commented on e0fba6c Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

easywechat – ./

easywechat-overtrue.vercel.app
easywechat.vercel.app
easywechat-git-6x-overtrue.vercel.app

Please sign in to comment.