/user/orderDetailorderTime
This commit is contained in:
@@ -36,8 +36,8 @@ public class AttendanceController {
|
|||||||
public CzgResult<Map<String, String>> getConfig() {
|
public CzgResult<Map<String, String>> getConfig() {
|
||||||
ShopConfig config = shopConfigService.getById(StpKit.USER.getShopId());
|
ShopConfig config = shopConfigService.getById(StpKit.USER.getShopId());
|
||||||
return CzgResult.success(Map.of(
|
return CzgResult.success(Map.of(
|
||||||
"dingAppKey", config.getDingAppKey(),
|
"dingAppKey", config == null ? "" : config.getDingAppKey(),
|
||||||
"dingAppSecret", config.getDingAppSecret()
|
"dingAppSecret", config == null ? "" :config.getDingAppSecret()
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user