chuxiaaaa
chuxiaaaa
Error: RunIlAsm: Something went wrong. We can't find '1' exports from PE32/PE32+ module 'C:\Users\Administrator\source\repos\OAZCSharpSdk\OAZCSharpSdk\bin\Debug\OAZCSharpSdk.dll': AppInfo ``` public static class Exports { private static OAZPlugin plugin { get; set; } [DllExport]...
https://docs.qq.com/doc/DRkVHT1N2a1JYSnVr 请问有计划支持QQ群吗
我看到NapCat只实现了go-cqhttp的上传群文件API。 但我在扩展API列表中看到其他群文件的API也实现了,但和go-cqhttp不一样,想知道这样设计的原因。后续有计划以go-cqhttp的方式实现吗 **NapCat群文件相关接口** ``` /get_group_file_count {group_id} /get_group_file_list {group_id} /set_group_file_folder {group_id} /del_group_file {group_id,file_id} /del_group_file_folder {group_id,folder_id} ```
## 1.获取accessToken **提交内容** https:/127.0.0.1:{lcuport}/entitlements/v1/token Authorization: Basic {lcutoken} --- **返回内容** ```{"accessToken":"","entitlements":[],"issuer":"","subject":"","token":""}``` --- ## 2.查询召唤师 **提交内容** https://prod-rso.lol.qq.com:3001/aliases/v1/aliases?gameName={召唤师名称}&tagLine={尾标} Authorization: Bearer {accessToken} > 尾标是可省略的参数,如不提交(即删除&tagLine=)即为查全部同名召唤师 --- **返回内容** ```[{"puuid":"","alias":{"game_name":"","tag_line":""}}]``` > 所有大区的召唤师都会被查询出来,如果使用sgp或者lcu使用puuid查不到召唤师说明是其他大区的。
主播模式在国服观战依旧可以获取到ID,所以换一下对局分析的玩家来源就可以解决这个问题
### Description First of all, I’m not a game developer — I just encountered what seems to be a Unity-related issue while playing a certain game. Let me briefly describe...
### DllExport version 1.8.1 ### Environment None ### Ask the .NET DllExport project I used BasicExport.ExtDotNetCoreLibrary4 as an example and modified Alg's code as shown above. This code requires the...