Commit cbf0ff74 authored by 陈俊泳's avatar 陈俊泳

feat(更新):更新

parent 1adfde59
# 交接事项 # 交接事项
--- ---
## 账号 ## 账号
- [Appid](https://developer.apple.com/account/#/overview/C77C4Z7YUK) - 邮箱
- junyong.chen@shengyc.com
- Kangaroo
- [Appid](https://developer.apple.com/account/#/overview/C77C4Z7YUK) 「App打包密码:aesw-kpag-preb-byxo」
- 446467926@qq.com - 446467926@qq.com
- 「App打包密码:aesw-kpag-preb-byxo」 - SHENGyc34583232
- [蒲公英](https://www.pgyer.com/my) - [蒲公英](https://www.pgyer.com/my)
- 测试 - 测试
- 17701929130 - 17701929130
- Syc34583232 - Syc34583232
- 正式
- 账号:info@shengyc.com
- 密码:shengyc888
- TestFlight 公开链接
- https://testflight.apple.com/join/ZMkkPeuK
- 盛云平台
- http://139.159.212.187:2800/w/sycloud/sycadmin/index.html
- syc_admin
SYC_2020@admin
- 微信 - 微信
...@@ -29,6 +49,31 @@ ...@@ -29,6 +49,31 @@
- [友盟测试帐号](https://www.umeng.com/) - [友盟测试帐号](https://www.umeng.com/)
盛原成测试/syC9229&63 盛原成测试/syC9229&63
- 百度SDK
- 账号:17701929135
- 密码:shengyc888.
- 接口文档
- http://139.159.254.185:2400/doc.html
- 盛云平台
- syc_admin SYC_2020@admin
- 上传更新/dc/apk/v2
- access_key「 LTAItOdVqarCl7gg」
- 删除更新/dc/apk
- access_key「 LTAItOdVqarCl7gg」
--- ---
## 代码基本要求 ## 代码基本要求
...@@ -42,6 +87,7 @@ ...@@ -42,6 +87,7 @@
<br> <br>
- .m文件 - .m文件
+ \#MARK 标注顺序 + \#MARK 标注顺序
* LifeCycle * LifeCycle
* DataSource,Delegate * DataSource,Delegate
...@@ -54,14 +100,15 @@ ...@@ -54,14 +100,15 @@
+ 在.m文件中非必要的话,不会在函数上注释,一般在h文件注释好就可以了。 + 在.m文件中非必要的话,不会在函数上注释,一般在h文件注释好就可以了。
+ \#important引用头文件基本顺序, + \#important引用头文件基本顺序,
* Controller * Controller
* View * View
* ViewModel * ViewModel
* Request * Request
* Mgr * Mgr
一般有ViewModel的类不会直接引用Request 一般有ViewModel的类不会直接引用Request
「ViewModel的h会import使用到的数据源h文件」 「ViewModel的h会import使用到的数据源h文件」
Request的h文件里面会import对应model的h文件 Request的h文件里面会import对应model的h文件
<br> <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment