|
@ -70,7 +70,7 @@ public interface EpmetThirdFeignClient { |
|
|
Result updateCustomer(@PathVariable("customerId") String customerId); |
|
|
Result updateCustomer(@PathVariable("customerId") String customerId); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 获取【component_access_token】的定时任务 15min/次 |
|
|
* @Description 获取【component_access_token】的定时任务 10min/次 |
|
|
* @param |
|
|
* @param |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
*/ |
|
|
*/ |
|
@ -78,7 +78,7 @@ public interface EpmetThirdFeignClient { |
|
|
Result getComponentAccessTokenJob(); |
|
|
Result getComponentAccessTokenJob(); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 获取/刷新接口调用令牌 15min/次 |
|
|
* @Description 获取/刷新接口调用令牌 10min/次 |
|
|
* @param |
|
|
* @param |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
*/ |
|
|
*/ |
|
|