3eapi/doc/每次苹果审核时操作.txt
2026-03-10 16:40:19 +08:00

32 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

最新方式:
报审阶段配置文件IOSAUDIT设置open,通过审核更改为close
并修改com.mobile.http.app.controller.AppController
中的appcode的对应客户端
**以下方式已淘汰:
报审阶段开放com.mobile.http.app.controller.AppController控制器中TODO部分
并修改为对应的appcode
审核通过正式上线时:注释掉以上部分,部署完项目后删除对应的缓存。
delete VERSION_DATA_ + appcode + "_" + type 如:
delete VERSION_DATA_3E_IOS_PAD_S
delete VERSION_DATA_3E_IOS_PHO_C
delete VERSION_DATA_3E_UNIV_IOS_C
OR==>
报审阶段:
1、开放com.mobile.http.app.service.AppServiceImpl类中
checkUpdateV2()方法中TODO部分
2、开放com.mobile.http.auth.service.AuthServiceImpl类中
verificationApp()方法中TODO部分
1、开放com.mobile.http.app.controller.AppController控制器中TODO部分
并修改为对应的appcode
3、不使用缓存注释掉com._3e.common.utils._3EUtil工具类中
getAppVersonList()方法中TODO部分首尾各一出
或者,手动删除缓存。
delete VERSION_DATA_ + appcode + "_" + type 如:
delete VERSION_DATA_3E_IOS_PAD_S
delete VERSION_DATA_3E_IOS_PHO_C
delete VERSION_DATA_3E_UNIV_IOS_C
审核通过正式上线时:
与以上两点相反,把开放部分进行注释掉。以待下次发布新包时用。