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