feat:getStoreXinFaDeviceDetail
This commit is contained in:
@@ -8,6 +8,7 @@ import com.cool.store.dto.FoodTokenDTO;
|
||||
import com.cool.store.dto.GetAccessTokenDTO;
|
||||
import com.cool.store.dto.HqtTokenDTO;
|
||||
import com.cool.store.dto.ModifyPasswordDTO;
|
||||
import com.cool.store.dto.huoma.StoreXinFaDeviceDetail;
|
||||
import com.cool.store.dto.wechat.CallbackMessageDTO;
|
||||
import com.cool.store.dto.wechat.WechatTemplateMessageDTO;
|
||||
import com.cool.store.entity.*;
|
||||
@@ -41,6 +42,7 @@ import com.cool.store.service.impl.CommonService;
|
||||
import com.cool.store.service.impl.OrderSysInfoServiceImpl;
|
||||
import com.cool.store.service.impl.UserAuthMappingServiceImpl;
|
||||
import com.cool.store.service.wechat.WechatTemplateService;
|
||||
import com.cool.store.service.xinfa.XinFaDeviceService;
|
||||
import com.cool.store.utils.CoolDateUtils;
|
||||
import com.cool.store.utils.RedisConstantUtil;
|
||||
import com.cool.store.utils.RedisUtilPool;
|
||||
@@ -605,5 +607,13 @@ public class PCTestController {
|
||||
return ApiResponse.success(true);
|
||||
}
|
||||
|
||||
@Resource
|
||||
XinFaDeviceService xinFaDeviceService;
|
||||
@ApiOperation("测试门店设备信息")
|
||||
@GetMapping("/getStoreXinFaDeviceDetail")
|
||||
public ResponseResult<List<StoreXinFaDeviceDetail>> getStoreXinFaDeviceDetail(@RequestParam("shopId")String storeNum) {
|
||||
return ResponseResult.success(xinFaDeviceService.getStoreXinFaDeviceDetail(storeNum));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -141,4 +141,15 @@ hqt.token.client.secret=rYe9Cwug5LwQNIBJAiW0a7weF9CAhYCD
|
||||
wechat.mp.appId=wx4a18ef8bb41aa55c
|
||||
wechat.mp.appSecret=793904b58f4ecdead3bbe4312c5f5c45
|
||||
#xiaochengxu appid
|
||||
wechat.miniapp.appId=wxd77a2761c1911ee1
|
||||
wechat.miniapp.appId=wxd77a2761c1911ee1
|
||||
|
||||
huoMa.token.url = https://www.huoMayunping.com/api/SAASLogin/merchant
|
||||
huoMa.id.url = https://www.huomayunping.com/api/reportCenter/executeSql
|
||||
huoMa.store.device.detail.url = https://www.huomayunping.com/api/terminal/search
|
||||
huoMa.get.point.terminal.url = https://www.huoMayunping.com/api/terminal/getPointTerminalInfos
|
||||
huoMa.direct.stores.account = 15370309163
|
||||
huoMa.direct.stores.password = Zx@123456.
|
||||
huoMa.franchise.stores.account = 13563273279
|
||||
huoMa.franchise.stores.password = Zx@123456.
|
||||
huoMa.restaurant.stores.account = 18656552865
|
||||
huoMa.restaurant.stores.password = ZX123456
|
||||
|
||||
@@ -154,3 +154,16 @@ wechat.miniapp.appId=wxd77a2761c1911ee1
|
||||
|
||||
zx.iot.appId=p-ts3PhNyf
|
||||
zx.iot.appSecret=X4cVmfxM+
|
||||
|
||||
|
||||
huoMa.token.url = https://www.huoMayunping.com/api/SAASLogin/merchant
|
||||
huoMa.id.url = https://www.huomayunping.com/api/reportCenter/executeSql
|
||||
huoMa.store.device.detail.url = https://www.huomayunping.com/api/terminal/search
|
||||
huoMa.get.point.terminal.url = https://www.huoMayunping.com/api/terminal/getPointTerminalInfos
|
||||
huoMa.get.tag.url = https://www.huomayunping.com/api/tag/search
|
||||
huoMa.direct.stores.account = 15370309163
|
||||
huoMa.direct.stores.password = Zx@123456.
|
||||
huoMa.franchise.stores.account = 13563273279
|
||||
huoMa.franchise.stores.password = Zx@123456.
|
||||
huoMa.restaurant.stores.account = 18656552865
|
||||
huoMa.restaurant.stores.password = ZX123456
|
||||
|
||||
Reference in New Issue
Block a user