新增后台门店管理

This commit is contained in:
hupeng
2020-03-04 14:14:04 +08:00
parent 0c1de4e7a1
commit e44cde1bff
10 changed files with 489 additions and 2 deletions

View File

@ -44,6 +44,11 @@ public interface ShopConstants {
*/
String YSHOP_DEFAULT_AVATAR = "https://image.dayouqiantu.cn/5dc2c7f3a104c.png";
/**
* 腾讯地图地址解析
*/
String QQ_MAP_URL = "https://apis.map.qq.com/ws/geocoder/v1/";
}