Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
在小程序api调用中,遇到query相关关键字的建议
  • Loading branch information
mwz747512353 authored Dec 7, 2023
1 parent 24f65bf commit cb5359e
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

0 comments on commit cb5359e

Please sign in to comment.