mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#516 添加WiFi门店管理查询门店Wi-Fi信息的接口
This commit is contained in:
@@ -386,7 +386,12 @@ public interface WxMpApiUrl {
|
||||
/**
|
||||
* list.
|
||||
*/
|
||||
BIZWIFI_SHOP_LIST(API_DEFAULT_HOST_URL, "/bizwifi/shop/list");
|
||||
BIZWIFI_SHOP_LIST(API_DEFAULT_HOST_URL, "/bizwifi/shop/list"),
|
||||
|
||||
/**
|
||||
* get.
|
||||
*/
|
||||
BIZWIFI_SHOP_GET(API_DEFAULT_HOST_URL, "/bizwifi/shop/get");
|
||||
|
||||
private String prefix;
|
||||
private String path;
|
||||
|
||||
Reference in New Issue
Block a user