From ba15cc56afb8f906b7bf272d04ba26581af427e3 Mon Sep 17 00:00:00 2001 From: ang <643697454@qq.com> Date: Thu, 28 Jul 2022 07:22:57 +0000 Subject: [PATCH] update docs/api/other/choose-address.md. --- docs/api/other/choose-address.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/other/choose-address.md b/docs/api/other/choose-address.md index 14c01f05a..6f556bb19 100644 --- a/docs/api/other/choose-address.md +++ b/docs/api/other/choose-address.md @@ -8,6 +8,11 @@ |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |x|x|√|√|√|√|x|x|x|x| + +**使用方法** +自 2022 年 7 月 14 日后发布的小程序,若使用该接口,需要在 app.json 中进行声明,否则将无法正常使用该接口,2022年7月14日前发布的小程序不受影响。具体规则见公告 + + **OBJECT参数说明** | 属性 | 类型 | 必填 | 说明 | -- Gitee