WeChat. MiniProgram. Store
(wechat v0.20.1)
View Source
小程序 - 门店接口
Summary
Types
Functions
@spec add(WeChat.client(), body()) :: WeChat.response()
新增门店 - 官方文档
@spec apply(WeChat.client(), body()) :: WeChat.response()
申请门店 - 官方文档
创建门店小程序提交后需要公众号管理员确认通过后才可进行审核。如果主管理员24小时超时未确认,才能再次提交。
@spec create_map_poi(WeChat.client(), body()) :: WeChat.response()
在地图中创建门店 - 官方文档
@spec delete(WeChat.client(), poi_id()) :: WeChat.response()
删除门店 - 官方文档
@spec get(WeChat.client(), poi_id()) :: WeChat.response()
获取门店详情 - 官方文档
@spec get_district(WeChat.client()) :: WeChat.response()
获取省市区信息 - 官方文档
@spec list(WeChat.client(), offset :: integer(), limit :: integer()) :: WeChat.response()
获取门店列表 - 官方文档
@spec list_category(WeChat.client()) :: WeChat.response()
拉取门店小程序类目 - 官方文档
@spec map_search(WeChat.client(), district_id(), keyword :: String.t()) :: WeChat.response()
搜索门店地图信息 - 官方文档
@spec modify(WeChat.client(), body()) :: WeChat.response()
修改门店小程序信息 - 官方文档
@spec query_audit_info(WeChat.client()) :: WeChat.response()
查询门店小程序审核结果 - 官方文档
创建门店小程序提交后需要公众号管理员确认通过后才可进行审核。如果主管理员24小时超时未确认,才能再次提交。
@spec update(WeChat.client(), body()) :: WeChat.response()
更新门店信息 - 官方文档