This commit is contained in:
qiuqiu 2025-06-06 21:15:29 +08:00
parent ee9396d599
commit e7f48d0109
18 changed files with 98 additions and 7 deletions

8
.idea/workspace.xml generated
View File

@ -6,7 +6,11 @@
</configurations>
</component>
<component name="ChangeListManager">
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="" />
<list default="true" id="fec10672-acda-4616-894b-a4b6f93aea6f" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/2.笔记/灵感_其他_第二章.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/2.笔记/灵感_其他_第二章.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/笔记文件/日记/2025_05_29_星期四.md" beforeDir="false" afterPath="$PROJECT_DIR$/笔记文件/日记/2025_05_29_星期四.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -73,6 +77,8 @@
<workItem from="1748303566401" duration="1810000" />
<workItem from="1748481304776" duration="1527000" />
<workItem from="1748999416532" duration="2646000" />
<workItem from="1749173994457" duration="637000" />
<workItem from="1749188358529" duration="607000" />
</task>
<task id="LOCAL-00001" summary="测试提交">
<created>1742956649478</created>

View File

@ -20,7 +20,15 @@ icongamesg.com/TermOfService.html
![[Pasted image 20250529100318.png]]
修复bug
谷歌登录没成功的话,过一段时间会弹出这个报错
修复bug
谷歌登录没成功的话,过一段时间会弹出这个报错,屏蔽这里,网络连接相关
![[Pasted image 20250604135342.png]]
![[Pasted image 20250606143717.png]]
这里是解决,下面多个重复出现的情况
![[Pasted image 20250606143507.png]]
![[Pasted image 20250606143542.png]]

View File

@ -20,3 +20,11 @@ https://blog.csdn.net/qq_39940718/article/details/145342207
slots谷歌后台物料
https://inspire.sg.larksuite.com/docx/OH6zdgfoeoIyXxx5fZRlmwQxgBe
谷歌云项目,创建
![[Pasted image 20250606160409.png]]
开始创建客户端
![[Pasted image 20250606160523.png]]

View File

@ -66,3 +66,9 @@ qiuQ596**+
账号taylorkoh2025@gmail.com
密码TaylorKoh2025123456
```
```
项目组制作人和策划查看谷歌/苹果后台
designer
wE&gHgw83!BH
```

View File

@ -24,9 +24,16 @@ keytool -genkeypair \ # keytool是Java的密钥和证书管理工具
-keypass "Symboljackpot123" # 密钥对的密码,用于保护具体的密钥
```
以上密钥,是谷歌商店无法识别的,需要替换一下,生成的算法
以上密钥,是谷歌商店无法识别的,需要替换一下,生成的算法`-dname`这里,包括这里后面的信息,都是可以不要的,在生成的时候,全部默认`unknown`回车,最后再`yes`就好
``` bash
keytool -genkeypair -v -alias symbol_jackpot -keyalg RSA -keysize 2048 -validity 36500 -keystore symbol_jackpot.keystore -storetype PKCS12 -storepass "Symboljackpot123" -keypass "Symboljackpot123" -dname "CN=YourName, OU=YourUnit, O=YourOrg, L=YourCity, ST=YourState, C=CN"
```
![[Pasted image 20250606145547.png]]
如果要查看keystore信息可以参考以下指令
``` bash
keytool -keystore symbol_jackpot.keystore -list -v
```

View File

@ -0,0 +1,5 @@
#安卓
这是配置信息相关
![[Pasted image 20250606134306.png]]

View File

@ -0,0 +1,16 @@
#灵感
安卓权限申请:
![[Pasted image 20250606152005.png]]
keystore用户名和密码
```
用户名smartdurak
密码taiga18000
```
打包apk的入口和流程
![[img_v3_02n0_d7ce4231-5e33-44a0-a5c5-ef578e91e4hu.jpg]]

View File

@ -25,7 +25,7 @@
- [x] 记得拷贝林肯律师 第二季
- [x] 询问一下 slot 新加坡 unity账号
- [x] 在日志系统的前后端添加ver版本号的查询
- [ ] 在引擎中台 沟通一下 支付方式,是否可以服务端去做和校验
- [x] 在引擎中台 沟通一下 支付方式,是否可以服务端去做和校验
- [x] 在三消项目 加多两条ios的adjust回传
- [ ] 改一下amp中台库的初始化机制去掉userid传参
- [ ] 处理一下Slots 消息通知的Time格式错误

View File

@ -0,0 +1,35 @@
09:55
###### [[unity日常积累]]
###### [[节奏天国]]
###### [[帧同步王者荣耀]]
###### [[从零开发跨平台通用日志插件]]
###### [[通用异步网络通信库]]
###### [[高性能定时系统实现]]
###### [[学习资料]]
###### [[其他]]
#### [[看板]]
# 今日任务
- [ ] 确认一下slot工程gm的屏蔽
- [x] 确认一下支付商品,需要配置哪些
- [x] 梳理一下支付商品的配置逻辑
- [ ] 雅阁记得续一下
- [x] 修复一下slot hot game的大厅显示
- [ ] 周末修改一下 深圳的ui
- [x] 确认一下 猴子修改facebook的ATT跟踪机制和逻辑
- [ ] 记得拿一下电脑
---
[[谷歌支付参考]]
[[追光项目 临时记录]]
# Journal

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB