From 1b107d6f48ae7210ed08eb8a32cd0b2ef2aede54 Mon Sep 17 00:00:00 2001 From: wiiler Date: Mon, 7 Sep 2020 22:12:25 +0800 Subject: [PATCH] Update open-location.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 支付宝小程序name 和address 必填 --- docs/api/location/open-location.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/location/open-location.md b/docs/api/location/open-location.md index 088876e0..d81de4c2 100644 --- a/docs/api/location/open-location.md +++ b/docs/api/location/open-location.md @@ -14,8 +14,8 @@ |latitude|Float|是|纬度,范围为-90~90,负数表示南纬,使用 gcj02 国测局坐标系|| |longitude|Float|是|经度,范围为-180~180,负数表示西经,使用 gcj02 国测局坐标系|| |scale|Int|否|缩放比例,范围5~18,默认为18|微信小程序| -|name|String|否|位置名|| -|address|String|否|地址的详细说明|| +|name|String|否|位置名||支付宝必填 +|address|String|否|地址的详细说明|| 支付宝必填 |success|Function|否|接口调用成功的回调函数|| |fail|Function|否|接口调用失败的回调函数|| |complete|Function|否|接口调用结束的回调函数(调用成功、失败都会执行)| | -- GitLab