...
|
...
|
@@ -73,7 +73,7 @@ public class AppEntranceIconController { |
|
|
return new ApiResponse.ApiResponseBuilder().code(200).message("修改成功").build();
|
|
|
}
|
|
|
|
|
|
private void resetAppEntranceReq(@RequestBody AppEntranceIconReq entranceIconReq) {
|
|
|
private void resetAppEntranceReq(AppEntranceIconReq entranceIconReq) {
|
|
|
if (entranceIconReq.getIosBigImageFirst() == null){
|
|
|
entranceIconReq.setIosBigImageFirst("");
|
|
|
}
|
...
|
...
|
|