包名迁移: simapi → simcu::simapi(发布中央仓用 organization=simcu)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* (Cangjie 接口不能声明字段),与 .NET 抽象类对应。应用继承本类并实现 getKey。
|
||||
*/
|
||||
|
||||
package simapi.interfaces
|
||||
package simcu::simapi.interfaces
|
||||
|
||||
/**
|
||||
* AES body 密钥提供器基类:应用继承并实现 getKey(appId),返回 appId 对应的 AES 密钥。
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* simapi.helpers → simapi.controllers 的循环依赖(controllers 依赖 helpers 的 SimApiError/SimApiAuth/SimApiUtil)。
|
||||
*/
|
||||
|
||||
package simapi.interfaces
|
||||
package simcu::simapi.interfaces
|
||||
|
||||
import soulsoft_web_http.*
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
* 移植自 C# 项目 SimApi(E:\simcu\simapi-net),遵循 MIT 许可证。
|
||||
*/
|
||||
|
||||
package simapi.interfaces
|
||||
package simcu::simapi.interfaces
|
||||
|
||||
import simapi.communications.*
|
||||
import simcu::simapi.communications.*
|
||||
|
||||
/**
|
||||
* 认证后处理 Hook:实现后每次认证成功都会调用。
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* (Cangjie 接口不能声明字段),与 .NET 抽象类对应。应用继承本类并实现 getKey。
|
||||
*/
|
||||
|
||||
package simapi.interfaces
|
||||
package simcu::simapi.interfaces
|
||||
|
||||
/**
|
||||
* 签名提供器基类:应用继承并实现 getKey(appId),返回 appId 对应的密钥。
|
||||
|
||||
Reference in New Issue
Block a user