diff --git a/conf/ezbookkeeping.ini b/conf/ezbookkeeping.ini index 2ce8bd6e..054b7a0e 100644 --- a/conf/ezbookkeeping.ini +++ b/conf/ezbookkeeping.ini @@ -138,7 +138,7 @@ amap_application_key = # For "amap" only, Amap JavaScript API security verification method, supports the following methods: # "internal_proxy": use the internal proxy to request amap api with amap application secret (default) # "external_proxy": use an external proxy to request amap api (amap application secret should be set by external proxy) -# "plain_text": append amap application secret directly to frontend request (insecurity for public network) +# "plain_text": append amap application secret to frontend request directly (insecurity for public network) # Please visit https://developer.amap.com/api/jsapi-v2/guide/abc/load for more information amap_security_verification_method = plain_text