|
|
@ -169,7 +169,7 @@ public class DsApiServiceImpl implements DsApiService {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public CommonResponseDTO delAuthShop(Long shopId) {
|
|
|
|
public CommonResponseDTO delAuthShop(Long shopId) {
|
|
|
|
HashMap<String, Object> params = new HashMap<>();
|
|
|
|
HashMap<String, Object> params = new HashMap<>();
|
|
|
|
params.put("shopId", SecurityTool.encodeByAES(String.valueOf(shopId)));
|
|
|
|
params.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
|
|
|
|
params.put("platform", CommonConst.PLATFORM);
|
|
|
|
params.put("platform", CommonConst.PLATFORM);
|
|
|
|
String resp = execute("/micro_move/del_auth_shop", params);
|
|
|
|
String resp = execute("/micro_move/del_auth_shop", params);
|
|
|
|
return JSON.parseObject(resp, CommonResponseDTO.class);
|
|
|
|
return JSON.parseObject(resp, CommonResponseDTO.class);
|
|
|
|